mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[c++/en] consistent indentation
This commit is contained in:
parent
825a2b0875
commit
389f2c2956
@ -1212,7 +1212,7 @@ compl 4 // Performs a bitwise not
|
||||
|
||||
## Further Reading:
|
||||
|
||||
* An up-to-date language reference can be found at [CPP Reference](http://cppreference.com/w/cpp).
|
||||
* A tutorial for beginners or experts, covering many modern features and good practices: [LearnCpp.com](https://www.learncpp.com/)
|
||||
* A tutorial covering basics of language and setting up coding environment is available at [TheChernoProject - C++](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb).
|
||||
* Additional resources may be found at [CPlusPlus](http://cplusplus.com).
|
||||
- An up-to-date language reference can be found at [CPP Reference](http://cppreference.com/w/cpp).
|
||||
- A tutorial for beginners or experts, covering many modern features and good practices: [LearnCpp.com](https://www.learncpp.com/)
|
||||
- A tutorial covering basics of language and setting up coding environment is available at [TheChernoProject - C++](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb).
|
||||
- Additional resources may be found at [CPlusPlus](http://cplusplus.com).
|
||||
|
Loading…
Reference in New Issue
Block a user