Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
No way, or at least I've found C# to be much more intuitive. The standard library is a lot more straightforward, and you don't have to do memory management at all if you don't want to. By the same token, you never really have to worry about whether you should pass a variable by reference or by value. Pretty much the only question is whether to make a class static or not.
–
johnnyFive · 2303 days ago · link ·
Two things. One, C != C++. Also, what do you mean by a programming language being x number of pages long?