• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 22:56
CET 04:56
KST 12:56
  • 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
ByuL: The Forgotten Master of ZvT28Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Weekly Cups (Feb 16-22): MaxPax doubles0Weekly Cups (Feb 9-15): herO doubles up2ACS replaced by "ASL Season Open" - Starts 21/0258LiuLi Cup: 2025 Grand Finals (Feb 10-16)46Weekly Cups (Feb 2-8): Classic, Solar, MaxPax win2
StarCraft 2
General
Terran AddOns placement How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? Nexon's StarCraft game could be FPS, led by UMS maker ByuL: The Forgotten Master of ZvT Oliveira Would Have Returned If EWC Continued
Tourneys
PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) Sparkling Tuna Cup - Weekly Open Tournament SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10 RSL Season 4 announced for March-April
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 515 Together Forever Mutation # 514 Ulnar New Year Mutation # 513 Attrition Warfare
Brood War
General
Soma Explains: JD's Unrelenting Aggro vs FlaSh Recent recommended BW games TvZ is the most complete match up BGH Auto Balance -> http://bghmmr.eu/ ACS replaced by "ASL Season Open" - Starts 21/02
Tourneys
BWCL Season 64 Announcement The Casual Games of the Week Thread [Megathread] Daily Proleagues [LIVE] [S:21] ASL Season Open Day 1
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Online Quake Live Config Editor Tool Battle Aces/David Kim RTS Megathread Diablo 2 thread Nintendo Switch Thread Path of Exile
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine UK Politics Mega-thread YouTube Thread Mexico's Drug War
Fan Clubs
The IdrA Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece [Req][Books] Good Fantasy/SciFi books Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Inside the Communication of …
TrAiDoS
Life Update and thoughts.
FuDDx
How do archons sleep?
8882
James Bond movies ranking - pa…
Topin
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2896 users

C#?

Blogs > EsX_Raptor
Post a Reply
1 2 3 Next All
EsX_Raptor
Profile Blog Joined February 2008
United States2802 Posts
April 19 2009 02:18 GMT
#1
I'm a college junior majoring in Computer Science and have been learning C++ since the first day.

But nowadays I'm hearing more and more people talking about how Java and C# are the best languages to go for at the moment as those are seemingly the only thing companies are using nowadays.

Every time I turn around the corner there's gonna be someone talking about either of those languages and barely hear anything about C++.

Now my question is: If Java and C# are currently the main trend, why are teachers at the universities teaching C++ and even Lisp? Is it because that's all they know or I'm just taking the Java and C# thing too seriously?

I'm confused...

Thanks~

*
Osmoses
Profile Blog Joined October 2008
Sweden5302 Posts
April 19 2009 02:35 GMT
#2
Whereas Java and C# are easy, convenient and powerful, C/C++ is still the best for performance. In other words, different jobs requires different languages. You don't do game programming in Java, and you don't program microchips in C. That's why some universities still teach perl and cobalt, etc.
Excuse me hun, but what is your name? Vivian? I woke up next to you naked and, uh, did we, um?
Jonoman92
Profile Blog Joined September 2006
United States9107 Posts
April 19 2009 02:39 GMT
#3
How do you pronounce C# when talking? I've never heard of it before.
Osmoses
Profile Blog Joined October 2008
Sweden5302 Posts
April 19 2009 02:41 GMT
#4
# is sharp, just like reading notes. Thus C# = C-sharp.
Excuse me hun, but what is your name? Vivian? I woke up next to you naked and, uh, did we, um?
artofmagic
Profile Blog Joined March 2005
United States1951 Posts
April 19 2009 02:45 GMT
#5
On April 19 2009 11:18 EsX_Raptor wrote:
I'm a college junior majoring in Computer Science and have been learning C++ since the first day.

But nowadays I'm hearing more and more people talking about how Java and C# are the best languages to go for at the moment as those are seemingly the only thing companies are using nowadays.

Every time I turn around the corner there's gonna be someone talking about either of those languages and barely hear anything about C++.

Now my question is: If Java and C# are currently the main trend, why are teachers at the universities teaching C++ and even Lisp? Is it because that's all they know or I'm just taking the Java and C# thing too seriously?

I'm confused...

Thanks~

they teach these languages so you can get a grasp of the different ideas in programming.

such as c++ for it's pointer, java for oop and etc.

evolve or die
Megalisk
Profile Blog Joined October 2008
United States6095 Posts
April 19 2009 02:49 GMT
#6
Also, once you learn a language like c++, learning other languages will be incredibly easy.
Tear stained american saints and dirty guitar dreams across a universe of desert and blue sky , gas station coffee love letters and two dollar pistol kisses from thirty five dollar hotel room stationary .
Random()
Profile Blog Joined August 2004
Kyrgyz Republic1462 Posts
April 19 2009 03:13 GMT
#7
The universities' goal is to teach you not the particular language, but the general concepts of programming. What you learn with C++ translates well to all other languages.

Also it is good to know how the stuff works on lower level, in C/C++ you can work directly with memory, interact with OS functions and do all sorts of hacks which you cannot do in Java/C#.

Java and C# do many things for you, such as automatic memory management or the huge class libraries that can handle routine tasks (managing strings, data collections, network, etc.), which in the end results in increased productivity because it makes programs less prone to human error. That is why they are so popular.

In practice, C/C++ is used where performance is critical: in applications such as games, graphics software, video encoding, software for embedded systems and so on. For tasks such as business/financial applications Java/C# is usually a better choice.
NicolBolas
Profile Blog Joined March 2009
United States1388 Posts
April 19 2009 03:19 GMT
#8
On April 19 2009 11:49 Megalisk wrote:
Also, once you learn a language like c++, learning other languages will be incredibly easy.


Yes, that's a big part of it. C# and Java are very protected environments; C++ is about as far from a protected environment as you can get. So if you can manage C++, you can easily manage C#/Java.

On April 19 2009 12:13 Random() wrote:
software for embedded systems


You'd be surprised how much embedded systems rely on Java implementations.
So you know, cats are interesting. They are kind of like girls. If they come up and talk to you, it's great. But if you try to talk to them, it doesn't always go so well. - Shigeru Miyamoto
EsX_Raptor
Profile Blog Joined February 2008
United States2802 Posts
April 19 2009 03:22 GMT
#9
That's really nice, thank you guys for your insight on this.

Now that I think about it, it's true. The reason they teach us C++ is because the language has a lot of things in it that are very useful in understanding the main concepts other programming languages, paradigms, styles and such are all about.

Another question: I've heard before that C++ is used a lot in game programming. But I've also heard that Java is good for this end too? o,o or maybe I heard wrong cause I don't really think such a slow executing language can have a place in today's gaming industry.
Divinek
Profile Blog Joined November 2006
Canada4045 Posts
April 19 2009 03:24 GMT
#10
On April 19 2009 11:39 Jonoman92 wrote:
How do you pronounce C# when talking? I've never heard of it before.


http://lmgtfy.com/?q=c# programming language

srsly though, c++ is a great thing to learn dont worry about anything else, c++ is very useful and a great language to know.

Never attribute to malice that which can be adequately explained by stupidity.
Oh goodness me, FOX tv where do you get your sight? Can't you keep track, the puck is black. That's why the ice is white.
miseiler
Profile Blog Joined October 2008
United States1389 Posts
April 19 2009 03:25 GMT
#11
Don't be afraid to learn new languages. In many cases (Python, perl) it's incredibly easy.

What Random() says is exactly correct. C++ teaches the basics of C (And thus, the imperative programming skills he mentioned) and it also teaches the *basics* of OOP. It's the language which arguably gets your feet wet in the most areas at once.

[If someone wanted to blast me for not promoting Java for its threading model they would not be wrong, however if people really cared about teaching kids that they'd be learning Haskell, etc.]

Honestly, no matter what you learn now, you will be doing things differently in the workplace. Don't worry about it.
"Jinro soo manly wearing only a T-Shirt while the Koreans freeze in their jackets" -- Double_O
"He's from Sweden, man. We have to fight polar bears on our way to school." -- Yusername
Phyre
Profile Blog Joined December 2006
United States1288 Posts
Last Edited: 2009-04-19 03:33:33
April 19 2009 03:31 GMT
#12
On April 19 2009 12:22 EsX_Raptor wrote:
That's really nice, thank you guys for your insight on this.

Now that I think about it, it's true. The reason they teach us C++ is because the language has a lot of things in it that are very useful in understanding the main concepts other programming languages, paradigms, styles and such are all about.

Another question: I've heard before that C++ is used a lot in game programming. But I've also heard that Java is good for this end too? o,o or maybe I heard wrong cause I don't really think such a slow executing language can have a place in today's gaming industry.

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.
"Oh no, I got you with your pants... on your face... That's not how you wear pants." - Nintu, catching 1 hatch lurks.
miseiler
Profile Blog Joined October 2008
United States1389 Posts
April 19 2009 03:32 GMT
#13
On April 19 2009 12:22 EsX_Raptor wrote:
Another question: I've heard before that C++ is used a lot in game programming. But I've also heard that Java is good for this end too? o,o or maybe I heard wrong cause I don't really think such a slow executing language can have a place in today's gaming industry.


People write games in Python (Frets on Fire)...

There's a lot to be said for rapid prototyping, as well. Write the game in a 'slow' language, then rewrite the performance-critical bits in C.

In PC gaming, at least, there's a very, very wide field of games that require no performance whatsoever. Solitaire, say. Or starcraft.
"Jinro soo manly wearing only a T-Shirt while the Koreans freeze in their jackets" -- Double_O
"He's from Sweden, man. We have to fight polar bears on our way to school." -- Yusername
benjammin
Profile Blog Joined August 2008
United States2728 Posts
April 19 2009 03:34 GMT
#14
On April 19 2009 12:24 Divinek wrote:
Show nested quote +
On April 19 2009 11:39 Jonoman92 wrote:
How do you pronounce C# when talking? I've never heard of it before.


http://lmgtfy.com/?q=c# programming language

srsly though, c++ is a great thing to learn dont worry about anything else, c++ is very useful and a great language to know.



is it me or has LMGTFY gone from being funny in a passive-aggressive sort of way to just outright dickishness
wash uffitizi, drive me to firenze
Hypnosis
Profile Blog Joined October 2007
United States2061 Posts
April 19 2009 03:35 GMT
#15
C flat? or C sharp. thats the question. I think this is one of those things where it cant hurt to know them all bro.
Science without religion is lame, Religion without science is blind
EsX_Raptor
Profile Blog Joined February 2008
United States2802 Posts
April 19 2009 03:36 GMT
#16
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?

On April 19 2009 12:32 miseiler wrote:
There's a lot to be said for rapid prototyping, as well. Write the game in a 'slow' language, then rewrite the performance-critical bits in C.

same thing here, can a game written in, say python, be also merged with other C code?
Phrujbaz
Profile Blog Joined September 2008
Netherlands512 Posts
April 19 2009 03:36 GMT
#17
http://en.wikipedia.org/wiki/D_(programming_language)
Caution! Future approaching rapidly at a rate of about 60 seconds per minute.
keV.
Profile Blog Joined February 2009
United States3214 Posts
Last Edited: 2009-04-19 03:45:03
April 19 2009 03:43 GMT
#18
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
"brevity is the soul of wit" - William Shakesman
keV.
Profile Blog Joined February 2009
United States3214 Posts
April 19 2009 03:46 GMT
#19
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?

Show nested quote +
On April 19 2009 12:32 miseiler wrote:
There's a lot to be said for rapid prototyping, as well. Write the game in a 'slow' language, then rewrite the performance-critical bits in C.

same thing here, can a game written in, say python, be also merged with other C code?


You can't merge two languages really. You can rewrite both into one, thats about it. Unless you include like assembly and stuff.
"brevity is the soul of wit" - William Shakesman
EsX_Raptor
Profile Blog Joined February 2008
United States2802 Posts
Last Edited: 2009-04-19 03:48:58
April 19 2009 03:48 GMT
#20
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:
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 =)
1 2 3 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 5h 4m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RuFF_SC2 245
Ketroc 45
Livibee 11
StarCraft: Brood War
Sea 9335
GuemChi 2644
Artosis 701
Leta 99
PianO 40
Jaeyun 14
Icarus 11
Dota 2
monkeys_forever635
NeuroSwarm147
LuMiX1
League of Legends
JimRising 727
Counter-Strike
Stewie2K130
Heroes of the Storm
Khaldor166
Other Games
summit1g12024
C9.Mang0356
Maynarde169
Mew2King77
ViBE32
Organizations
Other Games
gamesdonequick929
Counter-Strike
PGL141
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• davetesta34
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush1298
• Lourlo396
Upcoming Events
Replay Cast
5h 4m
Wardi Open
8h 4m
Monday Night Weeklies
13h 4m
Replay Cast
20h 4m
Replay Cast
2 days
Replay Cast
2 days
The PondCast
3 days
KCM Race Survival
3 days
Replay Cast
3 days
Ultimate Battle
4 days
Light vs ZerO
[ Show More ]
Replay Cast
4 days
CranKy Ducklings
5 days
Replay Cast
5 days
Sparkling Tuna Cup
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Acropolis #4 - TS5
PiG Sty Festival 7.0
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025

Upcoming

ASL Season 21: Qualifier #1
ASL Season 21: Qualifier #2
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
RSL Revival: Season 4
NationLESS Cup
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
FISSURE Playground #3
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
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 © 2026 TLnet. All Rights Reserved.