User Profile

Collapse

Profile Sidebar

Collapse
GC2006
GC2006
Last Activity: Dec 18 '06, 10:55 AM
Joined: Dec 13 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I need help with this error i keep getting about an unmatch brace

    //Error 1 error C2601: 'computeBestHot elBestMonth' : local function definitions are illegal e:\project 3\prj 3b.cpp 90
    //Error 2 fatal error C1075: end of file found before the left brace '{' at 'e:\project 3\prj 3b.cpp(68)' was matched e:\project 3\prj 3b.cpp 104

    #include <iostream>
    #include <fstream>
    using namespace std;
    const int HOTELS = 5;
    const int MONTHS = 12;
    void displayGuests(i nt[HOTELS][MONTHS]);...
    See more | Go to post

  • GC2006
    started a topic Determine if a given string is a palindrome
    in C

    Determine if a given string is a palindrome

    i need to write a C++ program that determines if a given string is a palindrome.


    i just started C++ and im totaly lost now



    can anyone help me plzzzz????
    See more | Go to post
No activity results to display
Show More
Working...