c# or java

Started by
8 comments, last by MJP 16 years, 2 months ago
I already know c++ fairly well (I made a couple of games) and i want to learn either java or c# i was leaning toward c# what do you guys think?
Advertisement
depends on what you want to do. both languages are very similar and both are potentially cross platform. do you have any specifics of what you want to accomplish.
not really ,I just want to try somthing new
I must say opinion wise, I feel C# overall is the better language. The only gripe I have with C# is Mono which is the cross platform C#. The implementation is lacking behind MS. So with that in mind if you want cross platform go Java if you want windows go C#. If you want to learn a language that will make you money in the future in game development or just in the regular software dev field go C#. Don't get me wrong Java is great and can do a lot of stuff. I just prefer C#. Kinda shocking with me being a linux junky :P
Thanks, what are some good tutrials for it?
Tutorials I am not sure. I learned C# and Java through books/school. I can however recommend any C# book by Oriley. Excellent books they put out.
Quote:Original post by goolulusaurs
Thanks, what are some good tutrials for it?


Some stuff I've collected:

http://www.softsteel.co.uk/tutorials/cSharp/contents.html
http://csharpcomputing.com/Tutorials/TOC.htm
http://www.functionx.com/csharp/
http://www.csharp-station.com/Tutorial.aspx

Those should keep you busy for a bit. Good luck!
Quote:Original post by blewisjr
Tutorials I am not sure. I learned C# and Java through books/school. I can however recommend any C# book by Oriley. Excellent books they put out.

I now recommend Head First C# to anyone that wants to learn C#.
And being a C++ programmer it shouldn't take you long to pick it up with this book. Having programmed in C++ before, it only took me about a week to read through it.

[Edited by - daviangel on February 14, 2008 10:36:14 PM]
[size="2"]Don't talk about writing games, don't write design docs, don't spend your time on web boards. Sit in your house write 20 games when you complete them you will either want to do it the rest of your life or not * Andre Lamothe
Second on O'Reilly's Head First C#. I'm using it now and it's really one of the better technical books I've ever used.
Borders Books gives 10 percent off in NY btw
At this C# almost certainly has a much better future, due to it's increasing adoption rate in businesses and elsewhere. For the most part the .NET framework is great to work with, plus from what I hear XNA is a good library for games.

As for Java...let's just say I'm not a fan.

This topic is closed to new replies.

Advertisement