Top "Libraries" questions

Use this tag for questions about software libraries.

How do I find where a symbol is defined among static libraries

Suppose you work with a codebase comprising several tools and libraries and you want to port (or resurrect) some component …

c++ linker libraries undefined-symbol
React Native: How to split a file up into multiple files and import them?

I am writing my first app in react native and my js file is getting pretty big. What is the …

javascript react-native libraries code-reuse code-structure
Angular 6 library shared stylesheets

How can you setup a index.scss and import global stylesheets for variables, mixins, etc, to an angular 6 library? Angular …

angular angular-cli libraries angular6 angular-cli-v6
What good libraries are there for solving a system of non-linear equations in C++?

In a C++ application I'm coding, I need to solve a system of non-linear equations (N equations, N unknowns). The …

c++ math libraries equation-solving
Check if Library is used in Android app

I received some legacy code of app (not developed by me, but by some other team, with no documentation), which …

android dependencies android-gradle-plugin libraries build.gradle
How does a language expand itself?

I am learning C++ and I've just started learning about some of Qt's capabilities to code GUI programs. I asked …

c++ libraries bootstrapping
Is there a faster and object orientated alternative to SDL for C++?

The current version of libsdl (1.2.x branch) is very, very slow with blending and per pixel alpha (as it uses …

c++ sdl libraries
SNMP Library for Java

I need to make a feasibility study on various SNMP libraries. Currently I am using SNMP4J. My requirement is …

java libraries snmp snmp4j
Is there a .Net Statistics library with T-Tests and p-values?

Does anybody know of any good and free statistics libraries for .Net? I am working on calculating T-Tests, which I …

c# .net statistics libraries
Recurrence Library for date calculations for .Net

is there a free recurrence library that is available that we could use ?, we are looking for something like we …

c# date libraries