This article assumes that readers are aware of what pointers are and how they are used in 'C'. As a quick overview, A pointer is a special...
As we have already discussed the procfile system in my previous article. Here we will learn about how to create a procfile which can be read and...
Proc file system is a pseuso-filesystem that contains the running state information of Linux kernel. This information is presented in the form of...
To understand the concept of makefiles, one should have basic knowledge of the compilation process. Do you know how to compile a code using gcc?...
Thanks
Whats the intention here?
LKM stands for Loadable kernel modules. This term is mainly used in context with Linux OS. LKMs are independent modules that can be loaded and...
Is this something that you are asking or telling?
Good article
Thanx Aneesh. This was just the basic, so, had to be simpler. :-)
You might have studied various mechanisms through which two processes interact on same host. For example message queues, shared memory etc. But...
In a language like 'C', the programmer has almost complete control over memory operations but this brings in a problem that many of you might have...
The fork() unix API provides mechanism to spawn a new process from an existing process. This function is called once in a program but it returns...
In this case too, new can be used to allocate memory and construct object.
Thanks, ya it feels good:pleased:
From Wikipedia :
Thanks Shabbir
Adding one more point : - Its possible to construct an object over an already allocated memory using another version of 'new' operator known as...
try -e option of gcc..may be this could help
Thanks Aneesh. Good tutorials.
Separate names with a comma.