Search:

Type: Posts; User: eno

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,154

    C++ standard library functions

    Hello. Is there a free online reference of all the C++ standard library functions along with detailed descriptions? I was looking for something like the C manpages. These were very nice for C, but I...
  2. Thread: Do you sleep walk?

    by eno
    Replies
    37
    Views
    8,035

    Heh, interesting. So it seems I'm not alone. ;)

    Heh, interesting. So it seems I'm not alone. ;)
  3. Thread: Do you sleep walk?

    by eno
    Replies
    37
    Views
    8,035

    Do you sleep walk?

    Hi, my roommate told me that I started sleep walking once when I started living with him. This came as quite a shock to me. I decided to set up a video camera, and discovered that he was right. So...
  4. Thread: virtual desktops

    by eno
    Replies
    17
    Views
    4,896

    hmm

    hmm
  5. Replies
    1
    Views
    771

    Hey guys, no need to reply to this one, someone...

    Hey guys, no need to reply to this one, someone just helped me on IRC :)

    I didn't realize that realloc() points the the beginning of the whole chunk, including the old stuff. I just thought it...
  6. Replies
    1
    Views
    771

    Memory allocation problems

    Hi... I've been stuck on this program for a while, and I'm not sure what to do...

    Basically I'm working on a function to add a word with definition to my "dictionary" right now. But its giving me...
  7. Replies
    6
    Views
    1,986

    Wow what a quick response! Thanks so much guys ...

    Wow what a quick response! Thanks so much guys

    I didn't realize you could do that with cin :D
  8. Replies
    6
    Views
    1,986

    Newbie question (user error checking)

    I'm just starting to learn C++.. and this is really my first programming language, but I'm not sure how to prevent users from messing up my program when they start entering garbage. Here's an example...
Results 1 to 8 of 8