Search:

Type: Posts; User: chad_crider

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,353

    Thanks for the replys. I would like to use your...

    Thanks for the replys. I would like to use your solution Dave, but alas, I don't even know what a lot of that is yet. Thanks Sly for pointing me at my obvious (yet blinding) error.
  2. Replies
    5
    Views
    1,353

    Well, this is a mishmash, but it should compile,...

    Well, this is a mishmash, but it should compile, and show what I need it to show.




    #include <iostream.h>
    #include <conio.h>
    #include <stdlib.h>
    #include <time.h>
    #include <math.h>
  3. Replies
    5
    Views
    1,353

    Array initialization has me dumbfounded.

    So let me preface this by saying that I am a college student taking c++. My professor has given us the task of designing an "airline reservation" program, (don't get excited, nothing amazing here)...
  4. Replies
    3
    Views
    1,083

    C++ Double Question

    Hello,

    I am currently enrolled in a C++ class, and we have been trying to figure out the way that a double is saved. We know that it's still 32 bits, and that it has the same number of precision...
Results 1 to 4 of 4