User profile: TheRabbitologist

User info
User name:TheRabbitologist
Old user name:Albatross
Location:Seattle, WA
Website:http://github.com/TheRabbitologist
Bio:Have brain, will migrate.

Semi-retired from the forums, though PMs will still reach me. I frequent #cplusplus.com on Freenode.

-Albatross
Statistical data
Gender:Female
Occupation:Other
Skills:C
C++
Perl
Assembly
Java
Some Ruby
And then some.
History
Joined:
Number of posts:4133
Latest posts:

Sharing code between computers
I too would recommend GitHub, though private repositories aren't free. If you'd prefer some privacy,...

OpenGL or DirectX
Vulkan. -Albatross

More of a Discussion Bad or Not?
Having a job in another city is bad because it leads to driving, and too much driving can lead to ob...

question minecraft c++
Minecraft's old codebase (pre 1.0) was excusable for that reason. It was generally quite C-ish with ...

invalid conversion from int* to int
[code]int s=&data[head];[/code] You're dereferencing, then referencing again, resulting in an int* ...