User profile: Duoas

User info
User name:Duoas
Name:Michael Thomas Greer
Location:Cherry Hill, NJ
Statistical data
Birthdate:Apr 28, 1974
Occupation:Administrator
Skills:C
BASIC
C++
Visual Basic
Pascal
Delphi
Assembly
Java
Python
Tcl/Tk
Haskell
Scheme
History
Joined:
Number of posts:6901
Latest posts:

Help with fscanf()
I'd like to point out that since you are using C++, you shouldn't be messing with scanf() and C I/O ...

Google codejam solution
Ah, I missed that. (I've never looked at the code jam stuff before...) My code created essentially ...

Google codejam solution
The Google test data has an error in it because they were not specific that the two items must be [i...

Why did C++ developers made it mandatory to put return type of main as a 'int'
It is a design philosophy in the Unix system. Back when it was written, batch processing was a big t...

"Program.exe has stopped working"
Oh! Doh! Of course, all those arrays are local to main()... Glad you got the problem resolved.