User: cbeginplusplus

  • Public profile

User profile: cbeginplusplus

User info
User name:cbeginplusplus
History
Joined:
Number of posts:7
Latest posts:

Generating Random Number
There is a couple of ways I can think of off the top of my head. You can create an array that rem...

how to do this in array?..
Not quite, but without answering your problem completely, here's what the input into the array shou...

Grade calculator
Something like this [code] // function 1: inputs (Scores[]), outputs(Grade[]) for(int i = 0; ...

Abstraction and Polymorphism, question.
I would say from this: [code] virtual void setEmpId(int id) = 0; [/code] you have to decide if...

how to do this in array?..
this should set up your array what you would need to do is replace your current code by say giving t...

This user does not accept Private Messages