> For the complete documentation index, see [llms.txt](https://nodejsdocs.gitbook.io/everthing-c++/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nodejsdocs.gitbook.io/everthing-c++/general-resources-applicable-throughout-the-plan.md).

# General Resources (Applicable throughout the plan)

### Books

* "Effective Modern C++" by Scott Meyers\
  A must-read for anyone serious about modern C++.
* "Effective C++" by Scott Meyers\
  Older but still valuable insights.
* "A Tour of C++" by Bjarne Stroustrup\
  Good overview by the language creator.
* "C++ Concurrency in Action" by Anthony Williams\
  Essential for multithreading.
* "C++ Primer" by Stanley B. Lippman, Josée Lajoie, Barbara E. Moo\
  Comprehensive reference.
* "Developing High-Frequency Trading Systems" by Sebastien Donadio, Sourav Ghosh, Romain Rossier

### YouTube Channels

* The Cherno\
  Excellent for C++ fundamentals and advanced topics.
* C++ Weekly with Jason Turner\
  Short, insightful videos on modern C++ features.
* freeCodeCamp.org\
  Good for foundational C++ courses.
* Conan.io C/C++ Community\
  Sometimes features talks on performance and system programming.

### Blogs/Online Resources

* Cppreference.com\
  Indispensable for quick lookups.
* isocpp.org\
  Official C++ standard website.
* Arne Mertz's Blog\
  Thoughts on modern C++ best practices.
* Jonathan Boccara's Blog (Fluent C++)\
  Focuses on expressive C++ code.
* \[High-Performance Computing with C++ Blogs]\([https://www.google.com/search?q=C++](https://www.google.com/search?q=C++%20low%20latencey) low latency)\
  Search for "C++ low latency", "C++ performance", "HFT C++".
* \[Medium articles on HFT and C++]\(<https://medium.com/search?q=HFT> C++)\
  e.g., Mubin Shaikh's articles on low-latency C++.
* [Stack Overflow](https://stackoverflow.com/questions/tagged/c%2b%2b)\
  For specific questions and problem-solving.
