Search:

Type: Posts; User: sal880612m

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    1,862

    It would create an instance of whatever class is,...

    It would create an instance of whatever class is, called Googaplex or it would create a class called Googaplex. It all depends on what you were refering to when you used class.
    Stumpster123 thanks...
  2. Replies
    22
    Views
    1,862

    It was mostly about accessing the information and...

    It was mostly about accessing the information and as I stated at the top I am new to this and while I have read a lot of the tutorials and such, implementing them is largely still beyond me.
  3. Replies
    22
    Views
    1,862

    It's entirely possible that that is exactly what...

    It's entirely possible that that is exactly what I want to do, I am new to C++ and trying to practice but maybe for what I am trying to do I need to expand what I can do first. Thanks for the help...
  4. Replies
    22
    Views
    1,862

    Maybe I am not clearly explaining it so I will...

    Maybe I am not clearly explaining it so I will try my best to show it.
    char name [26];
    ...
    cin.getline ( name, 26 );
    class name;
    except that I want the class to actually be called the string in...
  5. Replies
    22
    Views
    1,862

    Thanks for the welcome. And yes that is what I...

    Thanks for the welcome.
    And yes that is what I am trying to do.
  6. Replies
    22
    Views
    1,862

    Question and Hello

    Hi I am new here and to C++. I am practicising with C++ to improve and am working with a class and was curious if there was a way to make the name of the class an input string. I will apologize...
Results 1 to 6 of 7