C++ Tutorial 3 - For Loops and If statements (Part 3 of 4)
Loading...
9,363
Uploader Comments (2000ContourSVT)
see all
All Comments (4)
-
Bitch
-
oh cool, ty we got a bunch of c++ books lieing around, my dad used to dabble into c++, so thank you
Loading...
when i ran it, it said that 'windows.h': No such file or directory
BrainMonkeyInc 4 years ago
If you are using Visual Studio 2005 then windows.h is not included, and that is why your getting that error. Dev C++ is free and it has windows.h and so is Code::Blocks. You can find those on google.
2000ContourSVT 4 years ago
thanks alot i tryed that and got it to work, so how did u learn how to use c++ did u take a class somewhere or did u teach urself?
BrainMonkeyInc 4 years ago
I taught myself. I read a few books and stuff on the internet as well.
2000ContourSVT 4 years ago