Skip to content

C++ lecture notes written in Hungarian [Course: Programming languages (C++)]

Notifications You must be signed in to change notification settings

kbnim/cpp-jegyzet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

C++ Lecture Notes

My humble contribution to provide a (hopefully useful) summary of C++ taught at ELTE.

Summary

The notes cover three areas of the basics of C++:

  1. Basics of C++: heritage from C, references, memory model and memory management, types, scope and lifetime.
  2. Object-oriented programming: structs vs. classes, visibility, inheritance, static fields and methods, operators, copy constructor vs. assignment operator, casting, friend keyword
  3. Templates and STL: template functions, template classes, dependent scopes, iterators, fundamental algorithms and data structures

The document is written in $\LaTeX$.

Many thanks to Tibor Brunner, my instructor, for taking the time to proofread my notes.

Remarks

  • As of now, the lecture notes have been proofread, however, the recommended corrections are yet to be implemented.
  • Please note that the lecture notes are written in Hungarian. I do not intend to translation it to English. Having said that,
    • the example code snippets use English names for variables, functions, classes, etc.
    • for each keyword and definition, I gave the English translation; that way, making it easier to navigate in the document.

About

C++ lecture notes written in Hungarian [Course: Programming languages (C++)]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages