Slashdot Mirror


User: a1s

a1s's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. misused features on Ask Bjarne Stroustrup, Inventor of C++ · · Score: 1
    Most of my C++ experience has revolved around cleaning up code written by others. (The most horrific was registering an atexit call in a constructor)

    Could you comment on the proper use of constructors, destructors, and operator overloading?