Search:

Type: Posts; User: Wolve

Search: Search took 0.01 seconds.

  1. Thread: goto help?

    by Wolve
    Replies
    5
    Views
    1,542

    My point exactly lol

    My point exactly lol
  2. Thread: goto help?

    by Wolve
    Replies
    5
    Views
    1,542

    I think I've used goto one time. It was to...

    I think I've used goto one time. It was to bypass some text getting sent to stdout.



    if(suchcode == something){Goto NullOut;}
    printf("%d\n", suchcode);

    NullOut:
    ;;
  3. Replies
    9
    Views
    7,739

    Stoner, thanks for pointing that out. I think...

    Stoner, thanks for pointing that out. I think you described it better than 10 pages in my retarded book just did :rolleyes:... I'll have to keep that in mind while I'm learning this stuff.


    ...
  4. Replies
    9
    Views
    7,739

    :D I just read a section on referencing...

    :D

    I just read a section on referencing objects in a poorly written book, "A Beginner's guide to C++". It's not very easy to understand when the authors spend about 5 minutes throwing together a...
  5. Replies
    9
    Views
    7,739

    Heh, no. Elemental is for "Elemental Magic",...

    Heh, no. Elemental is for "Elemental Magic", which handles status effects that could eventually be given to the "Player" upon some kind of request. I was hoping to be able to store each form of...
  6. Replies
    9
    Views
    7,739

    A question about constructors...

    Hi everyone. I've been learning C as my hobby for about 2 years now, and I've just recently decided that I've consumed enough knowledge to start working with C++ :). Anyhow the question at hand is...
Results 1 to 6 of 6