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

Search:

Type: Posts; User: USCFan1990

Search: Search took 0.03 seconds.

  1. Question about dynamic data structures and information input

    Not sure exactly how I should have put that title, but since my intelligence isn't exactly high, that's the best way to put it. My question is say that I want to have input data stored in a database....
  2. Replies
    9
    Views
    1,532

    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...
  3. Replies
    9
    Views
    1,532

    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...
  4. Replies
    9
    Views
    1,532

    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...
  5. Replies
    9
    Views
    1,532

    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....
  6. Replies
    9
    Views
    1,532

    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 6 of 6





Click Here to Expand Forum to Full Width

Featured