How to resolve : ” fatal error: curl/curl.h: No such file or directory ” for Ubuntu Linux
If you are developing some native C application based on curl API’s ( https://curl.haxx.se/libcurl/c/ ) , you … Read more
If you are developing some native C application based on curl API’s ( https://curl.haxx.se/libcurl/c/ ) , you … Read more
If you are developing some native C application based on openssl API’s ( https://www.openssl.org/docs/ ) , you … Read more
An Android library is structurally the same as an Android app module. It can include everything needed … Read more
In our first part we seen “Creating AAR library for Android apps using Android Studio” and in … Read more
As we have seen in our previous posts Part 1, Part 2, Part 3, we created a … Read more
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more
As we have seen in our another posts “How to create Shared Library in Linux ?” we … Read more
Electron is a platform for writing cross-platform Desktop applications using Web technologies — this means, instead of writing your … Read more
elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find … Read more
In our last post “Creating AAR library for Android apps using Android Studio – Part 1” we … Read more
If you are trying to compile any network packet capturing related program, there are higher chances you … Read more
bmptoraw is utility to convert bitmap files to raw 16 bit data. This program assumes a 24 … Read more