Search:

Type: Posts; User: Josho

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,201

    A char can only be a single character, say 'a' or...

    A char can only be a single character, say 'a' or '5'.
    For that program, use a string, which you could think of as simply a sequence of char's, such as luke.

    To use strings (I use MS Visual, I...
  2. Thread: void goto()

    by Josho
    Replies
    3
    Views
    1,922

    I don't know about a void goto(), but there is...

    I don't know about a void goto(), but there is (At least in Microsoft Visual C++ 6.0), a keyword function goto. It's fairly simle to use, just put in any word/number/whatever at the beginning of a...
  3. Replies
    2
    Views
    2,574

    #include nesting level?

    I'm working on a fairly large project, and in an effort to be moderately organized, I'm placing every class, every part, in a seperate .cpp/.h pair. Needless to say, since each part needs several of...
Results 1 to 3 of 3