Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-h2o/cpp
42: C++ 00
https://github.com/t-h2o/cpp
42 cpp piscine-cpp
Last synced: about 17 hours ago
JSON representation
42: C++ 00
- Host: GitHub
- URL: https://github.com/t-h2o/cpp
- Owner: t-h2o
- Created: 2022-08-29T12:49:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T14:02:36.000Z (over 1 year ago)
- Last Synced: 2023-05-10T15:23:19.662Z (over 1 year ago)
- Topics: 42, cpp, piscine-cpp
- Language: C++
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42 CPP
> I suggest you to start with the [EPFL videos](https://www.youtube.com/channel/UClwtSrNs_BCRHGs_ZSg4GbQ).
Read object-oriented programming [articles](https://en.wikipedia.org/wiki/Index_of_object-oriented_programming_articles)## Module 00
### Exercice 00
* [`toupper`](https://cplusplus.com/reference/locale/ctype/toupper/)
* [`use_facet`](https://cplusplus.com/reference/locale/use_facet/?kw=use_facet)
* [`using namespace std`](https://www.geeksforgeeks.org/using-namespace-std-considered-bad-practice)### Exercice 01
* [`comparaison operators on strings`](https://cppreference.com/w/cpp/string/basic_string/operator_cmp)
* [`getline`](https://cplusplus.com/reference/string/string/getline/)
* [`c_str`](https://cplusplus.com/reference/string/string/c_str/)
* [`fmt`](https://cplusplus.com/reference/ios/ios_base/flags/)## Module 01
### Exercice 01
* [`nothrow`](https://www.cplusplus.com/reference/new/nothrow)
### Exercice 04
* [`fstream`](https://cplusplus.com/reference/fstream/fstream)
* [`open`](https://cplusplus.com/reference/fstream/fstream/open)## Module 02
### Exercice 01
* [`Overloadin`](https://en.cppreference.com/w/cpp/language/operators)
## Module 03
* Wikipedia: [Multiple inheritance](https://en.wikipedia.org/wiki/Multiple_inheritance#The_diamond_problem)
## Resource
* A student made this [wiki](https://github.com/qingqingqingli/CPP/wiki)