Do you mean software/hardware, or previous knowledge of programming? As far as hardware is concerner, well, any PC will do... I've done programing on mt 10-years old P3 rig w/o any problems. Of course, you do need a comiler, I recommend something that comes with an IDE like Dev-C++ (one of the best free C++ compilers out there, though, AFAIK the project has been inactive for some time). C++ does not "require" any previous knowledge on programming (a common misconception is that you'd better learn C before C++, this is not true, the syntax is fairly similar but the languages overall are totally different), though it's always good; many people have started with C++ as their first language w/o any problems. Just like sokol said, just get a book; go to the library, or find something from the net - teh interwebz is full of tutorials & programming forums.Hey guys what are the requirements for C++.
Do you mean software/hardware, or previous knowledge of programming? As far as hardware is concerner, well, any PC will do... I've done programing on mt 10-years old P3 rig w/o any problems. Of course, you do need a comiler, I recommend something that comes with an IDE like Dev-C++ (one of the best free C++ compilers out there, though, AFAIK the project has been inactive for some time). C++ does not "require" any previous knowledge on programming (a common misconception is that you'd better learn C before C++, this is not true, the syntax is fairly similar but the languages overall are totally different), though it's always good; many people have started with C++ as their first language w/o any problems. Just like sokol said, just get a book; go to the library, or find something from the net - teh interwebz is full of tutorials & programming forums.