Skip to content

queertypes/cplusplus-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a collection of C++ programming examples. It is meant to serve as a tutorial to many of the features available in either the C++ core language, the C++ standard library, or even some major, open-source, external libraries.

Currently, this repository focuses on C++11. In the future, more examples may be added.

Compilation

In order to compile the examples provided, it is recommended that at least the following is installed in your system:

Just cd into the desired directory and issue:

waf configure
waf

License

All examples provided in this example are covered by the 3-clause BSD

Contributing

Feel free to submit a pull request. This repository can certainly use more examples of C++, all the more so with the release of C++11.

Commits should follow the AngularJS Conventions

About

C++ in the Small

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors