CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    Apr 2008
    Posts
    6

    Error is driving me crazy

    I am doing a very basic program that takes the length of the sides of a triangle or rectangle, calculates the perimeter then outputs it to a file.

    I am getting the error :

    fatal error C1075: end of file found before the left brace '{'



    but i can't figure it out.
    I will attach the cpp file.
    Any help would be extremely helpful

    Thanks!
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured