I have written trading systems in visual cpp for over ten years, recently I decided to migrate to Java. The coding is simpler, and more maintainable. Possibly I can finish the same trading system in less than 50% lines of code. Cpp is painful when you have to read and reuse other people’s library.I first wrote the system in visual cpp 6., it took me 2 weeks recently to recompile them in visual 2019, while my complex java project written in 2000 is still runnable without any modification.
i first chose cpp for my trading system in 2006 because I thought cpp was faster because it could be compiled to native code. Now Java can also compile into native code.
i first chose cpp for my trading system in 2006 because I thought cpp was faster because it could be compiled to native code. Now Java can also compile into native code.
Last edited: