Re: a bit of help if someone has time?

OK, here is my analysis:
1. Line 27: no need for parentheses in cout. Cout's syntax is just:
cout << text << text << text <<...;
2. Line 35: Remove the parenthesis at the end of that line.
3. Line 43: See 1.
4. Line 51: You've got a / here. Remove it, unless you mean a comment. And same thing as 1.
5. Line 59, 68, 70: see 1.
6. Lines 69, 71: change getLine to getline.
7. You never finish main(). You need a final }.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : matt1211 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : matt1211 via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector

Reply via email to