I am using DS-5 w/gcc on a win7x64 to compile c++ code for Terasic's SoCKit, so x64 to arm.
I have code that runs fine. The first line is a cout of a string. It then goes on to have other exciting lines.
I add a class into the project (by dropping…