Search found 3 matches

by hannes321123
December 1st, 2019, 11:40 pm
Forum: Everything
Topic: Beginner Tutorial 21 gfx
Replies: 2
Views: 1597

Beginner Tutorial 21 gfx

Hello, I have a short question: In Tutorial 21 we avoided passing gfx as an argument to the Draw-function and we did not have to call the DrawCell-function an a gfx-object. Is this all because we save gfx as a reference and is the "syntax-behaviour" now completely similar to the behaviour of other m...
by hannes321123
September 1st, 2019, 4:02 pm
Forum: Everything
Topic: Beginner Tutorial 17 Framertimer
Replies: 3
Views: 2176

Re: Beginner Tutorial 17 Framertimer

Thanks a lot, the explanation was very helpful. Sorry for answering late. I have been working mostly with Matlab there you have to declare less stuff and things are more seperated. Thanks to all the people working on the tutorials and in the forum, it is great !!!
by hannes321123
August 28th, 2019, 2:44 pm
Forum: Everything
Topic: Beginner Tutorial 17 Framertimer
Replies: 3
Views: 2176

Beginner Tutorial 17 Framertimer

Hi everyone, I have a problem to understand an error I made in tutorial 17. In Frametimer.cpp in the mark-function there is a line "last = steady_clock::now();" I know that "last" is a member variable declared by us but I accidentally wrote an "auto" in front off it, that caused a huge acceleration....