compiling problemI literally copied and pasted this based on what you posted: [code] #include <iostream> using names...
data input from filehttp://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 fileI take it you're familiar with the [b]getline[/b] function? You can use it to parse out one line at ...