+ 1
Can someone tell me what an unqualified id is
Iâve been getting numerous errors on here and on my console that say "error: expected unqualified-id before '{' token.â Iâve looked it up multiple times and never get a straight answer could someone tell me what it is. Itâs even happened to my main function when all I did was make it say hello world
2 Réponses
0
You need to add something before {.
Do you mind adding your code here?
0
nvm i figured out that I had a semicolon after the () of my main function which was messing me up