Below you will find pages that utilize the taxonomy term “c++”
Dec, 2016 - Post
IoT based insect monitoring concept
Insects are the most diverse species of animals found on earth. While every species is required to maintain the balance of nature, excessive accumulation of any one type can have devastating effects on humans and environment.
Insect management relies on the early detection and accuracy of insect population monitoring techniquessensors-12-15801. Integrated data gathering about insect population together with the ecological factors like temperature, humidity, light etc., makes it possible to execute appropriate pest control at the right time in the right place.
read more
Feb, 2012 - Post
Compiling Java Native C/C++ Code
We have faced multiple issues while compiling a native c/c++ code and using it with JNI in our Java application
How to write a JNI program. jni_md.h not found. Incompatible data types. On widows cygwin1.dll is required when running Java code on the native library. and more. Actually we were compiling NLP Solver’s native library (IPOPT) on windows 32 bit and on 64bit linux machine.
Solving the chaos! Here are the steps we have followed to solve the above issues:
read more