Search:

Type: Posts; User: ookooa

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,848

    You are right. i was wondering why dev studio did...

    You are right. i was wondering why dev studio did that but dev-cpp didn't, thanks.
  2. Replies
    2
    Views
    1,848

    mingw dev studio, question

    when i create a console program in mingw developer studio why when i run it does it say terminated with return code 0 at the end of the program and is there any way of disabiling it?

    Also it...
  3. Replies
    15
    Views
    2,048

    you have a small error in the code. #include...

    you have a small error in the code.


    #include <iostream.h>
    int main() //Most important part of the program!
    {
    int age; //Need a variable...
    cout<<"Please input your age: "; //Asks...
Results 1 to 3 of 3