How to use Single Instance Class / Singleton class in Android / Java ?
The single instance classes are mostly used when you don’t know how to create a object of … Read more
The single instance classes are mostly used when you don’t know how to create a object of … Read more
When you are writing C program, sometimes you need to make certain checks on variables and based … Read more
In this post, we will show a simple program which adds two numbers from two registers and … Read more
If you are using NDK version more than r19, the toolchains which comes as part of NDK … Read more
What is Clang ? Clang is a compiler front end for the C, C++, Objective-C and Objective-C++ … Read more
Following is the simple example to show, how we can create two threads at a time and … Read more
Following is the simple example to show, how we can create two threads at a time and … Read more
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more
The function feof() tests the end-of-file indicator for the stream pointed to by stream, returning nonzero if … Read more
The function feof() tests the end-of-file indicator for the stream pointed to by stream, returning nonzero if … Read more
As we have seen in our another posts “How to create Shared Library in Linux ?” we … Read more
The post briefs above how you can convert byte Array to Hex values and print those on … Read more