Statement Missing ; . Compound Statement Missing }

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NielleC21
    New Member
    • Oct 2014
    • 1

    Statement Missing ; . Compound Statement Missing }

    i put all the required code for the program but it just won't work -_- statement missing with the main but you can't put ";" next to main() what do i do? :( I really need this :(


    main()
    {
    menu();
    input();
    getch();
    }
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    The error is not in the code you posted.

    Maybe you code post the code that you tried to compile.

    Comment

    Working...