Tutorials : Basic C++ School
This will be the first lesson in our new C++ school. You'll learn the basics of programming. And hopefully you will be able to do simpel animations in the end. View the full article at http://www.osforge.com/news/00934.html
using borland or not, there is no <iostream.h> in std c++.
__________________-- :wq
quote:Originally posted by demon_eyes using borland or not, there is no <iostream.h> in std c++. Uh, yeah there is... Depending on how you like to code, you can do a couple of things. code: using namespace std; or code: std::cout << "Hello World!" << endl; I find the first to be easier.
Rate Tutorials : Basic C++ School
About OSForge | Term of Use | Privacy | Contact us | Tell a Friend | Advertise