User profile: ShadowBlades1

User info
User name:ShadowBlades1
Name:Twon Johnson
Location:P.A.
Bio:I love programming and guitar....and metal... lots and lots of metal...
History
Joined:
Number of posts:11
Latest posts:

File output with a switch statement
I 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 inports
The 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 ...