Skip to content

Trantorian1/obsidian-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a repository intended for the study of the C++ programming language, with a focus on version C++98. As a result, some information might be out of date or considered as bad practices as compared to never version. Use at your own risk.


Target Audience

This repository is mainly intended as a C++ tutorial with a fast takeoff for programmers with prior experience in C and OOP. While it is not strictly required, it is highly encouraged to have a background in these topics as otherwise important topics such as pointers, memory representation and certain optimization techniques and best practices will be skipped on the basis that the reader is already familiar with them. If you are not yet familiar with C, I suggest you start there.


Sections

and recommended reading order

  • Types: [[About Types]]
  • Operators: [[About Operators]]
  • Control flow: [[About Control Flow]]
  • Code structure: [[About Code Structure]]
  • Streams: [[About Streams]]
  • Structures: [[About Structures]]
  • Classes: [[About Classes]]
  • Containers: [[About Containers]]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages