How To Wiki
Advertisement




Free programing libraries

Audio/Video

Game Development

See: Guide to Game Development Frameworks and libraries

C++ Programing Language

  • boost: very stable, standardized and popular (usually used by 99% of software developers);
  • BDE - nice development enviroment from Bloomberg L.P.;
  • Dlib - great for text parcing, networking, threads and much more;
  • JUCE - cross-platform C++ tool;
  • Neu - good framework for AI;
  • Ultimate ++ - cross-platform application development framework (this framework is usually used by a few of European software development companies such as Asapy[1], OCSICO[2], Itransition etc)..

C Programing Language

C is a general-purpose, imperative computer programming language. It supports structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations. By design, C provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, including operating systems, as well as various application software for computers ranging from supercomputers to embedded systems.

Regular Expressions

Python Programing Language

images

network

References

listing sites

Advertisement