Search:

Type: Posts; User: imCrushedByCode

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    993

    C++ Video Recommendations

    I suppose this should be an extension of the C++ book recommendation sticky, but I'm not after a book.

    Do the experienced guys here have any C++ video series (either DVD or VHS or both)...
  2. Replies
    50
    Views
    5,481

    The tutorials right here on cprogramming.com are...

    The tutorials right here on cprogramming.com are pretty informative. This one helped me quite a bit, also:

    http://www.cplusplus.com/doc/tutorial/
  3. Aahh..I see said the blind man! Thank you! I...

    Aahh..I see said the blind man! Thank you! I attempted to replace 'int' with struct, ran into issues, attempted to try some other things, but at any rate, let me ask you this: when you say replace...
  4. Can someone paraphrase to explain this textbook quesion to me, please?

    OK, maybe I'm just dense, or slow, or overtired. However, I do
    not seem to be able to get my head around this textbook question that is assigned as homework. On a weekend, getting an answer from...
  5. I love you man. Your class method example...

    I love you man.

    Your class method example and your two short sentence response just unravelled a LOT of recent late nights 'trying' things on this program.
  6. No, you are exactly on target. AND, I'm looking...

    No, you are exactly on target. AND, I'm looking at your constructor and think you may have just showed me the error of my way here (I'll have kindly ask you to verify)...

    My default constructor...
  7. I've tried both declaring them as const, and not...

    I've tried both declaring them as const, and not declaring them as const. But I won't allow anything to modify the data, either. That is why I omitted the parameterized constructor, thinking that...
  8. You know what, that was my bad when I transposed...

    You know what, that was my bad when I transposed it into the cprogramming site post window. I didn't even catch that when I posted until you caught it. In fact, I had to read your clarification...
  9. Huh, so there is a scope issue...Thanks! This...

    Huh, so there is a scope issue...Thanks!

    This is real code. The example there shows me attempting to pass the name of one of the arrays, named 'odd', in the private data. I apologize, I should...
  10. Sorting out cause of wrong response from class members

    I've fallen and I can't get up. I don't want my homework done for me, but this particular piece of my solution to a homework problem is killing me. I need some other eyes to help me see the light...
Results 1 to 10 of 10