![]() |
|
Help me pick a college course. - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Help me pick a college course. (/Thread-Help-me-pick-a-college-course) |
RE: Help me pick a college course. - Oni - 03-18-2016 (03-18-2016, 09:05 PM)Yung Lean Wrote: My opinion. Get drunk and apply for courses? Ha. Spoiler:He should get drunk and go to said courses, too. RE: Help me pick a college course. - Inori - 03-20-2016 I'd highly recommend Python or C++, as Java is overly verbose and stupid, VB/.NET is annoying as fuck, and C# is only useful given context. I'd say C++, as it's an amazing language and probably one of the best to learn, but Python is easy, cross-platform, and extremely useful, so that's what I voted for. RE: Help me pick a college course. - m0dem - 03-20-2016 (03-20-2016, 02:20 AM)Inori Wrote: I'd highly recommend Python or C++, as Java is overly verbose and stupid, VB/.NET is annoying as fuck, and C# is only useful given context. This. What we've been trying to tell him.
RE: Help me pick a college course. - DarSider - 03-22-2016 I would say C++, it's true that it's hard than the other languages you cited, but you can do more large stuffs with it than VB or Python. It all depends what do you want to do in special after College also
RE: Help me pick a college course. - Satan - 03-23-2016 Considering getting into game development. RE: Help me pick a college course. - insidious - 03-23-2016 (03-23-2016, 12:30 AM)Rhyme Wrote: Considering getting into game development. If it's game development you're looking for, learn C++. I voted Python because it's a great general language for anything you throw at it, but of course once a task is more specified more specialized languages are better. Since you're considering Game Development, however, C++ is definitely worth going for. It's probably the best language for that kind of thing. RE: Help me pick a college course. - SubZ3r0 - 03-24-2016 People don't give C# enough credit anymore. C# is SUPER useful. I agree that Python or C++ you should definitely learn, *HOWEVER*, I believe that's a given. Every programmer should know at least ONE OOP language. So I recommend you give C# a chance. It's a powerful language and its perfect for building applications that run on the .NET Framework. You can also use it to program great responsive GUIs for your already existing object oriented scripts ~SubZ3r0 RE: Help me pick a college course. - Satan - 03-25-2016 Probably going with C++ given my current interests shifting. RE: Help me pick a college course. - m0dem - 03-25-2016 (03-25-2016, 02:11 AM)Rhyme Wrote: Probably going with C++ given my current interests shifting. Good choice. I hope it works for you well.
RE: Help me pick a college course. - meow - 03-25-2016 (03-24-2016, 07:00 PM)SubZ3r0 Wrote: People don't give C# enough credit anymore. C# is SUPER useful. I agree that Python or C++ you should definitely learn, *HOWEVER*, I believe that's a given. Every programmer should know at least ONE OOP language. So I recommend you give C# a chance. It's a powerful language and its perfect for building applications that run on the .NET Framework. You can also use it to program great responsive GUIs for your already existing object oriented scripts You should probably read up on what you try to talk about before talking about it. Quote:C# is SUPER useful. I agree that Python or C++ you should definitely learn, *HOWEVER*, I believe that's a given. C#, a language exclusive to windows and gives any skid false hope that they're good at something, is now more useful than Python and C++ which are both (mainly) platform independent? Quote:Every programmer should know at least ONE OOP language. C++ supports object-oriented programming and is definitely better than C# for learning it. Quote:So I recommend you give C# a chance. It's a powerful language and its perfect for building applications that run on the .NET Framework. Again, exclusive only to Windows. Furthermore, yes C# is powerful, but it is nothing compared to C++ which is way lower-level than C#, giving you way more control over execution flow, memory, etc. Quote:You can also use it to program great responsive GUIs for your already existing object oriented scripts Same applies to C++. Quote:~SubZ3r0 As if I couldn't already see your name... |