User profile: theranga

User info
User name:theranga
History
Joined:
Number of posts:54
Latest posts:

Why wont my Main display data from my class?
At a guess I'd say they're supposed to look like this: [code]menuItemType::menuItemType () { get...

Redirect perror to file
wouldn't you want to do something like this? [code] // Redirect it freopen("error.out","w",stderr);...

Even / Odd Help
A quick list of problems I can see in evenOdd: you've reused the variable name arr - if you just re...

HELP!!! Search function
Firstly, you either need to make all the data members in [code]class Person[/code] public or write f...

Unhandled exception
apparently, x_point, y_point, z_point and type_point all have a size of 5 (assuming that they are th...