10 lines
241 B
Markdown
10 lines
241 B
Markdown
|
# Classes in C++
|
||
|
|
||
|
In c++ classes are defined using a header file and the implementation in a
|
||
|
regular .cpp file. Explanations to the structure can be found in the files themselves
|
||
|
|
||
|
## Relevant files
|
||
|
|
||
|
- [car.h](./car.h)
|
||
|
- [car.cpp](./car.cpp)
|