User profile: bheadmaster

User info
User name:bheadmaster
Bio:Maybe I don't get the healthy amount of sleep as most people do, but can they do... this? *blacks out*
History
Joined:
Number of posts:51
Latest posts:

extern "C"?
I know of an [code] extern "C" [/code] keyword that prevents C++ from name-mangling to ease the ...

Can I use previous mapped object to create a new one?
Thanks :D

Can I use previous mapped object to create a new one?
Let's say I have code like this: [code] #include <unordered_map> #include "MyClass.h" int ...

Create GUI in Visual Studio for Linux
[quote]let me know if it is possible to build a simple GUI using MS Visual studio for Linux applicat...

Good example of fork() in a program?
Well, yeah, it creates an exact copy of a process. The fork bomb was intentional, if that's what you...