extra info for other languages

This commit is contained in:
2020-04-01 15:29:10 +02:00
parent 4a9de2897c
commit 551e8835d7
6 changed files with 24 additions and 1 deletions

View File

@ -3,6 +3,7 @@
int main() {
// create a new car and store it in the variable 'a'
// in contrast to java, c++ does not need initialization with the 'new' keyword here.
car a;
// set some data for that car
a.manufacturer = "Benz";