Search:

Type: Posts; User: dragonlady

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    4,116

    compile time error in example program

    Hello,

    I was trying to compile an example Windows program from the main web site (code duplicated below) in my Bloodshed Dev-C++ compiler, and I got the following error:


    8...
  2. Replies
    3
    Views
    2,380

    setting up opengl for windows xp

    Hello,

    I hope this isnt a dumb question :( I'm interested in learning to use OpenGL with my Bloodshed Dev-C++ compiler. None of the tutorials that I have found so far explain how to set up a...
  3. Replies
    11
    Views
    6,136

    70f7, I used Daved's suggestion, and it solved my...

    70f7, I used Daved's suggestion, and it solved my problem. I just had to make sure I got in the habit of using cin.ignore() after every cin statement. good luck :)
  4. Replies
    11
    Views
    6,136

    Just curious, why is cin.get() more efficient?

    Just curious, why is cin.get() more efficient?
  5. Replies
    11
    Views
    6,136

    cool

    Thanks for the info :) I guess I'll just make sure I develop the habit of leaving those lines in, just to make my code more portable :cool:
  6. Replies
    11
    Views
    6,136

    cin.ignore() & cin.get()

    I am using an old computer science book to work on C++ (old as in from 2000). The book was written mostly for use with CodeWarrior and Borland. When I enter the example programs from the book into...
Results 1 to 6 of 6