Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting started

Status
Not open for further replies.

Kizpers

Programmer
Mar 18, 2005
10
PL
Hello,

I've just download Visual c++ 4.0 form micr*soft website but I'm confiusing. I'm use to programmi ng another languages. I don't know how to start?! I'm soo confusing 'case it didn't work perfectly! I coldn't create new project it got stoped if load classess and the compile is unvisible etc. I just can open some exist project. Even 'hello world' didn't work... I didn't find any good sites about visual c++... Help give me tips maybe it's to old 4.0??? HELP

Ps. why it called visual c++? there aren't any visual form like ibn delphi

Thanks!!!!!!!!! so much!!!!!!!!









I'm new please don't don't be angry if some topic is similar to another. sorry!!!

 
Kizpers said:
I'm confiusing
That can be remedied with a dictionary.


Version 4.0 is very old. It should still compile basic stuff fine, though. The following instructions work for later versions; you may have to hunt around a bit for the equivalent options in 4.0.

Try:
New > Project > Console Application

Add files to it by:
New > File > etc.
and selecting "Add to project."

That'll let you make a basic 'Hello world' style program.


It is called Visual C++ because it does have a visual interface like Delphi. You probably just haven't selected the correct project type to see it.
 
I would suggest downloading the Visual C++ 2005 Beta from Microsoft - it is free. You can also download Bloodshed's Dev-C++ ( which is a commonly used free development environment for beginners that is not so old as VC++ 4.0.
 
Yeah... yesterday I bought a book about Visual c++ but I wanna pocket pc programming and I have visual embedded c++
4.0 ... I have truble all works perfectly but if I start new project it stopped and below is written "Loading classes" but I could open some existing project... What it is wrong? Must I install pocket pc emulator or something else?
 
Where did you download Microsoft Visual C++ 4.0 from the Microsoft website. I enjoy using the older languages, and I am trying to get ahold of C++ 4.0. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top