medymed

↗ HN profile [ 83.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hobbyist/grad/nOOb to polished IC: What are the learnable tools that can best help an early hire transition to a productive IC in *your own* type of software team? Very curious if this tends to be highly uniform or…

  2. Ran across this simple well-built resource. First, can switch language to c++ Can paste this example using stack & heap: class Foo{public:Foo(int _b){bar=_b;}; int bar=4;}; int main() { int i=1; Foo *f1=new Foo(4);…