dealssraka.blogg.se

Photosounder allocate more memory
Photosounder allocate more memory










photosounder allocate more memory
  1. Photosounder allocate more memory portable#
  2. Photosounder allocate more memory zip#

Many 2-file libs: hash, sort, b-tree, etc Object which can store any type of primitive data type Typesafe dynamic arrays (like std::vector) for plain C Several C++11 standard contaner like libraries and helpers

photosounder allocate more memory

Simple and easy boolean values in standard c

Photosounder allocate more memory zip#

Minimalistic MP3 decoder with sse/neon supportĬompression, decompression, ZIP file, PNG writing Library generating 8-bit waveforms of various kinds (In some cases, a header-file-only library may compile as both C or C++, but produce an implementation that can only be called from one or the other, because of a lack of use of extern "C" in this case the table still qualifies it as C/C++, as this is not an obstacle to most users.) Categories:Ĭomposable, command line parser for C++ 11 and beyondĬommand-line argument parsing w/ DOS-style options Libraries of more than two files are mostly forbidden.įor the API column, "C" means C only, "C++" means C++ only, and "C/C++" means C/C++ usable from either some files may require building as C or C++ but still qualify as "C/C++" as long as the header file uses extern "C" to make it work. Other libraries are either non-public domain, or two files, or not usable from both C and C++, or all three. Public domain single-file libraries usable from C and C++ are in bold.

  • CCAN: package of lots of shareable C functions (mixed licenses).
  • clib: list of (mostly) small single C functions (licenses not listed).
  • For some analysis and performance results, check out Other listsĪlso you might be interested in other related, but different lists: There are a lot of JSON parsers listed here. Recent additions are marked with an asterisk in the left column.
  • Libraries should use at most two files (one header, one source)Įxceptions will be allowed for good reasons.
  • Libraries should compile and work on both 32-bit and 64-bit platforms.
  • Libraries should be usable from more than one platform (ideally, all major desktops and/or all major mobile).
  • Libraries must be usable from C or C++, ideally both.
  • However, I have not personally verified that any specific lilbrary is as advertised, or is quality software.

    Photosounder allocate more memory portable#

    Generally, the following is a list of small, easy-to-integrate, portable libraries which are usable from C and/or C++, and should be able to be compiled on both 32-bit and 64-bit platforms. I am not the only person who writes libraries like this, so below are other, similar libraries. I am the author of a large number of single-file C/C++ public domain libraries. Single-file public-domain/open source libraries with minimal dependencies












    Photosounder allocate more memory