Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Segfaults for minor code changes, Alignment issue?

    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…