¡@

Home 

c++ Programming Glossary: code.google.com

Google protocol buffers on iOS

http://stackoverflow.com/questions/10277576/google-protocol-buffers-on-ios

Is the metasyntactic static library for iOS . . . http code.google.com p metasyntactic wiki ProtocolBuffers . . . compatible with regular..

Is there a way to diff files from C++?

http://stackoverflow.com/questions/1451694/is-there-a-way-to-diff-files-from-c

question I think I've found a good solution finally http code.google.com p dtl cpp wiki Tutorial It supports patch. I had to type diff.cpp..

Scripting language for C/C++?

http://stackoverflow.com/questions/1513920/scripting-language-for-c-c

at the CERN . Used by many physicist. ccons http code.google.com p ccons An interactive C console which employs LLVM and its..

Google Geolocation API library

http://stackoverflow.com/questions/1535619/google-geolocation-api-library

Google Gears has support for it as described here http code.google.com p gears wiki GeolocationAPI There is also good doco on the web.. can be found in the Geolocation API documentation at http code.google.com apis gears api 5Fgeolocation.html . This Wiki page is intended..

References Needed for Implementing an Interpreter in C/C++

http://stackoverflow.com/questions/294852/references-needed-for-implementing-an-interpreter-in-c-c

learn from them. V8 cites two important papers http code.google.com apis v8 design.html and squirrelfish cites a couple http webkit.org..

Enum in C++ like Enum in Ada?

http://stackoverflow.com/questions/300592/enum-in-c-like-enum-in-ada

classes that do most if not all of what you want http code.google.com p enumgen The current implementation is in Lisp but do not hold..

C++ HTML template framework, templatizing library, HTML generator library

http://stackoverflow.com/questions/355650/c-html-template-framework-templatizing-library-html-generator-library

ClearSilver Site http www.clearsilver.net Project https code.google.com p clearsilver Group http tech.groups.yahoo.com group ClearSilver..

What are Google Test, Death Tests

http://stackoverflow.com/questions/3698718/what-are-google-test-death-tests

it's in Google Test overview features and detailed in http code.google.com p googletest wiki AdvancedGuide#Death_Tests They look like standard..

Are there any good C++ Mock object frameworks?

http://stackoverflow.com/questions/38493/are-there-any-good-c-mock-object-frameworks

What's a good C++ library for loading models for use in OpenGL?

http://stackoverflow.com/questions/4776408/whats-a-good-c-library-for-loading-models-for-use-in-opengl

Autodesk themselves have an API. Also lib3ds http code.google.com p lib3ds Open Asset Import Library supports way more than 3DS..

How can i use tesseract ocr(or any other free ocr) in small c++ project?

http://stackoverflow.com/questions/5079635/how-can-i-use-tesseract-ocror-any-other-free-ocr-in-small-c-project

me how things work. As per request Here is the link http code.google.com p tesseract ocr c c windows image processing ocr share improve..

Why doesn't C++ support functions returning arrays?

http://stackoverflow.com/questions/5157439/why-doesnt-c-support-functions-returning-arrays

any good and simple RPC library for inter-process calls? [closed]

http://stackoverflow.com/questions/5398673/any-good-and-simple-rpc-library-for-inter-process-calls

Google's protobuf library as the marshaling mechanism http code.google.com p protobuf wiki ThirdPartyAddOns#RPC_Implementations There's..

Most efficient way to escape XML/HTML in C++ string?

http://stackoverflow.com/questions/5665231/most-efficient-way-to-escape-xml-html-in-c-string

Or you can use boost spirit xml encode or http code.google.com p pugixml . void encode std string data std string buffer buffer.reserve..

C++ OpenSource project for beginner programmer? [closed]

http://stackoverflow.com/questions/634951/c-opensource-project-for-beginner-programmer

at outsiders beginners. Here is last year's page http code.google.com soc 2008 Google has not yet decided on which projects are participating..

What is the best way to port from Objective-C to C++?

http://stackoverflow.com/questions/703979/what-is-the-best-way-to-port-from-objective-c-to-c

time for writing parser for it. If you have you can http code.google.com p qobjc I write basic functionality of Foundation Framework..

What data source could I use for my stock market program?

http://stackoverflow.com/questions/728126/what-data-source-could-i-use-for-my-stock-market-program

share improve this question Google Finance API http code.google.com apis finance Yahoo Finance API http developer.yahoo.com finance..

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

compile chromium and embed it in a c application. http code.google.com p chromiumembedded I could use QT with QtWebkit. http developer.qt.nokia.com..