Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~60 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for kalku23

I keep getting this error and cant figure it out thanks for the input. runcs216p6.cxx: In function `int main()': runcs216p6.cxx:57: error: parse error before `catch' [code] int main() { ifstream inFile; ofstream outFile; inFile.open("in.data"); outFile.open("out.data"); if(inFile.fail() || outFile.fail()) { cout << "input or out file opening failed" << endl; exit(1); …

Member Avatar for Ancient Dragon
0
60