1,427 reputation
313
bio website stevenhoward.org
location Seattle, WA
age 23
visits member for 2 years, 8 months
seen 2 days ago
stats profile views 60

I work at Microsoft. I write C#/CSS/JavaScript/HTML at work and Python/C++ for fun.


Apr
9
awarded  Custodian
Apr
9
comment Java equivalent to python's struct pack/unpack
Consider stackoverflow.com/questions/3209898/…
Mar
26
awarded  Nice Answer
Mar
9
awarded  Caucus
Mar
9
comment webcam access in c++
I'd like to add a note that I just used ESCAPI for a project that demanded video capture and for which I wanted to use GLUT (rather than ten pages of Windows calls) and I've been thrilled with it.
Sep
13
awarded  Yearling
Jul
1
comment C strange error with strcpy and even stranger solution
aux is uninitialized. Use malloc first.
Jun
29
answered Strange C++ Memory Allocation
Jun
29
comment C++ class extension (different size of array in inheriting classes)
Additionally, Person* persons[5] does not mean you're declaring an array of 5 persons.
Jun
29
answered C passing argument 1 of ‘fread’ makes pointer from integer without a cast
Jun
8
awarded  Caucus
Jun
2
comment Does PHP time() return a GMT/UTC Timestamp?
Re-check the title.
May
3
comment error C2447: '{' : missing function header (old-style formal list?)
The C2447 implies Visual Studio.
Apr
20
comment (MYSQL) SQL select query - maybe OUTER JOIN?
That's just some database connectors' syntax; it's usually more explanatory than the standard ?. PDO does this: php.net/manual/en/pdo.prepared-statements.php
Apr
20
answered (MYSQL) SQL select query - maybe OUTER JOIN?
Apr
19
answered Understand a regular expression
Apr
19
answered Is a derived object type from the exception declaration unexpected?
Apr
15
comment how to pass two dimensional array of an unknown size to a function
It doesn't? My bad, then.
Apr
15
comment how to pass two dimensional array of an unknown size to a function
int** matrix would be the syntax you're looking for.
Apr
12
answered Typical Application and Use Cases for Python Decorators