User profile: Duthomhas

User info
User name:Duthomhas
Old user name:Duoas
Name:Michael Thomas Greer
Location:Laguna, NM
Website:http://michael-thomas-greer.com
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
Javascript
Python
Tcl/Tk
Haskell
Scheme
History
Joined:
Number of posts:13033
Latest posts:

The object itself (this) is it a leak if its constructor throws?
You have to be careful with constructors. Most of the time they Do The Right Thing™. The problem ...

C programming / Program is Crushing when in release
Are you sure that [code]propNum <= numAvailable[/code]?

Program testing works... when you’ve enabled it...
Spent two hours trying to figure out why my X11 window wasn’t getting keyboard focus and input. ...

C++ Safety in Context
I didn’t read the (very long) appendix, but it was a good rebuttal to the stupid US gov recommenda...

Linking problem with qrcodegencpp [Linux]
It sounds like qrcodegencpp is not properly installed on your system. (You ran [code]sudo make insta...