Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
What is this error: expected unqualified id before '}' token?
0
votes
asked
Apr 23, 2020
by
WilliamPFowler
(
140
points)
I cannot resolve this error in my C++ main source file.
Please
log in
or register to answer this question.
2 Answers
0
votes
answered
Apr 25, 2020
by
mark
(
360
points)
I would need to see the code
Please
log in
or register to add a comment.
+3
votes
answered
Apr 25, 2020
by
Manuel Mateo
(
1,190
points)
1
flag
Please post your code.
asked
Apr 25, 2020
by
WilliamPFowler
(
140
points)
The token that the error refers to is on line 4-expected unqualified id before '{'
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...