User profile: Duoas

User info
User name:Duoas
Name:Michael Thomas Greer
Location:Millville, NJ
Website:http://home.comcast.net/~michaelthomasgreer/
Bio:Self-taught computer programming since I was a young boy.

I studied at Rutgers University, majoring in Computer Science and Mathematics.

I've had all kinds of random jobs, from gas station attendant/assistant manager to software consultant to cook to substitute teacher.

Hablo / escribo / leo espaƱol.

I like being outdoors, camping, canoeing, field archery -- alas for time!

I married my best friend. She's not girly at all, but our daughter is decidedly girly enough for both of them. (She wants to be a princess. She's only two!)

Random threads I like:
http://www.cplusplus.com/forum/lounge/1953/
http://www.cplusplus.com/forum/beginner/2287/
http://www.cplusplus.com/forum/beginner/28855/

And, of course, I have to plug my current work:
http://www.cplusplus.com/faq/
Statistical data
Birthdate:Apr 28, 1974
Gender:Male
Occupation:Other
Skills:C
BASIC
C++
Visual Basic
Pascal
Delphi
Assembly
Java
Python
Tcl/Tk
Haskell
Scheme
History
Joined:
Number of posts:9467
Latest posts:

Books for c++?
LOL. https://xkcd.com/716/

Strangest Programming glitches
+1 ...or strings.

Prefixing #defined string with variable.
The #defined stuff can only be modified [i]before[/i] compile time... but the information you need (...

Find factors and check if prime.
Are you sure that's your homework assignment: find all prime factors of n? If it is, you have three...

Find factors and check if prime.
Your problem is not clear. What are b and c? Are you trying to find all the factors of n? Are you...