jjesus·il y a 9 ans·discussI didn't see Bruce Eckel's Thinking in C++; the PDF is free: http://mindview.net/Books/TICPP/ThinkingInCPP2e.htmlI thought Eckel's book was especially good for someone who already had a background in C.
jjesus·il y a 9 ans·discussA turboprop is also much better as a platform for surveillance radar. No engines hanging below the wing obscuring the radar field. Turboprop flies slower and thus stays longer over the target scene.
jjesus·il y a 10 ans·discussUsually declare variables one per line, so, type is still clear when:char* var1;char var2;
I thought Eckel's book was especially good for someone who already had a background in C.