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

https://github.com/kauefraga/learning-cpp

🔥 Learning a general-purpose language (c++).
https://github.com/kauefraga/learning-cpp

cplusplus cpp learn learning

Last synced: 6 days ago
JSON representation

🔥 Learning a general-purpose language (c++).

Awesome Lists containing this project

README

          


Learning C++


🔥 Learning c++, a general-purpose language 🔥


GitHub top language
Repository size

GitHub last commit

GitHub LICENSE


> Here are the contents i have learned about the c++ programming language.

## ⬇️ Getting started

1. Clone the repository
2. Compile the source files
3. Run it

```bash
git clone https://github.com/kauefraga/learning-cpp.git
cd learning-cpp

# You will need to compile everything
```

## 📚 Learned

I learned from those resources: [C++ full course by Bro Code](https://youtu.be/-TkoO8Z07hI) and [Learn C++](https://www.learncpp.com).

- [Primitive types](https://www.learncpp.com/cpp-tutorial/introduction-to-fundamental-data-types)
- [Variables](https://www.learncpp.com/cpp-tutorial/variable-assignment-and-initialization)
- [Constants](https://www.learncpp.com/cpp-tutorial/const-variables-and-symbolic-constants)
- [Typedef](https://www.learncpp.com/cpp-tutorial/typedefs-and-type-aliases)
- [Type casting](https://www.learncpp.com/cpp-tutorial/introduction-to-type-conversion-and-static_cast)
- [Namespaces](https://www.learncpp.com/cpp-tutorial/naming-collisions-and-an-introduction-to-namespaces)
- [Operators](https://www.learncpp.com/cpp-tutorial/introduction-to-literals-and-operators)
- [If statements](https://www.learncpp.com/cpp-tutorial/introduction-to-if-statements)
- [Ternary operator](https://www.programiz.com/cpp-programming/ternary-operator)
- [String](https://www.learncpp.com/cpp-tutorial/introduction-to-stdstring)

See the source code at [`src`](src/).

## 🛠 Technologies

- [C++ environment for Windows](https://www.mingw-w64.org) - Created to support the GCC compiler on Windows systems.
- [C++](https://en.wikipedia.org/wiki/C%2B%2B) - A multi-paradigm and general-purpose programming language that performs well.

## 📝 License

This project is licensed under the MIT License - See the [LICENSE](https://github.com/kauefraga/learning-cpp/blob/main/LICENSE) for more information.

---


Built with love
Powered by coffee