User profile: jlb

User info
User name:jlb
History
Joined:
Number of posts:445
Latest posts:

Void function
Look at the following snippet: [code] //this is where i want the program to display the average ...

Just finished reading up to Classes(II)
[quote] I do believe the #include <new> is for the dynamic memory function?[/quote] Not unless you'r...

Just finished reading up to Classes(II)
After a quick scan I noticed a couple of things. First main() doesn't need a prototype. Second y...

seekg, not exactly like the reference said.
I believe that if the stream has any error flag set, any operation on the stream will fail. With the...

c++ program begginer
What do you mean by "it doesnt execute properly"? Do you get compile errors? Please post a small ...