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:8826
Latest posts:

Using ctime to measure the time for quicksort
Er, [tt]std::chrono::high_resolution_clock[/tt] is [i]supposed[/i] to be an interface to the highest...

Playing with templates
http://www.cplusplus.com/reference/type_traits/ Use something like [code] tempate <typename T> st...

Using ctime to measure the time for quicksort
The clib clock only gives you resolution of seconds. Is your code running faster than one second? I...

Matrix multiplication
Alas, I apologize, sincerely, truly. My brain must be scrambled or something. I would have sworn one...

User Array Size and Sorting User Input
Computers are too stupid to do things out of order. You have to ask the user -- and get -- the size ...