User profile: Zero One

User info
User name:Zero One
Name:Zero One
History
Joined:
Number of posts:30
Latest posts:

compiling problem
I literally copied and pasted this based on what you posted: [code] #include <iostream> using names...

data input from file
http://www.cplusplus.com/doc/tutorial/files/ Personally, I find that particular tutorial to be re...

keeping the function running after the return.
Unless there is some trick I'm not aware of, [b]return[/b] should always do what its name implies- i...

Input Output in the other files
[quote]Isn't that only for only file?[/quote] What do you mean? Sorry, I didn't understand the qu...

Remove/Replace line in file
I take it you're familiar with the [b]getline[/b] function? You can use it to parse out one line at ...