User profile: sabi20

User info
User name:sabi20
History
Joined:
Number of posts:22
Latest posts:

Initializing class member variables
what does these instructions mean when it says "initialize pi with the value 3.14" ..... how can i i...

creating a circle class and initializing the private member?
Are you allowed to initialize the private members in the class directly like i did below? .............

How do you pass a dyanamically created array struct to a function
thank you

How do you pass a dyanamically created array struct to a function
void getFileInput(Student &); // prototype getFileInput(studentInfo); // mehod call void g...

How do you pass a dyanamically created array struct to a function
is 1 or 2 suppose to be in the header of the getInput function? because it i tried it and it gives a...