Void functionLook 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 begginerWhat do you mean by "it doesnt execute properly"? Do you get compile errors? Please post a small ...