User profile: SortaCore

User info
User name:SortaCore
Email:darkwire@live.co.uk
Name:Stephen Harris
Location:Kent, England
Website:http://dark-wire.com/
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
Python
History
Joined:
Number of posts:15
Latest posts:

realloc(this, newsize)
Yeah, it was a pretty odd way of handling it. It's in the context of working with an annoying applic...

realloc(this, newsize)
In my code, I have a struct which can have a varying number of items. To make it simpler, I've used ...

Bitstacks Quest
Interesting, that explains why I couldn't make the formula myself, if it's supposed to display in th...

Bitstacks Quest
http://paste.pocoo.org/show/CjbrFDsidJcLOp9Ylzt1/ Your code reads what it writes correctly, but the ...

Bitstacks Quest
The integer sizes can vary from 1-32 bits, chosen at runtime, so my idea was to write unsigned integ...