Live data from Hacker News

Viewing profile — silent_hunter

silent_hunter

HN member
Joined
Mon, Oct 24, 2016, 1:27 PM UTC
HN karma
2
Public activity
6 items

About silent_hunter

No profile information was provided.

Recent public activity

  1. comment
    Comment #13461626

    "const string&" - will always make a copy of the string for first_name and last_name, if we write "Person(std::string first_name, std::string last_name) : first_name(first_name) , …

  2. comment
    Comment #13461522

    "Eclipse CDT or Code::Blocks" - you should have put /s at the end of the sentence. And be careful with "it's just a smarter text editor" when around vi/emacs users.

  3. comment
    Comment #13382123

    Hmm, my parents have a Win 7, I set their account to user level and gave a few lessons on security and in the last 4 years I didn't have any complains (except once with the printer…

  4. comment
    Comment #13364267

    Background tab is middle click, all browsers support it and it was in Opera for ages.

  5. comment
    Comment #13317717

    Use-after-move is allowed because of existence of value categories, if you use a return value from a function its creation is usually elided or it is moved, but you can't access th…

  6. comment
    Comment #13317498

    If C++ is "(nearly) a superset of C" why is the C++ standard twice the size of C standard? Of course if we take that 0.505.. ≈ 1, then it is indeed a (nearly) superset.