User profile: Cubbi

User info
User name:Cubbi
Name:Cubbi
Location:Long Island
Website:http://stackoverflow.com/users/273767/cubbi
Bio:First language: PDP-11 assembly (still the best!)

Favorite language: toss-up between Forth and APL. I like many.

Most used language: C++ (with boost and C++11)

Education: Ph.D. in chemistry

Career:
1996: scientific software (phys. chemistry)
2000: OS development (hard real-time/military)
2002: scientific research (biochemistry)
2005: real-time C++ (transportation/city infrastructure)
2012: large scale C++ (finance)

also taught programming in college and published a couple books
Statistical data
Birthdate:Feb 18, 1976
Gender:Male
Occupation:Engineer
Skills:C
C++
Assembly
History
Joined:
Number of posts:2329
Latest posts:

When did you really start programming
With the crippling shortage of good programmers that the industry is experiencing today, every littl...

question about headers and objects files
[quote]so the only way to deal with it is using namespace?[/quote] What exactly is the problem you w...

question about headers and objects files
The short answer is, it won't link. Long answer: After the preprocessor stage, you are left with th...

question about headers and objects files
header files are not related to object files at all. gcc (technically, ld) will examine libc, libm...

Stringstream to clipboard with memcpy?
it's ss.str().size(), not sizeof.