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

Search:

Type: Posts; User: USCFan1990

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,568

    Re: Problem with loop in my beginner program

    Thank you so much. That explanation helps a lot, although I had to look up 'buffer' and 'vector' cause I'm not quite that far :p That seems like an incredibly useful way to handle array's compared to...
  2. Replies
    9
    Views
    1,568

    Re: Problem with loop in my beginner program

    Thank you Paul for clearing that up for me. One last question on this front. If I have a program that requires a set array of characters, and another set that can be altered by the user then I would...
  3. Replies
    9
    Views
    1,568

    Re: Problem with loop in my beginner program

    Okay, so just so I'm clear (hopefully) a null terminated string is basically any contiguous string that has to end with a full bit pattern of all zero's (which is 'null' i assume?). The only other...
  4. Replies
    9
    Views
    1,568

    Re: Problem with loop in my beginner program

    Thank you for your reply. I defined input as input[1] instead of input so that the number of characters would only be 1. That way instead of defining all the yes's there can be, it's a simple y/n....
  5. Replies
    9
    Views
    1,568

    Problem with loop in my beginner program

    Hello, I am new here and I've searched around to try and find where I went wrong, but maybe I'm just not seeing it. So I decided to post it here in hopes that someone can point out my error. My...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured