• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:58
CEST 12:58
KST 19:58
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL20] Ro24 Preview Pt1: Runway122v2 & SC: Evo Complete: Weekend Double Feature3Team Liquid Map Contest #21 - Presented by Monster Energy9uThermal's 2v2 Tour: $15,000 Main Event18Serral wins EWC 202549
Community News
Maestros of The Game—$20k event w/ live finals in Paris10Weekly Cups (Aug 11-17): MaxPax triples again!13Weekly Cups (Aug 4-10): MaxPax wins a triple6SC2's Safe House 2 - October 18 & 195Weekly Cups (Jul 28-Aug 3): herO doubles up6
StarCraft 2
General
How does local culture impact paid ad success? What makes a paid advertising agency in Lucknow ef Geoff 'iNcontroL' Robinson has passed away RSL Revival patreon money discussion thread Weekly Cups (Aug 11-17): MaxPax triples again!
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris Master Swan Open (Global Bronze-Master 2) $5,100+ SEL Season 2 Championship (SC: Evo) Sparkling Tuna Cup - Weekly Open Tournament RSL: Revival, a new crowdfunded tournament series
Strategy
Custom Maps
External Content
Mutation # 487 Think Fast Mutation # 486 Watch the Skies Mutation # 485 Death from Below Mutation # 484 Magnetic Pull
Brood War
General
How do the new Battle.net ranks translate? Victoria gamers Flash Announces (and Retracts) Hiatus From ASL New season has just come in ladder BW General Discussion
Tourneys
[ASL20] Ro24 Group A [Megathread] Daily Proleagues [ASL20] Ro24 Group C Cosmonarchy Pro Showmatches
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting Muta micro map competition
Other Games
General Games
General RTS Discussion Thread Path of Exile Beyond All Reason Stormgate/Frost Giant Megathread Nintendo Switch Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine European Politico-economics QA Mega-thread The Games Industry And ATVI
Fan Clubs
INnoVation Fan Club SKT1 Classic Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
High temperatures on bridge(s) Gtx660 graphics card replacement Installation of Windows 10 suck at "just a moment"
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
Breaking the Meta: Non-Stand…
TrAiDoS
INDEPENDIENTE LA CTM
XenOsky
[Girl blog} My fema…
artosisisthebest
Sharpening the Filtration…
frozenclaw
ASL S20 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 3669 users

C#? - Page 2

Blogs > EsX_Raptor
Post a Reply
Prev 1 2 3 Next All
Cambium
Profile Blog Joined June 2004
United States16368 Posts
April 19 2009 03:50 GMT
#21
C++ is a very nice language in that it encompasses a lot of concepts. However, starting with C++ (i.e., if you haven't done any programming before) is a questionable choice.

Java and C# are indeed the "main trend" of software development these days for Windows application. Java is pretty much the standard for any back-end server due to its enormous core libraries and documentations. Windows application in anything other than C# is simply a pain in the ass.

Performance these days are generally negligible (relatively speaking), as they can be easily made up with hardware improvements (relatively speaking). These is why more and more companies choose "less efficient" (arguable) languages such as Java and C# over C/C++. However, there are definitely cases where certain languages are preferred over others. Some examples include video games (although C# seems to be gaining popularity), and any application where timing is absolutely crucial (such as hedging firms/arbitrage detection algorithms).
When you want something, all the universe conspires in helping you to achieve it.
Not_Computer
Profile Blog Joined January 2007
Canada2277 Posts
Last Edited: 2009-04-21 23:56:11
April 19 2009 03:50 GMT
#22
I have a friend who is also looking to learn a programming language during the summer and he asked me what to learn... I suggested him C and C++ as a lot of you guys did, though I also suggested Python, he suggested Java, and a friend suggested C#.

In your opinion, what is the best compilerIDE (per language) to use when learning?

I can google some but I wanna hear what TL thinks.

edit: also, are there any downloadable programming textbooks? (or simple, thorough learning guides)
"Jaedong hyung better be ready. I'm going to order the most expensive dinner in Korea."
Cambium
Profile Blog Joined June 2004
United States16368 Posts
April 19 2009 03:52 GMT
#23
On April 19 2009 12:50 Not_Computer wrote:
I have a friend who is also looking to learn a programming language during the summer and he asked me what to learn... I suggested him C and C++ as a lot of you guys did, though I also suggested Python and Java.

In your opinion, what is the best compiler (per language) to use when learning?

I can google some but I wanna hear what TL thinks.


Do you mean "compiler" or "IDE"?
When you want something, all the universe conspires in helping you to achieve it.
keV.
Profile Blog Joined February 2009
United States3214 Posts
April 19 2009 03:52 GMT
#24
On April 19 2009 12:48 EsX_Raptor wrote:
Show nested quote +
On April 19 2009 12:43 keV. wrote:
I think C is a better place to start so you can better understand what STL lib is actually doing in C++.

Quality > Quantity. Everyone should properly suffer through linked lists, binary trees and other data structures imo.

http://www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html

LMAO im reading this and it's giving me the lols xD

however, i dont fit his complaints about today's kids majoring in cs (i actually had to deal with recursion and pointers A LOT... so i guess this is more university-dependent rather than generational?)

edit:
Show nested quote +
On April 19 2009 12:46 keV. wrote:
You can't merge two languages really. You can rewrite both into one, thats about it. Unless you include like assembly and stuff.

thank you for clarifying this =)


Heh, yea joel is great and he makes me feel alot better about the classes I take when I get owned by the midterms. Wasn't calling you a java school guy anything, I just thought it was a good read and pretty relevant. The problem really is that all those thousands of "game design" and crap 1.5 to 2 year schools are preparing you for a job that is already done by thousands of people in India.
"brevity is the soul of wit" - William Shakesman
arcticStorm
Profile Joined January 2009
United States295 Posts
Last Edited: 2009-04-19 03:53:34
April 19 2009 03:52 GMT
#25
On April 19 2009 12:50 Not_Computer wrote:
I have a friend who is also looking to learn a programming language during the summer and he asked me what to learn... I suggested him C and C++ as a lot of you guys did, though I also suggested Python and Java.

In your opinion, what is the best compiler (per language) to use when learning?

I can google some but I wanna hear what TL thinks.


Assuming you mean IDE,

I like JCreator for java. A nice clean interface. Extra stuff doesn't get in the way of beginners.

I heard Eclipse is good with a lot of powerful tools as well
This statement is a lie.
Not_Computer
Profile Blog Joined January 2007
Canada2277 Posts
Last Edited: 2009-04-19 03:56:34
April 19 2009 03:53 GMT
#26
On April 19 2009 12:52 Cambium wrote:
Show nested quote +
On April 19 2009 12:50 Not_Computer wrote:
I have a friend who is also looking to learn a programming language during the summer and he asked me what to learn... I suggested him C and C++ as a lot of you guys did, though I also suggested Python and Java.

In your opinion, what is the best compiler (per language) to use when learning?

I can google some but I wanna hear what TL thinks.


Do you mean "compiler" or "IDE"?


I'm a noob

edit: yes, IDE
"Jaedong hyung better be ready. I'm going to order the most expensive dinner in Korea."
keV.
Profile Blog Joined February 2009
United States3214 Posts
April 19 2009 03:54 GMT
#27
If you can handle pointer arithmetic and some of the more complex data structures, the time it takes to learn a new language is pretty much negligible.
"brevity is the soul of wit" - William Shakesman
fight_or_flight
Profile Blog Joined June 2007
United States3988 Posts
April 19 2009 03:55 GMT
#28
Correct me if I'm wrong, but I think that you hear a lot about Java and C# in the same way you hear a lot about linux. A lot of noise is made because finally there is an alternative to the defacto standard. It doesn't necessarily mean it is widely used in comparasin.
Do you really want chat rooms?
Cambium
Profile Blog Joined June 2004
United States16368 Posts
April 19 2009 03:55 GMT
#29
That's an IDE.

I primarily code in Java, and most people (99%?) use Eclipse. I've done C/C++ on Unix with VI and GCC/G++. On windows, Visual Studio is actually not THAT bad (although horribly slow), I really like their debugger.
When you want something, all the universe conspires in helping you to achieve it.
arcticStorm
Profile Joined January 2009
United States295 Posts
April 19 2009 03:56 GMT
#30
Also, in response to original post, I think java is taught more than c++ now is because its newer, has better documentation and organization (C++ data structures, classes, pointers get really confusing taken all at once), it's use in web apps, and it's easy accessibility (the whole thing is object oriented unlike C++ which mixes and matches). Well at least that's how java has come across in my high school compsci class.
This statement is a lie.
keV.
Profile Blog Joined February 2009
United States3214 Posts
April 19 2009 03:56 GMT
#31
On April 19 2009 12:55 fight_or_flight wrote:
Correct me if I'm wrong, but I think that you hear a lot about Java and C# in the same way you hear a lot about linux. A lot of noise is made because finally there is an alternative to the defacto standard. It doesn't necessarily mean it is widely used in comparasin.


Java is definitely more widely taught. Its easier to teach and easier to learn.
"brevity is the soul of wit" - William Shakesman
Cambium
Profile Blog Joined June 2004
United States16368 Posts
April 19 2009 03:58 GMT
#32
On April 19 2009 12:55 fight_or_flight wrote:
Correct me if I'm wrong, but I think that you hear a lot about Java and C# in the same way you hear a lot about linux. A lot of noise is made because finally there is an alternative to the defacto standard. It doesn't necessarily mean it is widely used in comparasin.


It actually is.

Java is by far the most popular programming language used today.

Here's the first link from Google:
http://www.devtopics.com/most-popular-programming-languages/

Not saying it's 100% reliable, but it definitely shows a trend.

I've had three different jobs (vastly different) in the past, all companies used Java in some way (two used it for server, one used it to build an online App).
When you want something, all the universe conspires in helping you to achieve it.
Cambium
Profile Blog Joined June 2004
United States16368 Posts
April 19 2009 03:59 GMT
#33
On April 19 2009 12:56 arcticStorm wrote:
Also, in response to original post, I think java is taught more than c++ now is because its newer, has better documentation and organization (C++ data structures, classes, pointers get really confusing taken all at once), it's use in web apps, and it's easy accessibility (the whole thing is object oriented unlike C++ which mixes and matches). Well at least that's how java has come across in my high school compsci class.


Java is also great because the code is generally much cleaner (less hacks), which provides extra readability, maintainability and reusability.
When you want something, all the universe conspires in helping you to achieve it.
EsX_Raptor
Profile Blog Joined February 2008
United States2801 Posts
Last Edited: 2009-04-19 04:03:57
April 19 2009 03:59 GMT
#34
On April 19 2009 12:50 Not_Computer wrote:
In your opinion, what is the best compiler (per language) to use when learning?

yeah assuming you mean IDE, I'd say Microsoft Visual C++ Express Edition. It is free and very good.

Also, I'd recommend your friend starts out with C++. Yes, it is hard, but I'm now convinced it's honestly the best language to start out with as it teaches you a lot about the known paradigms.

edit: also what Cambium said..
FreeZEternal
Profile Joined January 2003
Korea (South)3396 Posts
April 19 2009 04:10 GMT
#35
no fucking way, start with c++? C++ is a fucked up language. Go for C if you wanna learn pointer arithmetic and other interesting stuff. Then choose an OOP language that's not C++ lol.
haduken
Profile Blog Joined April 2003
Australia8267 Posts
April 19 2009 04:55 GMT
#36
traditional com science courses always start you off in C or C++ and that's the way it should be.
Some modern university give you C#, JAVA etc to better equip you for jobs and there is also nothing wrong with it.

Learn the concepts and take an elective in C# if you must but you really should just pick things up by self study.
Rillanon.au
cgrinker
Profile Blog Joined December 2007
United States3824 Posts
April 19 2009 05:02 GMT
#37
I think we should only code in 80x86 assembly.
Strayline
Profile Blog Joined January 2009
United States330 Posts
Last Edited: 2009-04-19 05:39:02
April 19 2009 05:33 GMT
#38
Heres my two cents. If you do learn all the fucked up stuff about C++ (and yes, there's plenty), when you try to pick up some of the more modern languages, you will be in a much better position than someone trying to go the other way. And there's still tons of work that must be done (and will need to be for the foreseeable future) in an "unmanaged" language. For example, there is a disclaimer in the Java License agreement that the language cannot be used in Aircraft autopilots or the controls systems of nuclear power plants. That basically means for those types of situations, ether C or C++ will be used and which one is used will depend on the situation. Plenty of C gets written every day for embedded devices.

To pick a completely random analogy, think of going from C++ to Java like playing an RTS without automining/MBS and then switching one that had that stuff. So the answer is obvious: Garbage collectors will ruin competitive programming.

Seriously though, I'm really glad I learned C/C++ first. It might have been easier the other way but I feel like I'm a better programmer in the end.
Raithed
Profile Blog Joined May 2007
China7078 Posts
April 19 2009 05:37 GMT
#39
i heard java is a dying language.
Phyre
Profile Blog Joined December 2006
United States1288 Posts
Last Edited: 2009-04-19 05:52:46
April 19 2009 05:51 GMT
#40
On April 19 2009 12:36 EsX_Raptor wrote:
Show nested quote +
On April 19 2009 12:31 Phyre wrote:
If you want to be a game programmer C++ is the only choice for AAA (read: big) game studios. From what I've heard, casual/smaller game studios might work in things like Flash/Actionscript or Java for mobile development. Where I work all the game related stuff is done in C++ and we use C# for tools.

nice! =)

but i dont get something, how is c# used for tools? can c++ and c# be merged or something?

Tools meaning stuff like say... a program that provides a GUI for a level designer to configure an AI Bot. The tool is external to the game, it's a windows app. Throwing together little windows apps quickly is something C# excels at. Lots of little tools are made to help developers develop more efficiently.

So let's say you were making a game, perhaps you would use C# to make your level editor or something.
"Oh no, I got you with your pants... on your face... That's not how you wear pants." - Nintu, catching 1 hatch lurks.
Prev 1 2 3 Next All
Please log in or register to reply.
Live Events Refresh
The PondCast
10:00
Episode 59
CranKy Ducklings23
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Harstem 200
Rex 26
StarCraft: Brood War
Britney 35394
actioN 6240
Calm 4931
Bisu 1436
Shuttle 888
ggaemo 760
Jaedong 720
firebathero 562
BeSt 401
Hyuk 354
[ Show more ]
ZerO 329
Mini 313
EffOrt 259
Soulkey 226
Pusan 162
Rush 130
Hyun 124
Last 116
hero 99
Light 95
ToSsGirL 86
Barracks 77
Sacsri 72
Killer 62
Mind 46
Liquid`Ret 34
Sharp 34
Aegong 34
Free 30
Backho 28
NaDa 23
JulyZerg 22
ajuk12(nOOB) 14
sorry 12
HiyA 9
Terrorterran 6
ivOry 2
[sc1f]eonzerg 1
Dota 2
Gorgc4118
XaKoH 479
XcaliburYe284
BananaSlamJamma207
Fuzer 155
League of Legends
Dendi855
Counter-Strike
olofmeister2546
zeus602
x6flipin594
allub280
byalli130
Super Smash Bros
Mew2King42
Other Games
summit1g5521
singsing1381
B2W.Neo482
crisheroes361
DeMusliM263
Trikslyr22
rGuardiaN0
Organizations
StarCraft: Brood War
Kim Chul Min (afreeca) 844
StarCraft 2
WardiTV69
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• LUISG 26
• davetesta4
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos598
Other Games
• WagamamaTV121
Upcoming Events
WardiTV Summer Champion…
2m
Zoun vs Bunny
herO vs Solar
Replay Cast
13h 2m
LiuLi Cup
1d
BSL Team Wars
1d 8h
Team Hawk vs Team Dewalt
Korean StarCraft League
1d 16h
CranKy Ducklings
1d 23h
SC Evo League
2 days
WardiTV Summer Champion…
2 days
Classic vs Percival
Spirit vs NightMare
CSO Cup
2 days
[BSL 2025] Weekly
2 days
[ Show More ]
Sparkling Tuna Cup
2 days
SC Evo League
3 days
BSL Team Wars
3 days
Team Bonyth vs Team Sziky
Afreeca Starleague
3 days
Queen vs HyuN
EffOrt vs Calm
Wardi Open
4 days
RotterdaM Event
4 days
Replay Cast
4 days
Afreeca Starleague
4 days
Rush vs TBD
Jaedong vs Mong
Afreeca Starleague
5 days
herO vs TBD
Royal vs Barracks
The PondCast
6 days
Liquipedia Results

Completed

Jiahua Invitational
uThermal 2v2 Main Event
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
CSL Season 18: Qualifier 1
SEL Season 2 Championship
WardiTV Summer 2025
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

CSLAN 3
CSL Season 18: Qualifier 2
CSL 2025 AUTUMN (S18)
LASL Season 20
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
RSL Revival: Season 2
Maestros of the Game
EC S1
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
Roobet Cup 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.