0 LIKES LikeUnLike
Just doing an exercise. This is the code: === #include <iostream.h> int main() { int x = 5; int y = 7; cout "\n"; cout << x + y << " " << x * y; cout "\n"; return 0; }===I keep getting the following error when compiling it using the following command in Unix:g++ guess.cpporc++ guess.cppError:guess.cpp: In function `int main()':guess.cpp:6: parse error before string constant====Any help would be appreciated! 10 Points for the best answer! ;-)
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 4 answers.