Search:

Type: Posts; User: phantomotap

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds; generated 31 minute(s) ago.

  1. Yes. You should probably be reading into a...

    Yes. You should probably be reading into a temporary instance of the class.

    There is no reason for the manager class to have the data members it has, but if that's what you were given, I suppose...
  2. If you just want a flat binary file, and you...

    If you just want a flat binary file, and you don't want to use a secondary file, and you don't want to read the entire file into memory, and you want to use standard C++, and you apparently do want...
  3. Thread: HyperC

    by phantomotap
    Replies
    83
    Views
    61,426

    So rather than have your compiler do a thing that...

    So rather than have your compiler do a thing that compilers are want to do, you foist that onto the user?
  4. Replies
    8
    Views
    7,943

    That's on you if you want to continue that way,...

    That's on you if you want to continue that way, but the linksys can be configured as a dumb switch. You may just need to jump through few hoops first.
  5. Replies
    8
    Views
    7,943

    You said "router" twice. That's always suspicious...

    You said "router" twice. That's always suspicious to me. Do you actually have two routers? And if you do, have you set everything up so that they share the same network?

    I expect, you actually are...
  6. You are passing a weapon into the constructor...

    You are passing a weapon into the constructor anyway so just store the weapon within the player structure.
  7. Also, post your attempt with the multiple...

    Also, post your attempt with the multiple structures you were talking about.
  8. Thread: Poor RyanC

    by phantomotap
    Replies
    7
    Views
    8,569

    Hey! I've been good. I've more or less moved...

    Hey!

    I've been good. I've more or less moved on to Android, Javascript, and Python development with some PHP thrown in there when I find a Drupal bug. I've haven't really touched C++ in some time...
  9. Ouch.

    Ouch.
  10. Replies
    10
    Views
    9,398

    Yo! How's university treating you this time...

    Yo!

    How's university treating you this time around?
  11. Thread: Poor RyanC

    by phantomotap
    Replies
    7
    Views
    8,569

    He apparently triggered Salem's limit break by...

    He apparently triggered Salem's limit break by posting the same nonsensical questions over and over.
  12. Thread: Poor RyanC

    by phantomotap
    Replies
    7
    Views
    8,569

    Poor RyanC

    ^_^

    He just wanted some help with the basics...
  13. Replies
    10
    Views
    9,398

    Everyone knows Java is the real C++ killer. ...

    Everyone knows Java is the real C++ killer.

    Soma *runs away*
  14. O_o The `operator new` function and the `new`...

    O_o

    The `operator new` function and the `new` operator are different beasts.

    If the compiler behaves properly (I have no idea as I don't recall.) with respect to the `new` operator, the...
  15. Replies
    11
    Views
    9,999

    Does Join Cpplang on Slack!...

    Does Join Cpplang on Slack! not work anymore or something?
  16. O_o Can you explain in your own words what...

    O_o

    Can you explain in your own words what modulo is?

    Soma
  17. Replies
    2
    Views
    3,974

    O_o Can you write the macro `DOEACH` such that...

    O_o

    Can you write the macro `DOEACH` such that



    #define APP(X) printf("%d\n", X);
    DOEACH(APP, (1)(2)(3))
  18. O_o I confess; I don't think "google how to...

    O_o

    I confess; I don't think "google how to declare main in C" is a question.

    Soma
  19. O_o You need to stop being in such a hurry to...

    O_o

    You need to stop being in such a hurry to post.

    Soma
  20. Replies
    42
    Views
    16,709

    O_o I hope everyone sees the fun in those...

    O_o

    I hope everyone sees the fun in those comments.

    Soma
  21. Thread: Hello

    by phantomotap
    Replies
    3
    Views
    3,002

    Hello

    I just thought I'd drop by to say "Hello." and see if there is any action around.
  22. Replies
    23
    Views
    13,508

    O_o I've been waiting on the definition...

    O_o

    I've been waiting on the definition myself, but I've now reread the thread with the last comment "move the incoming value to the output register" in mind.

    I think "i = i + 1 or inc(i)"...
  23. Replies
    15
    Views
    9,501

    O_o A more important point is that the...

    O_o

    A more important point is that the standard uses very strong language to guarantee that a reference (`&`) is valid.

    Forming a reference to an invalid object, by playing with a pointer or...
  24. Replies
    7
    Views
    5,184

    O_o The C99 support in "Visual C++" is more...

    O_o

    The C99 support in "Visual C++" is more aimed at C++11 conformance than actually supporting the C99 standard.

    If you need C99 language support, I don't think any version of "Visual C++" is...
  25. Replies
    5
    Views
    4,509

    O_o Username: You can separate the concepts of...

    O_o

    Username: You can separate the concepts of identifier and credentials. The identifier can be the "Display Name" or similar which can be used for any operations not directly related to...
Results 1 to 25 of 497
Page 1 of 20 1 2 3 4