c++ on vista

Status
Not open for further replies.

iml3g3nd

Inactive
Explorer
which version of c++ works on vista fullscreen??

is it a freeware and available for download??

please help guys
 
are those freewares ?? available for download!!!!!!

i m colg student , so have to try out the programs thats all.........
 
dev cpp where is the out put screen??

so used to turboc cpp ... hehe please help !!!!

see attachment
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    85.1 KB · Views: 146
^The output screen will close after the excution of the program is over. Insert
Code:
cin.get();
cin.ignore();
as the last lines of code in order to get the command window to stay.
 
still the output screen flashes away..........

am i coding it correctl;y???

check attachment
 

Attachments

  • 122.jpg
    122.jpg
    110.8 KB · Views: 165
Don't confuse the lad with VC++, Eclipse and other advanced IDEs used by professionals only.

I suggest Code::Blocks which comes with MinGW compiler. It's decidedly better than Dev-C++. If you're inclined to learn C++ on Windows and plan on migrating to professional development tools later, download Microsoft Visual C++ 2008 Express Edition SP1.
 
Status
Not open for further replies.