Live data from Hacker News

Viewing profile — jjesus

jjesus

HN member
Joined
Thu, Sep 01, 2016, 4:47 AM UTC
HN karma
2
Public activity
5 items

About jjesus

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #13661423

    I didn't see Bruce Eckel's Thinking in C++; the PDF is free: http://mindview.net/Books/TICPP/ThinkingInCPP2e.html I thought Eckel's book was especially good for someone who already…

  3. comment
    Comment #13466962

    A 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…

  4. comment
    Comment #13465624

    A turboprop is also much better as a platform for surveillance radar.

  5. comment
    Comment #13055228

    Usually declare variables one per line, so, type is still clear when: char* var1; char var2;