Search:

Type: Posts; User: Tarthus

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,148

    Thanks, everyone. I'm sure I'll have more...

    Thanks, everyone. I'm sure I'll have more questions later. ;)
  2. Replies
    11
    Views
    1,148

    Ok, it's compiled and working. Now, why do I...

    Ok, it's compiled and working. Now, why do I have to leave off the "gate"?
  3. Replies
    11
    Views
    1,148

    #include #include using...

    #include <iostream>
    #include <string>
    using namespace std;

    void WhatToDo()
    {
    cout << "What do you want to do?\n\n";

    }
  4. Replies
    11
    Views
    1,148

    I'm not getting an error message because I can't...

    I'm not getting an error message because I can't seem to install MSDN, which is supposed to give me the error messages, from what I've read. I've updated my code to what you suggested, or what I...
  5. Replies
    11
    Views
    1,148

    Help a new programmer

    I'm new to programming, but with every program I do, I end up with one error. For some reason, I can't figure out how to install MSDN, so I can't press F1 for it to tell me what to fix. Here's my...
Results 1 to 5 of 6