Search:

Type: Posts; User: CStudentHelp

Search: Search took 0.00 seconds.

  1. well besides the wrongly declared classes and not...

    well besides the wrongly declared classes and not defining the void functions, what else is missing??
  2. could you tell me what I am doing wrong here? ...

    could you tell me what I am doing wrong here?



    #include <iostream>
    #include <fstream>

    using namespcae std;

    class Theater
  3. What do you mean by that? If had changed my code...

    What do you mean by that? If had changed my code to




    double x;
    in_stream >> x;
  4. A simple program using ARRAYS, STRUCTS, and CLASSES

    Hi. I am a C++ Student in college, enrolled in a simple C++ programming course. In class, the lectures have been about Arrays, Structs and Classes. My professor assigned a program that (to me) is...
Results 1 to 4 of 4