Question
How to use C++?
Posted on February 03, 2015 at 08:57
Hello,
I'm trying use Class but not working... Console out:source/PIDControl.h:11:1: error: unknown type name
'class'
source/PIDControl.h:11:19: error: expected
'='
,
','
,
';'
,
'asm'
or
'__attribute__'
before
'{'
token
make: *** [build/obj/main.o] Error 1
How to use C++ for example Class?
#orhan-yılmaz #c++ #oop