User profile: modulo51

User info
User name:modulo51
Name:JD Williams
Location:San Francisco
Bio:Research engineer. Currently program mainly in Java & C++.
Statistical data
Birthdate:1953
Gender:Male
Skills:C
BASIC
C++
Java
Javascript
Fortran
History
Joined:
Number of posts:7
Latest posts:

Simple Problem, but can't figure out
Since your if only has one statement for each branch you don't need braces: if( x+y==w) cout<<w...

VERY Beginner question?
When the program ends the box dissappears. This is such a common situation for beginners to learn a...

Ten best practices every beginner should use..
When looking through code for errors it's sometimes useful to go backwards. That way you look at ea...

Dev C++ output exe
Maybe should should compile and not specify the output. The compiler will then comile filename.ccp ...

Read file with specifications (SOLVED)-thanks Bazzy