Search:

Type: Posts; User: slickshoes

Search: Search took 0.01 seconds.

  1. Replies
    153
    Views
    705,184

    Sticky: If you're 100% new to programming, you may find...

    If you're 100% new to programming, you may find Accelerated C++ hard to follow, as I did with some basic knowledge of the language prior. From the very beginning of the book, you're crammed with new...
  2. Replies
    9
    Views
    2,387

    Ok that makes sense. Thanks, I'll probably be...

    Ok that makes sense. Thanks, I'll probably be back for more help later :D
  3. Replies
    9
    Views
    2,387

    ahh, so much easier to translate confusing...

    ahh, so much easier to translate confusing prototypes when reading it backwards... thanks :D
  4. Replies
    9
    Views
    2,387

    Ok, looking at it from the perspective of...

    Ok, looking at it from the perspective of avoiding the use of global variables, I kinda get it now. In the classes chapter, I did learn to separate the variables into the private section, but I guess...
  5. Replies
    9
    Views
    2,387

    I guess what I'm mainly confused about is, when...

    I guess what I'm mainly confused about is, when passing by reference, what should determine if I need to make the parameters or return type constant? (that make any sense?) >_<
  6. Replies
    9
    Views
    2,387

    Need help with const pointers

    Lately I've been teaching myself C++ through books and the net and it's been going very smoothly. I'm up to Ch.9 on this site which deals with references & pointers. Currently, I'm at "Passing a...
Results 1 to 6 of 6