Search:

Type: Posts; User: nightrithem

Search: Search took 0.01 seconds.

  1. yea its a group.. and i am not willing to store...

    yea its a group.. and i am not willing to store multiple names within a single object;;
    what i am trying to do is 1 student is 1 object so one object will contact data of a single student, second...
  2. What i am trying to do it generate auto ID (using...

    What i am trying to do it generate auto ID (using constructor) and then adding data (on run time) which is saved in memory..

    and then what i want to do it print all of the data to the screen which...
  3. here is the complete code! class Students {...

    here is the complete code!


    class Students {
    private:
    int static countStdId;
    int stdId;
    string stdName;
    int stdAge;
    string stdClass;
  4. dynamic memory allocation of class objects

    I am not able to add data on run time (dynamic allocation of memory) and then read that data and print all of the objects of class on screen!

    can some one help please?

    these are the functions i...
Results 1 to 4 of 4