User profile: DeepSilenceSSN

User info
User name:DeepSilenceSSN
Location:Rhode Island
Bio:I am a Naval officer interested in programming, and am learning C++ so I can actually produce software for our ships that doesn't suck.
History
Joined:
Number of posts:6
Latest posts:

Can't Get the Simplest of Programs to Work
[output]mingw32-g++.exe -c "C:\Users\mslas_000\Google Drive\LMD\Practice\PracticeCode\main.cpp" -o...

Can't Get the Simplest of Programs to Work
I know, that's the point, and why it is so frustrating. Update: I just ran that code, plus the one ...

Can't Get the Simplest of Programs to Work
I am still stuck just trying to get started. This has to be some kind of compiler problem or somethi...

Can't get a While Loop to Compile Properly
So that means I'm not crazy, something is wrong. I found if I do varying combinations of the cout co...

Can't get a While Loop to Compile Properly
[code] #include <iostream> using namespace std; int main () { int countDown; cout << "How m...