I'm starting to learn c++. I use vista so lots of ide's dont work for me. Right now im trying visual c++ but things like cout are not understood when compiling. This may be a compiler issue. I all would like to know is a good basic (for beginers) ide with good compiler(s) that works on vista.
Kainan54 0 Newbie Poster
Recommended Answers
Jump to Post#include <iostream> using namespace std;
You got this correct? VC++ 2005 and 2008 should work just fine in Vista.
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.