coryan

619
Reputation
51 views

Registered User

Name coryan
Member for 1 year
Seen 2 hours ago
Website
Location
Age
Nov
2
awarded  Yearling
Aug
18
answered As a developer, do I need to fully understand multicasting protocols such as IGMP, PIM-DM and PIM-SM?
Aug
13
answered Will pthreads become obsolete once std:thread makes into C++Ox
Jul
20
answered Is there an operating system API wrapper library for c++?
Jun
8
awarded  Commentator
Jun
8
comment What does -fPIC mean when building a shared library?
I thought the OS was free to load the library in any virtual address, but without pic/PIC the loader has to modify the code and adjust all the absolute jumps + indirections to the actual locations of the routines / libraries. With pic/PIC the code is not modified and thus it is really shared across multiple processes.
Jun
7
answered Cross-platform alternative to COM