C++ and C on Linux

On Linux, programmers can use the GNU C compiler, version 4 and higher. The sample program compiles with the C++ compiler
g++
, but VDDK also works with the C compiler
gcc
.