norman's blog

Notes of an amnesiac.
Never stop thinking.
Find an aesthetic description.

Wednesday, June 3, 2009

A list of gcc/g++ errors

new types may not be defined in a return type
That error is typically caused by forgetting a semicolon at the end of a class / struct / union... stack smashing detected I am encountered with this error when I assign a char array with a string, which is longer than the max length of the array.

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home