cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Resolved
Resolved
May 22, 2013 at 2:06pm UTC
terribleprogrammer
(3)
REsolved
Last edited on
May 22, 2013 at 2:11pm UTC
May 22, 2013 at 2:09pm UTC
MrHutch
(1822)
1) You're missing an opening brace after
main
.
2) Might have something to do with you randomly returning in the middle of the
main
function.
May 22, 2013 at 2:10pm UTC
abhishekm71
(820)
problem with braces. please re-check your code
Last edited on
May 22, 2013 at 2:11pm UTC
Topic archived. No new replies allowed.