File output with a switch statementI am working on a project where I have to take a string from a file (in1.txt) and then run it throug...
Java, or C++?Java is only usefull because of its portability amost any machine with the JVM. C++ is master race (...
While loop issue...Thanks for the help guys!
While loop issue...I'm doing a bit of homework for my c++ class and this problem came up: use a while loop to sum the i...
Doing Math with file inportsThe file "file1.txt" contains 0.0 0.1 0.2 0.5 0.8 0.9 1.0 I know very little about file I/O and I ...