Quantcast
Channel: The Random Engineer » gcc
Browsing all 2 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Compiling your C/C++ and Obj C/C++ Code with “clang” (LLVM)

clang is a recent addition to the landscape of development within the C family. Though GCC is a household name (well, in my household), clang is built on LLVM, a modular and versatile compiler...

View Article



Image may be NSFW.
Clik here to view.

Displaying C++ vtables

A vtable is a mapping that allows your C++ application properly reconcile the function pointers for the base classes that have virtual methods and the child classes that override those methods (or do...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images