By using this site, you agree to our Privacy Policy and our Terms of Use. Close
thekitchensink said:
It isn't difficult at all. In fact, I'd say it's incredibly easy. I'm in my first year of my university's Game Development and Entrepreneurship program, and my Programming course is using C# (basically an updated version of C++) and it uses very simple syntax even for the most complex tasks.

 If you think that C# is basically an updated version of C++, you are a total novice in programming and should reconsider your dedication to the field. What about memory management and allocation? virtual machines? templates vs C# generics? Pointers? The syntax might seem similar, but C# has a lot more to do with Java than with C++

Please, refrain from giving advice in the future. You are the one that needs it.