Recent content by rcforte

  1. What is an entry-level trader's annual salary supposed to be?

    IMHO, in particular for Java and C++, knowing the syntax is hardly enough. I would try to focus on understanding the programming paradigm, design patterns, idioms, the standard library, and read a lot of good quality code. Getting into an open source project can also contribute a lot to your...
  2. What book to study from after Absolute C++

    I'd go with Effective C++ and More Effective C++.
  3. Book on Unix Fundamentals

    This is a very good book on programming to Unix: Advanced Programming in the UNIX Environment, Second Edition
Back
Top