Altera_Forum
Honored Contributor
15 years agogcc alignment
I'm surprised. I have a C++ code that fills a char array and there seems to be an alignment problem with g++. See below: char* response = new char;
response = 0;
unsigned int* dataSize = (uns...