CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jgranga171

Search: Search took 0.04 seconds.

  1. Replies
    15
    Views
    2,164

    Re: Composition - accessing & updating members

    Chris_F,

    OOOOOOOOOOOH! Ha! I apologize. Now going back and reading your OP with a clearer mindset, it makes perfect sense what you were saying. I'm new! I should've cued in on that a while...
  2. Replies
    15
    Views
    2,164

    Re: Composition - accessing & updating members

    Additionally, here is the output I'm getting, and the project guidelines that I had to create the project from:

    Output:
    Round 0:

    No collisions!

    Round 1:

    No collisions!
  3. Replies
    15
    Views
    2,164

    Re: Composition - accessing & updating members

    Wow. You guys are great! I VERY MUCH appreciate all of your suggestions. In the end, I went with Richard.J's and nuzzle's suggestions, where I created public "getX(), getY(), and getZ() functions...
  4. Replies
    15
    Views
    2,164

    Composition - accessing & updating members

    Hello everyone!

    I am trying to figure out what to do here. I'm new at programming and this particular situation has me stumped. Here is what I'm trying to figure out:

    I have two classes. One...
  5. Re: Questions about getline and string processing

    Thanks Alterah! I'll give this a go. The only question I have is, will storing the numbers into a variable, like you're suggesting, satisfy the requirement to read each line of the text file as a...
  6. Questions about getline and string processing

    Hello all! I am new around here (as of about 5 minutes ago). My name is Jeremy and I am a 27 year-old Marine who is currently attending UC Denver for computer science. I am in my first C++ class...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured