Search:

Type: Posts; User: jordan6

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,215

    Check this code for pausing program

    Hi!

    I'm using this code for a program I got from the tutorials here:

    #include <iostream.h>
    int main() //Most important part of the program!
    {
    int age; //Need a variable...
    ...
  2. Replies
    2
    Views
    1,194

    help running a program from compiler

    Hi!

    I've been reading the tutorials on cprogramming.com, I took the code from the second tutorial where you can add your age and it tells you if you are young or old, etc.
    I put in my age and I...
  3. Thread: C++ Help

    by jordan6
    Replies
    2
    Views
    989

    C++ Help

    Hi!

    I'm trying to learn C++. I've just started reading tutorials on cprogramming.com

    I'm having a few problems, can someone give me a little Hello World! script, or any other kind of script so...
Results 1 to 3 of 3