
-----------------------------------
TokenHerbz
Sun Aug 28, 2005 1:28 am

Newbie!
-----------------------------------
ok i know absoluly NOTHING with C++

i want to learn it because im told its an extremly powerful language.

I got the basics down of turing, and instead of learning that 100%, i wish to take up C++

I took a course of Java in school, are they simular?

Anyways, I need a breif run down of commands, or a link to a GREAT! Manual...     

I installed the devC++ compiler...

If anyone wants to learn this language with me on msn, send me a PM...
I think if i have someone to help me, and vise versa (depending on how much you know) we can attempt to make simple programs at the same time, and test them...

This is what i did with Turing and it workd great.

Anyways, thanks for the help...

-----------------------------------
Tony
Sun Aug 28, 2005 2:02 am


-----------------------------------
I'm sure that this have been said before -- you'll be in way over your head.

C++ could be considered powerful because you get down and dirty with optimizing your operations.. squizing those extra frames while rendering 3D..

what is it that you plan on developing that is so complex, it will not run fast enough for you?

-----------------------------------
TokenHerbz
Sun Aug 28, 2005 2:23 am


-----------------------------------
well i would like to make an online 2D game of some sort.

At the moment...

im stuck ....


#include 

using namespace std;

int main()
{
    int num;
    int num2;
    int ans;
    
    cout num;
    cin.ignore();
    cout