background preloader

C++

Facebook Twitter

Roadmap for Metro style apps using C++ Here are key resources to help you get started with using C++ (including Visual C++ component extensions (C++/CX)) to develop Windows Store apps.

Roadmap for Metro style apps using C++

This is not a comprehensive list of all of the features or available resources. Some topics listed below are specific to C++, and some are not specific to any single programming language. You can bookmark this page so that you can come back to it when you want to learn how to add another feature to your app. If you'd rather use another programming language, see: Allegro 5.1 reference manual. GCC, the GNU Compiler Collection. Free C / C++ Compilers and Interpreters. C is a general purpose procedural programming language that is fairly easy to learn (in that it doesn't have many built-in features to memorize) but is nonetheless sufficiently expressive that it can be used to build any sort of computer program, including whole operating systems like Linux.

Free C / C++ Compilers and Interpreters

C++ is a general purpose object-oriented programming language that was originally created as a superset of C (although nowadays the two languages have developed in different directions so that this is no longer strictly true). These two programming languages, C and C++, are probably among the most popular languages used to write programs. C++11 STL additions. Bjarne Stroustrup's Homepage. Cplusplus.com - The C++ Resources Network. Happy Codings - C++ Programming Sample Code Source Code Search Engine, Code Examples.