Top "Libraries" questions

Use this tag for questions about software libraries.

Android NDK - OpenGL ES Tutorial/Libraries

Hey! Im looking for an OpenGL library/framework to handle basic drawing code etc for me. Otherwise im also looking …

android opengl-es android-ndk libraries
Using the Arduino libraries for regular AVR code

I have an Arduino Uno and a Linux environment. Though the Arduino IDE is great and all, however it doesn't …

arduino libraries avr
Package is missing dependencies for libraries - OpenWRT

I am trying to compile OpenWRT with a custom package I have made inside it. Here is the OpenWRT Makefile …

dependencies package libraries dependency-management openwrt
What is libg2c library?

I have found the code which links against of 'g2c' library. Why do I need it? Just would like …

linux gcc g++ libraries
How do I include libraries to a project in Visual Studio?

I am a beginner on C++ and trying to learn about including libraries, and I haven't found documentation about it. …

c++ visual-studio sqlite libraries .lib
Installing Eigen on Mac OS X for XCode

A while back it was a nightmare for me trying to get Eigen up and running on my mac for …

c++ xcode macos libraries eigen
GCC unable to find header file in a included library

I am trying to include a library file named libmathematica.a in gcc so it gets linked in the executable …

c gcc libraries
What is the "Android Private Libraries" folder in Eclipse?

I initially thought it was exclusively for official libraries like the support library. However any time I add a custom …

android adt libraries eclipse-adt dex
Compiling: //lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing

I am having trouble compiling code intended for 32bit unix system on my 64bit Ubuntu, Linux. Does anyone have any …

ubuntu gcc 64-bit libraries libm
Garbage collection Libraries in C++

What free and commercial garbage collection libraries are available for C++, and what are the pros and cons of each? …

c++ garbage-collection libraries