Expected unqualified-id before ')' token? [closed]
问题 Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Improve this question I want to create a base class and get an error with my initializer list in default constructor. Here are the errors I'm getting: giasuc.cpp:3:8: error: expected unqualified-id before ')' token GiaSuc(): ten(""), soConSinh(0), soLitSua(0) { ^ giasuc.cpp:6:14: