Search:

Type: Posts; User: pikuchan

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,058

    I've got most of that implemented. Only part I...

    I've got most of that implemented. Only part I haven't done is the enum. I've got a generic getValue implementation in place now but I need to set it up to accept the enum. I haven't used enums for...
  2. A for loop does require 3 variables, so that is...

    A for loop does require 3 variables, so that is not quite the same, but your basic understanding is correct.

    It would be the equivalent of saying something like:


    int x = 0;

    while (x <=...
  3. Replies
    5
    Views
    2,058

    Thanks a bunch for the feedback. I have been out...

    Thanks a bunch for the feedback. I have been out of C++ for a while and am just now getting back into it, so I am a bit rusty. I will get this stuff implemented and will likely post my code up again...
  4. Replies
    18
    Views
    4,752

    Thanks a lot for the information. Apparently I...

    Thanks a lot for the information. Apparently I had misunderstood some of stuff that I read previously. Seems like the using statement is OK to use as long as it is not in a header file, then extra...
  5. Replies
    18
    Views
    4,752

    Should I avoid using namespace std?

    I have seen some various things around the forum and was wondering if 'using namespace std' should be avoided. I have seen some people claim that this is bad practice that it is better to preface...
  6. Replies
    5
    Views
    2,058

    Console RPG Beginnings

    Just wanted to post up the beginning of the console RPG that I am writing to hopefully elicit some feedback. I am trying to keep everything in it's place and will be using seperate class and cpp...
Results 1 to 6 of 6