User profile: billythekid

User info
User name:billythekid
History
Joined:
Number of posts:6
Latest posts:

How do I start to create graphical programs (OpenGL?)
another simple (I guess) 2D crossplatform graphical library that I've heard about: http://alleg.sour...

2 colons and no identifier infront ... wtf?
Ok I got the answer again: http://en.wikipedia.org/wiki/Scope_resolution_operator By the way writin...

2 colons and no identifier infront ... wtf?
Hi, what does the two consecutive colons in the text with bold letters mean? [code]static void func...

linking error on assiging function pointer to static member
Hi dude, this is the god damn solution to your problem (the line in bold letters): void func1() { ...

linking error on assiging function pointer to static member
This code gives me linking error: [code]void func1() { cout<<"func1()"<<endl; } class a { publ...