/cpp-tour

[ALPHA] C++ Introductory Tour. Click here to take the tour:

Primary LanguageJavaScriptMIT LicenseMIT

C++ Tour Logo

Build Status

Click Here to Take the Tour

Just here to take the tour? Go to https://cpp-tour.com.

Table of Contents

Getting Started

Build instruction

Development

npm start - runs developement server on localhost:3333. It automatically re-builds changes.

Production

npm run build:p builds production version with all optimizations. It is stored in directory public/

Mission Statement

We strive to create a great way to easily get started with C++, no matter your level of experience. You can read our full mission statement at MISSION.

Contributing

All contributions are welcome! We want to make the C++ tour a community effort, and would like to hear your feedback, regardless of your level of expertise.

Please read the CONTRIBUTING before submitting a pull-request.

Contact Us

You can find the C++ Tour team on the CppLang Slack (click here to join) in the #cpp-tour channel. We'll be happy to answer all of your questions.

Contributors

The project is maintained by Arvid Gerstmann. It would, however, not be possible without the countless contributors. Thank you!

For the full list of contributors please read the CONTRIBUTORS.

License

All code is license under MIT. Copyright (c) 2017 Arvid Gerstmann.

All the content of the tour (found under /lessons) is licensed under CC-BY-SA 4.0.