Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTaeshawit Suwanwigo
Courses Plus Student 142 PointsExpected unqualified-id '{'
Dear Treehouse team,
Here's my code.
int addTwo(float a, float b); { float foo = 24; float bar = 34; return 0; } int addTwo(float a, float b) { return a+b; }
I've tried removing semicolon in the 1st row but it didn't solve the error. As the task say, I don't have to print the result. Just let function accept two float numbers and return the sum of them, right? What did I miss?
Thank you, Taeshawit
1 Answer
Joannie Huang
6,195 PointsHi, maybe you can check what I asked for help in few months ago. Hope this can answer your problem. https://teamtreehouse.com/forum/when-i-execute-the-code-it-will-have-a-thread-regarding-the-memory-thrown