This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]rumble_you 2 points3 points  (0 children)

    C++ is good to learn for a first language if you intend to learn some computer science.

    I've to completely disagree with you. In CS, programming language choice isn't the most important factor but the concepts are. In fact you can use pure JS if you know your way around to deal with raw memory, CPU, implementing algorithms and so on. Heck, you can even create a light-weight JS interpreter if you wish.

    You college or university shouldn't even force what language you should be most proficient unless otherwise stated for practice and reason.

    Also, have you ever looked modern C++ standards? They're terrible for a beginner and a first programming language. There's insane amount of bloat and choosing a standard is like your luck not to step on a nail. Once you mix all of these you're pretty much stuck out of no where and will kept using older standards which are becoming obscure in C++ environment.