Parappa

2,870
Reputation
216 views

Registered User

Name Parappa
Member for 1 year
Seen yesterday
Website
Location Vancouver, Canada
Age 29
Software Developer / Computing Science generalist. Currently employed as a UI developer for a major video game studio. Professional first-hand experience with C, C++, C#, Python, PHP, JavaScript, and Delphi. Have written desktop apps and command line scripts for Windows, FreeBSD, and Linux environments. Hobby programming experience with Ruby, Lisp, Prolog, and Java.
Nov
26
answered Why is (python|ruby) interpreted?
Nov
26
revised Programmatically adding buttons - Problem with subscription to a mouse event
added C# tag
Nov
26
comment what is boost jam and is it jam worth migrating to?
+1 for SCons. :-)
Nov
26
revised Boost lib linker error Visual C++
added 219 characters in body
Nov
26
comment Boost lib linker error Visual C++
It is working! Thanks again.
Nov
26
comment Boost lib linker error Visual C++
I will give that a try, thanks. I think I built it without specifying build-type.
Nov
26
revised Boost lib linker error Visual C++
added 376 characters in body
Nov
26
asked Boost lib linker error Visual C++
Nov
26
revised Input class - appropriate use of friend?
added 257 characters in body
Nov
26
answered Input class - appropriate use of friend?
Nov
25
revised Declaring a variable in an if-else block in C++
added some argument checking
Nov
25
answered What language will protect my source code?
Nov
25
revised Declaring a variable in an if-else block in C++
initialize player_ptr to NULL, thanks Laura
Nov
25
answered glew32.dll run time error
Nov
25
comment Play a sound for a certain duration
Sorry it didn't work. I'd like to know the answer to this as well.
Nov
25
answered Play a sound for a certain duration
Nov
25
comment Get Diffrence Between Two Times (Unix Epoc)
Ah right, good call. I have tried to fix it using the mod operator.
Nov
25
revised Get Diffrence Between Two Times (Unix Epoc)
added 25 characters in body
Nov
25
answered Best way to check if a character array is empty
Nov
25
comment Declaring a variable in an if-else block in C++
Yup, I messed up. Tried to fix it.
Nov
25
revised Declaring a variable in an if-else block in C++
fixed obviously broken C++
Nov
25
comment Get Diffrence Between Two Times (Unix Epoc)
+1. You beat me to it. :)
Nov
25
answered Get Diffrence Between Two Times (Unix Epoc)
Nov
24
answered Declaring a variable in an if-else block in C++
Nov
24
answered C++ dynamic allocated array
Nov
24
answered How to dynamically create a union instance in c++?
Nov
23
answered Regex to match part of a string
Nov
23
answered If / else order sequence issue
Nov
21
answered Starting OpenGL Programming “Ultimate” Resource
Nov
21
answered Volume slider - volume doesn’t change until mouse over
Nov
21
answered how do you program?
Nov
21
answered Will ANTLR Help? Different Suggestion?
Nov
19
comment Flash AS3 : addChild() does not display imported movieclip.
What do you get if you trace h.parent, h.x, h.y, h.alpha after adding it to the stage?
Nov
19
revised Flash AS3 : addChild() does not display imported movieclip.
added 30 characters in body
Nov
19
answered Flash AS3 : addChild() does not display imported movieclip.
Nov
19
answered Is it better to have code duplication and have it be very simple/readable, or have no duplication (using generics) but be much more complicated?
Nov
17
comment middle of linked list
Sounds like a trick question. In order to identify the middle of the list, you need to know its length. In order to know its length, you need to loop to the end of the list.
Nov
16
accepted How do you track where in your code your business rules are implemented?
Nov
12
answered Is it correct to ask to solve an NP-complete problem on a job interview?
Nov
12
answered How could I print out the nth letter of the alphabet in Python?
Nov
12
comment What programs/languages should I learn for a career in web programming/design?
I would add SQL and PHP to your list.
Nov
12
revised DirectX 9 Terrain Engine Problem C++
added 390 characters in body
Nov
12
answered Explaining why “Just add another column to the DB” is a bad idea, to non programmers.
Nov
12
answered DirectX 9 Terrain Engine Problem C++
Nov
10
answered How do you track where in your code your business rules are implemented?
Nov
10
comment Determine source language from a binary?
It seems to me that in theory it is not possible, and in practice it is. :)
Nov
9
accepted Determine source language from a binary?
Nov
9
answered Determine source language from a binary?
Nov
8
accepted Same instance referred to by multiple constructors
Nov
8
answered Same instance referred to by multiple constructors