A practical explanation of difference between parent and child process. C/C++ Demo code (Linux Programming)

A practical explanation of difference between parent and child process. C/C++ Demo code (Linux Programming)

This post will give you the basic understanding of " PROCESSES " from practical point of view. What it is ? Parent vs child pr...

0 Comments

Matlab Engine Tutorial with Demo Code

This tutorial will explain you how we can use any of the matlab function from C or C++ program. " Calling any of the Matlab function...

0 Comments

What is Memory Leak in C++

What is? Memory leaks occur when previously allocated memory is not deallocated by programmer. When we allocate some memory to variabl...

0 Comments
what is socket?

what is socket?

Sockets A socket is an abstraction for network communication, just as a file is an abstraction for file system communication. The i...

0 Comments

Cracking wifi password

THIS TUTORIAL IS NOT INTENDED TO HARM OTHER PEOPLE!!!! This is only for informative purpose use at your own risk CRACKING OTHERS PA...

1 Comments
Changing permission of a file in LINUX System

Changing permission of a file in LINUX System

How to change permission of a file (or directory) in a Unix/Linux System? This is the very basic problem which a first time unix/linux ...

0 Comments
Posix thread programming basic example

Posix thread programming basic example

We start with an example of "hello..world". First we look at program code without threading that is whole program is act like a...

0 Comments