'Using namespace std/ w/e' saves time writing out std:: and minimizes the chance you'll mistype std::cout or cin or whatever you are using. |
|
'Using namespace std/ w/e' saves time writing out std:: and minimizes the chance you'll mistype std::cout or cin or whatever you are using. |
|
I'm trying to learn C++, and I'm figuring out the basics without much trouble. The only problem is, I'm not very interested in creating text-only programs, but the tutorial I'm using gives no information about going beyond just using terminal. Where's the best place to find out how to do that? |
|
0That's getting into APIs, and Engines, etc. Graphics, that is. |
|
C++ is hard to learn as a first language. Might I suggest regular C first. C++ is just a superset (for the most part) of C. |
|
Um...no idea if this falls under the same catagory... |
|
Well I took a class that covered this breifly when I was in 6th grade...as a sub category of general computer knowledge. So I might be able to help you lol. It might be helpful if you give us a link to the webpage or the code you're using. |
|
|
|
Last edited by Pyrofan1; 07-31-2008 at 09:59 AM.
that's all fine and everything, |
|
Bookmarks