c/c
Integrate Video Streaming Into Your C/C++ Application Using Nex Gen Media Server API
Introduction Recently I took a closer look at Nex Gen Media Server and their API framework. NGMS is a multi-purpose streaming server which supports some…
Reading Files From The Linux Kernel Space (Module/Driver) (Fedora 14)
It seems like operations that communicate with userspace are really discouraged. And I am not arguing with that. Although it doesn’t mean that they cannot…
Learning C/C++ Step-By-Step
Many people are really interested in learning and implementing C/C++ programs on their favorite platforms like DOS/Windows or Linux. If you are the one looking…
An Explanation of Pointers (C++)
I just don’t get pointers in C. Help me out, here! What are Pointers? Pointers are basically the same as any other variable. However, what…
Beginner’s Guide To c++
This tutorial is written for everyone: even if you’ve never programmed before or if you have used other languages and want to expand into C++!…