0 Members and 8 Guests are viewing this topic.
Quote from: jrgp on September 30, 2010, 03:36:50 pmOnly anime shows I've felt any interest in over the years are Pokemon (original TV series) and various hentai.so clearly jgrp is a goddamn anime connoisseur. his opinion might as well be law here.
Only anime shows I've felt any interest in over the years are Pokemon (original TV series) and various hentai.
Best Admin: jrgp, he's like the forum mom and a pet dog rolled into one.
Try learning assembly first, it will give you a solid knowledge of how exactly programs are executed and how features of higher level languages are implemented.
Try learning assembly first, it will give you a solid knowledge of how exactly programs are executed and how features of higher level languages are implemented. Then you can switch to something more useful and productive, such as с / с++ and even to some specific framework languages, such as c#, java, python etc.I personally regret that i didn't start with assembly, it seems that starting with any kind of advanced language is like building pyramid from the top...
[...]in Java, and the rest is in its (pseudo) derivative, C#.
- The two aren't even *that* syntactically similar
There's a reason why big powerful programs like MS Office, the Adobe Suite, and so many others are written in C++ not C#.
Quote from: jrgp on December 28, 2010, 09:54:37 amThere's a reason why big powerful programs like MS Office, the Adobe Suite, and so many others are written in C++ not C#.I imagine it has at least something to do with their massive code bases being written before C# existed.
Quote from: {LAW} Gamer_2k4 on December 28, 2010, 12:50:24 pmQuote from: jrgp on December 28, 2010, 09:54:37 amThere's a reason why big powerful programs like MS Office, the Adobe Suite, and so many others are written in C++ not C#.I imagine it has at least something to do with their massive code bases being written before C# existed.C# appeared in 2001. In the amount of time that has passed since then, I'm sure the programs I mentioned might have gone through a rewrite or two. Just look at all the changes MS Office 2007 introduced. There have been numerous opportunities to port over the existing code to C#, and I'm sure one of the reasons for not doing so would be that it'd break mac compatibility.
And C# is pretty obviously derived from Java??
Quote from: Veritas on December 28, 2010, 02:58:16 pmAnd C# is pretty obviously derived from Java??"derived" != "inspired by"
- Upgrading to the latest .net framework takes forever compared to how long it takes to upgrade to the latest version of java