Thread: New to C++

  1. #1
    Registered User
    Join Date
    Oct 2007
    Posts
    1

    New to C++

    Hey guys,

    I'm not to C++ and this forum but i figured here was a good place to learn and gain some experience.

    Right now i can do basic things like.
    Code:
    #include <iostream>
    
    using namespace std;
    
    main()
    {
    cout<<"Sample of code";
    cin.get();
    
    cout<<"Sample2 down a line\n";
    cout<<"Down the next line";
    cin.get();
    }
    Thats just a shortend version, i have made things alot longer with options and stuff. But now i'm struggling to think of what to learn to do next? What comes after variables etc?

    Eventually i want to do forms but i know i'm a bit off that atm.

    So, hello guys and any suggestions?

  2. #2
    Registered User
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    267

    OS: Windows 7, XUbuntu 11.10, Arch Linux
    IDE: CodeBlocks
    Compiler: GCC

Popular pages Recent additions subscribe to a feed