Search:

Type: Posts; User: Zeratul_999

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,351

    Ok thanks alot.:D

    Ok thanks alot.:D
  2. Replies
    13
    Views
    1,351

    Does the file automaticly go into my project file...

    Does the file automaticly go into my project file if i use double qoutes?
  3. Replies
    13
    Views
    1,351

    LOL I feel stupid I chose Win32 console...

    LOL I feel stupid I chose Win32 console application but i did not choose empty program

    and what is the benifet of using double qoutes instead of brackets
    I checked the cprograming tutorials and...
  4. Replies
    13
    Views
    1,351

    /*Hello world program Dennis McCollum,...

    /*Hello world program
    Dennis McCollum, 12/5/02*/

    #include<iostream>

    int main()
    {
    cout << "Hello, world!"; //first statement
    return(0); //second statement
    }
  5. Replies
    13
    Views
    1,351

    I'm new and could use some help

    Hi I'm new to this board and C++ programing and, I need some help:(. I am creating a simple program that should produce Hello, world! as text in a MS DOS screen


    /*Hello world program
    ...
Results 1 to 5 of 5