RunestoneComponents icon indicating copy to clipboard operation
RunestoneComponents copied to clipboard

runtime error

Open irunestone opened this issue 5 years ago • 0 comments

Error reported in course cpp4python on page for_loop by user rickyp72 [email protected]

too many << the cout line

cout << counter * 2 << <<" ";

creates and error: test.cpp: In function ‘int main()’: test.cpp:7:32: error: expected primary-expression before ‘<<’ token cout << counter * 2 << <<" "; ^~

irunestone avatar May 06 '20 11:05 irunestone