Month: April 2018

C# Vs Java – Pros and Cons

Pros: Easier to learn than c++ Easier to read code than c++ More rapid and potentially less error-prone development than c++ or java (you have unsigned types, you have ref/out, you can make your own value types, you have other useful things that java omits which means you have less jumping through hoops, which means […]

Scroll to top