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. 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: Get started C++/CX reference Asynchronous programming with C++ Network programming with C++ Game programming in C++ Windows Runtime components in C++ Windows Runtime C++ Template Library (WRL) Additional useful libraries for Windows Store app programming Basic tasks for all Windows Store apps Important Not all of the following topics currently have code examples in C++.

Rich visuals and media Working with data Sensors Searching, sharing, and connecting Guidelines and best practices Concepts Samples. 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. 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.

This page lists numerous free C and C++ compilers, cross-compilers and interpreters for a wide variety of operating systems on PCs, Macs and other computers. MinGW-w64 Like MinGW (listed elsewhere on this page), the MinGW-w64 project provides the libraries, headers and runtime needed for the GNU C and C++ compilers to run on a Windows system. The BDS C Compiler. 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.