![]() |
|
5 Programming Languages Everyone Should Know - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: 5 Programming Languages Everyone Should Know (/Thread-5-Programming-Languages-Everyone-Should-Know) |
RE: 5 Programming Languages Everyone Should Know - Slarek - 09-10-2013 @hellomen My friend, you're wrong http://www.cplusplus.com/forum/general/75347/ https://www.udemy.com/blog/c-vs-c-vs-c/ RE: 5 Programming Languages Everyone Should Know - hellomen - 09-10-2013 (09-10-2013, 05:59 AM)Slarek Wrote: @hellomen now you the fact is: "You learn everyday something new." RE: 5 Programming Languages Everyone Should Know - invisal - 09-10-2013 @hellomen, @Slarek Well, second link isn't accurate and have many mistakes. Code: C is great for beginnersC++ is more friendly to beginners than C. However, it is debatable. Code: C++ is for applications that need high speedSo can C. Code: C# is the most popular for regular modern-day applicationsThere are more modern-day application written in C/C++ than in C# Code: If you learn C#, you can read and modify C and C++Good luck with that. Code: C# is slower than C or C++ because it runs on a virtual machine rather than a native one.
Programming errors may destroy the virtual machine, but your computer remains unharmed.Well, I don't know how can they come up with this. Code: However, C++ is not a true OOP language, because it is quite
dependent on the procedural fundamentals of CWell, what is the definition of true OOP language? And what is procedural fundamentals of C? This statement is just wrong. RE: 5 Programming Languages Everyone Should Know - Slarek - 09-10-2013 (09-10-2013, 07:59 AM)invisal Wrote: @hellomen, @Slarek Agreed. There are many points that i disagree. Dunno who wrote that. *newsflash* i didn't read that article, just copy pasted. Shame on me! RE: 5 Programming Languages Everyone Should Know - Deque - 09-10-2013 (09-10-2013, 07:59 AM)invisal Wrote: Hilarious quote. :Thumbs-Up: Never read so much shit in two sentences. Quote:Well, what is the definition of true OOP language? I think the author meant, that C++ can entirely used without object orientation. But what a true OOP language is, can indeed be discussed. Some will say a language is not truely OOP, if it has primitive types (which means Java wouldn't be truely OOP),. Others will say as long as you have to use classes you have an OOP language (Java is OOP by this definition). Others will say as long as you can use objects and classes you have an OOP language (C++ and Python would be OOP by this definition). So these are three different opinions I can think of by now. RE: 5 Programming Languages Everyone Should Know - ArkPhaze - 09-11-2013 Quote:C# is slower than C or C++ because it runs on a virtual machine rather than a native one. That really is f***ed. Now we should see where we shouldn't be getting information from. C# can be slower, but it depends on the programmer, and ultimately the code too. That's nowhere near the reason why I would even think or say that C# is slower than C or C++ though, and slower in what? A virtual machine, and damaging the virtual machine but not your computer? What kind of drugs was this guy taking? I think he should start reading a beginners book on .NET. RE: 5 Programming Languages Everyone Should Know - Dionaea - 02-15-2014 I suppose every language is important and useful. But for now I personally would replace Haskell on his list with Python. RE: 5 Programming Languages Everyone Should Know - Dionaea - 02-15-2014 I suppose every language is important and useful. But for now I personally would replace Haskell on his list with Python. RE: 5 Programming Languages Everyone Should Know - Inori - 02-23-2014 I know this post is getting a bit old but that's a hell of a majestic moustache and a good vid RE: 5 Programming Languages Everyone Should Know - Inori - 02-23-2014 I know this post is getting a bit old but that's a hell of a majestic moustache and a good vid |