User profile: TheEurekaMan

User info
User name:TheEurekaMan
History
Joined:
Number of posts:37
Latest posts:

code
Here's a link that will help: http://www.cplusplus.com/reference/cstdlib/system/ And here's another...

code
Try adding #include <stdlib.h> Also don't use [code] using namespace std [/code] It makes your cod...

Average contents in array object
I need help figuring out how to average the contents of an array in my program. The program needs to...

|14| error: expected primary-expression before ‘EmployeeName’|
Thanks for your help everyone. Especially that last bit about actually setting the member variable ...

|14| error: expected primary-expression before ‘EmployeeName’|
I've read through many forum posts here but am still unsure how to overcome this compiler error. It ...