Search:

Type: Posts; User: JimRoach

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    6,652

    To tell the truth I am not really sure what...

    To tell the truth I am not really sure what 'mypause()' is, however, I got it from the FAQ's, to stop my command line from closing. It took me about 3 hours to find something that would work.
  2. Replies
    19
    Views
    6,652

    Is this the sames as using void mypause() ...

    Is this the sames as using


    void mypause()

    mypause();
    cin.get();


    Or is system("pause"), something else, entirely?
  3. Thread: New to C++

    by JimRoach
    Replies
    30
    Views
    3,796

    Sorry, didn't mean to start a fight.... ...

    Sorry, didn't mean to start a fight....

    However, the responses on the thread were very helpful, and made me more than a little fearful of asking another question....that being said,

    I went on...
  4. Thread: New to C++

    by JimRoach
    Replies
    30
    Views
    3,796

    "And btw, this is a very simplified version of...

    "And btw, this is a very simplified version of what really happens."

    Thanks...for everything, everyone. When you showed me what I was doing wrong, I was going strictly by the tutorial, and you...
  5. Thread: New to C++

    by JimRoach
    Replies
    30
    Views
    3,796

    Yes, You are right, I did find that in the FAQ. I...

    Yes, You are right, I did find that in the FAQ. I was going by the tutorial which instructed you to put in the line: cin.get() , to keep the window open
  6. Thread: New to C++

    by JimRoach
    Replies
    30
    Views
    3,796

    ok, you are right, I needed to be more specific....

    ok, you are right, I needed to be more specific.

    I may not have done it right, what you recommended was to try it from the command line, so, I opened the command prompt, I am using Windows XP,...
  7. Thread: New to C++

    by JimRoach
    Replies
    30
    Views
    3,796

    Before asking a technical question by e-mail, or...

    Before asking a technical question by e-mail, or in a newsgroup, or on a website chat board, do the following:

    Try to find an answer by searching the archives of the forum you plan to post to.
    ...
  8. Thread: New to C++

    by JimRoach
    Replies
    30
    Views
    3,796

    Actually, I got that code snippet from this web...

    Actually, I got that code snippet from this web site. But I also tried the first one under the tutorials. I forgot to add that I hit execute and run, which is what confused me, because I was...
  9. Thread: New to C++

    by JimRoach
    Replies
    30
    Views
    3,796

    MacGyver: I opened a new project, created a...

    MacGyver: I opened a new project, created a filename then typed in the code as shown, as follows:

    #include <iostream.h>
    int main()
    {
    cout<<"the Compiler Works";
    cin.get();
    return 0;

    I...
  10. Thread: New to C++

    by JimRoach
    Replies
    30
    Views
    3,796

    I too am new and trying to learn C++ for fun,...

    I too am new and trying to learn C++ for fun, however the whole compiler thing has me baffled. I tried to do that quick tutorial on "how do I us a compiler", followed it word for word, but nothing...
Results 1 to 10 of 10