Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/b1z0n/cpp-dev-resources

Curated list of useful c++ tools, and resources to learn them:
https://github.com/b1z0n/cpp-dev-resources

books c cpp cpp11 cpp14 cpp17 cpp1z developer-experience developer-tools development-tools resources tutorials

Last synced: about 2 months ago
JSON representation

Curated list of useful c++ tools, and resources to learn them:

Awesome Lists containing this project

README

        

# About
It is a collection of useful c++ development tools, and resources to learn them.

# Why?

Generally speaking it will be used as a reference for everyone who asks [me](https://github.com/B1Z0N) about this things. Also i was wondering if it is being taught in universities. So I asked a lot of developers in chats and fiends of mine, most answers was "NO". They also told me that they wish universities do cover this topics. So this is my answer to them.

# What?

This repository is intended to cover:

1. Simple description of C++ language for beginners.
2. Useful resources to learn C++, for developers of different levels.
3. Major general-use C++ related tools (general description, and resources to learn).
4. Some author's thoughts about the way of c++ developer.

# How?

**ALMOST ALL OF THE RESOURCES WAS CONTRIBUTED TO/READ/TESTED BY MAINTAINERS(OR BY CONTRIBUTORS) OF THIS REPO**

1. If you are a **beginner** in programming, or **in doubt** about learning C++, check [this](docs/C++/ABOUTcpp.md) out.

2. If you just want to learn from masters, then [here](docs/C++/cppRES.md) are **THE LIST OF C++ RESOURCES**.

3. If you want to have some practice, [here is](docs/C++/cppREPOS.md) the list of repos to contribute to. You can start contributing from now, or after learning C++ tools in the next item.

4. And finally, if you have some background in cppdev and you want to enhance the ability to organize your project, speed up development, learn best development process practices. You should definitely look in [here](docs/tools/README.md), because this is **THE LIST OF USEFUL C++ TOOLS RESOURCES**.

5. [Afterword](docs/etc/afterword.md)
-------
## Want to add something?
1. Read the [**contribution guidelines**][contrib-guide]
2. **Fork** the repo.
3. Create a **branch** and **add your tools/thoughts/references** (or other things that are appropriate for repository) that is not already in the repo.
4. Submit a **pull request**

You can find more details regarding the steps above in the [contribution
guidelines][contrib-guide], so be sure to check them out.

### You disagree with what is written in this repo?

Just [create a new issue](https://github.com/B1Z0N/cpp-dev-resources/issues/new) and I believe, that we'll achieve consensus
:wink:
(this is hidden reason for creating this repository)

## Maintainers

This repo is being actively maintained by [@B1Z0N](https://github.com/B1Z0N)
We have [code of conduct][code-of-conduct]

## License

This project is licensed under the terms of the [MIT license](LICENSE.md).

[contrib-guide]: .github/CONTRIBUTING.md
[code-of-conduct]: .github/CODE_OF_CONDUCT.md