• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Offtopic › Delfino Plaza v
« Previous 1 ... 13 14 15 16 17 ... 64 Next »

How do I apply my [limited] Python knowledge to the emulation scene?
View New Posts | View Today's Posts

Pages (3): « Previous 1 2 3
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
How do I apply my [limited] Python knowledge to the emulation scene?
05-05-2015, 07:01 AM
#21
Scootaloo Offline
I'm liking this idea!
***
Posts: 101
Threads: 7
Joined: Apr 2013
Ya. I checked my course schedule, and rearranged things so that I start learning C# followed by C++. I think (based on what I've read anyway) going C# into C++ is my best bet based on my options.
"That's a crooked tree. We'll send him to Washington." - Bob Ross // Build here if you're too lazy to view my profile page.
Find
Reply
05-05-2015, 07:57 AM
#22
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,535
Threads: 2
Joined: Feb 2012
Yeah, C#/Java (which is basically the same) is a good place to start before C++. The only issues with this is that really bad programmers will usually give up on C++, and, in fact, programming in general, as many things are unnecessarily complicated, whereas they might be able to get things to work, albeit nastily in Java/C#, and then you end up with the masses of Java software that's really poorly written and gives the language a reputation of being slow.

If you're doing a course instead of blindly copying code off the internet, though, then you're less likely to become one of these bad programmers, so none of this actually applies to this situation at all.
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
05-05-2015, 08:06 AM (This post was last modified: 05-05-2015, 08:06 AM by Garteal.)
#23
Garteal Offline
「Lab Mem. 004」
********
Global Moderators
Posts: 2,095
Threads: 24
Joined: Aug 2011
Please don't put them side to side. They're not the same (or even close to). There's a lot of differences.
Things like LINQ and Lambda expressions make it a joy to program in C#.
Find
Reply
05-05-2015, 09:07 AM
#24
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,535
Threads: 2
Joined: Feb 2012
Java has lambdas now, and a quick google of LINQ tells me that there's a Java port.
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
05-05-2015, 10:26 AM (This post was last modified: 05-05-2015, 10:49 AM by Scootaloo.)
#25
Scootaloo Offline
I'm liking this idea!
***
Posts: 101
Threads: 7
Joined: Apr 2013
Well I am actually kind of trying to figure out my course schedule at the moment. With my degree I was given a choice of 4 tracks (choose 2). Apparently I am supposed to be taking these "tracks" at the same time. According to that logic I should be taking C# Intro, and C++ Intro during this Fall.


EDIT: You know what I need to write an e-mail, and get my stuff together on this one.
EDIT 2: Welp I just e-mailed my department head so this can get sorted out. Also I'm sorry, but I do not know much about the politics that surround C#/++ or Java.
"That's a crooked tree. We'll send him to Washington." - Bob Ross // Build here if you're too lazy to view my profile page.
Find
Reply
05-05-2015, 11:55 AM
#26
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,535
Threads: 2
Joined: Feb 2012
C++ is an older language which allows you to do more things, but doesn't hold your hand at all. Java is a higher level language that does a lot of the work for you and provides you with loads of convenient tools so you can make something that works pretty quickly, but it can create slow programs if you don't use it properly as it makes assumptions about what you're trying to do. C# was originally a rip-off of Java, but has actually become a much nicer language in many ways these days. Java's catching up again, but there will always be a few things C# will do better as it skipped some stuff that turned out to be bad in Java which looked like a good idea originally.
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode