User profile: TechnoCat

User info
User name:TechnoCat
History
Joined:
Number of posts:39
Latest posts:

Can't Bootstrap Boost Libraries: Required Files Not Found
I solved this by creating symlinks in /usr/local/include for everything in /Developer/SDKs/MacOSX10....

Can't Bootstrap Boost Libraries: Required Files Not Found
I'm trying to install the Boost libraries in Mac OS X (exactly what version is classified according ...

Variable-Sized Array
Hm. For some reason Xcode (gcc) didn't like the ">>" . I believe it said [output]'>>' should be '>...

Variable-Sized Array
You're right. I wrote a quick little test application, and sure enough, I can expand a 1D vector in...

Variable-Sized Array
Is there a way to declare a two-dimensional array with two variables? I need to be able to pass the...