Search:

Type: Posts; User: milkydoo

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    13,193

    Ok, well, that does remove the overflow from my...

    Ok, well, that does remove the overflow from my next input line, however it forces me to hit the enter key after the getch(). It occurs to me that I could do it the original way and just insert a...
  2. Replies
    3
    Views
    13,193

    Clearing input buffer after using getch()

    I've spent probably 4 solid hours searching this forum, on the faq and on google looking for buffer clearing solutions.

    It amazes me that a seemingly routine task does not yet have a 'one size...
  3. Replies
    1
    Views
    834

    Options for writing to files

    I've got 4 c++ books and a reference book, but they still leave a lot to be desired. For some reason, I/O is just not covered very well. I've also been googling but haven't found all the answers I...
  4. Replies
    5
    Views
    1,115

    Just taking a quick look at the code, I've got a...

    Just taking a quick look at the code, I've got a question regarding the 'points' variable. It's declared, but not initialized, and then incremented first thing in the 'for' loop (points++).

    Isn't...
  5. Replies
    20
    Views
    3,128

    Wow. What a blow to find out that the book I was...

    Wow. What a blow to find out that the book I was most looking forward to reading because it was *supposed* to teach you all the things that other books leave out, is rated as pure crap: Core C++: ...
  6. Replies
    2
    Views
    1,374

    Sizeof - Writing past the end of an array

    I'm new to c++ and have a question about a seeming inconsitency I've found in one of my books.

    When taking string input from the keyboard for structures, the examples in my book use the sizeof...
  7. Thanks for the links guys. Yeah, pen and paper...

    Thanks for the links guys.

    Yeah, pen and paper would be fine too, but I thought I'd check out the available software since I've never used any before.
  8. Recommend free flowchart software and guides

    Any links are appreciated.
Results 1 to 8 of 8