c++ Programming Glossary: github.com
Build issue with MSVS 2010 and the C++ standard http://stackoverflow.com/questions/10578017/build-issue-with-msvs-2010-and-the-c-standard msvs 2010 the project found at the following git https github.com Joonhwan exprtk The problem is when I comment out the line 48..
how to return numpy.array from boost::python? http://stackoverflow.com/questions/10701514/how-to-return-numpy-array-from-boostpython between Boost.Python and NumPy can be found here https github.com ndarray Boost.NumPy It's a moderately complete wrapper of the..
Changes between C++ standard working drafts? http://stackoverflow.com/questions/14184203/changes-between-c-standard-working-drafts way to do this is to try and analyze the git log of https github.com cplusplus draft Another way would be to dump the PDFs to text..
How can I compile Boost 1.54.0 (1.54) for the iOS simulator (6.1) on OS X 10.8.4? http://stackoverflow.com/questions/17714635/how-can-i-compile-boost-1-54-0-1-54-for-the-ios-simulator-6-1-on-os-x-10-8-4 OS X iOS and the iOS simulator using this script https github.com wuhao5 boost blob 188e905626dbd522f65950102ed0c8ce77cb28e8 boost.sh..
Finding C++ interval tree algorithm implementation [duplicate] http://stackoverflow.com/questions/212808/finding-c-interval-tree-algorithm-implementation a template based interval tree implementation in C https github.com ekg intervaltree . MIT license. Enjoy. share improve this answer..
fast, clean, C, timsort implementation? http://stackoverflow.com/questions/2556935/fast-clean-c-timsort-implementation question I wrote a fast template like version in C http github.com swenson sort It also includes a bunch of other sorting algorithms...
Easy way to parse a url in C++ cross platform? http://stackoverflow.com/questions/2616011/easy-way-to-parse-a-url-in-c-cross-platform you can find the documentation for at http cpp netlib.github.com you can download the latest release from http github.com cpp.. you can download the latest release from http github.com cpp netlib cpp netlib downloads . The relevant type you'll want..
UITextView w/ Syntax Highlighting [closed] http://stackoverflow.com/questions/2638752/uitextview-w-syntax-highlighting an example application that does syntax highlighting http github.com amcgregor syntax alpha Unfortunately my goal was for an editable..
What belongs in an educational tool to demonstrate the unwarranted assumptions people make in C/C++? http://stackoverflow.com/questions/3457967/what-belongs-in-an-educational-tool-to-demonstrate-the-unwarranted-assumptions-p created a github repo for this the file is gotcha.c http github.com lutherblissett disenchanter Please answer here with patches..
What good C++ Mail library would you recommend? http://stackoverflow.com/questions/3673012/what-good-c-mail-library-would-you-recommend http www.vmime.org Poco http pocoproject.org libnetpp http github.com vinzenz libnetpp Poco's my favorite It is really more of an..
Calling C++ function from JavaScript script running in a web browser control http://stackoverflow.com/questions/3747414/calling-c-function-from-javascript-script-running-in-a-web-browser-control self contained example implementation. Here it is https github.com Tobbe CppIEEmbed . Please fork and improve if you can javascript..
Standalone C or C++ websocket server library [closed] http://stackoverflow.com/questions/3916217/standalone-c-or-c-websocket-server-library
:: without a namespace http://stackoverflow.com/questions/5966647/without-a-namespace without a namespace I am looking at this C code https github.com cinder Cinder blob renderStringBox src cinder gl TextureFont.cpp..
how to achieve 4 FLOPs per cycle http://stackoverflow.com/questions/8389648/how-to-achieve-4-flops-per-cycle adds... The full project can be found on my GitHub https github.com Mysticial Flops Warning If you decide to compile and run this..
Modern OpenGL: VBO, GLM and Matrix Stacks http://stackoverflow.com/questions/8951509/modern-opengl-vbo-glm-and-matrix-stacks in C99 have a look at my still incomplete linmath.h https github.com datenwolf linmath.h which is just a header file with static..
Pack an HTML5 app and deploy it on the desktop http://stackoverflow.com/questions/9504651/pack-an-html5-app-and-deploy-it-on-the-desktop http mozillalabs.com chromeless and berkelium https github.com sirikata berkelium With chromeless my JQuery Javascript did..
cmake is not working in opencv c++ project http://stackoverflow.com/questions/9742052/cmake-is-not-working-in-opencv-c-project need your help I have this C code in this link link https github.com royshil FoodcamClassifier and I've been trying since two days.. question On Linux I did the following git clone https github.com royshil FoodcamClassifier.git cd FoodcamClassifier mkdir build..
What are the best affordable c++ audio libraries? [closed] http://stackoverflow.com/questions/994161/what-are-the-best-affordable-c-audio-libraries but also might be too flexible for your need. CAudio https github.com wildicv cAudio wrapping OpenAL with a C interface and adding..
|