• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 08:11
CET 14:11
KST 22:11
  • 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
RSL Season 3 - Playoffs Preview0RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10
Community News
BGE Stara Zagora 2026 announced10[BSL21] Ro.16 Group Stage (C->B->A->D)4Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win3RSL Season 3: RO16 results & RO8 bracket13Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge2
StarCraft 2
General
BGE Stara Zagora 2026 announced SC: Evo Complete - Ranked Ladder OPEN ALPHA When will we find out if there are more tournament Weekly Cups (Nov 17-23): Solar, MaxPax, Clem win Weekly Cups (Nov 10-16): Reynor, Solar lead Zerg surge
Tourneys
RSL Revival: Season 3 Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle [Alpha Pro Series] Nice vs Cure $5,000+ WardiTV 2025 Championship
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 501 Price of Progress Mutation # 500 Fright night Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ BW General Discussion Which season is the best in ASL? A cwal.gg Extension - Easily keep track of anyone soO on: FanTaSy's Potential Return to StarCraft
Tourneys
[Megathread] Daily Proleagues [BSL21] RO16 Group B - Sunday 21:00 CET [BSL21] RO16 Group C - Saturday 21:00 CET Small VOD Thread 2.0
Strategy
Game Theory for Starcraft How to stay on top of macro? Current Meta PvZ map balance
Other Games
General Games
Nintendo Switch Thread The Perfect Game Stormgate/Frost Giant Megathread Beyond All Reason Should offensive tower rushing be viable in RTS games?
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas TL Mafia Community Thread
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread The Big Programming Thread Things Aren’t Peaceful in Palestine Artificial Intelligence Thread
Fan Clubs
White-Ra Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
Where to ask questions and add stream? The Automated Ban List
Blogs
Esports Earnings: Bigger Pri…
TrAiDoS
Thanks for the RSL
Hildegard
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1928 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 States9104 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
WardiTV Korean Royale
12:00
Playoffs
ByuN vs CureLIVE!
TBD vs NightMare
TBD vs Classic
TBD vs Solar
Zoun vs Creator
WardiTV811
TKL 316
IndyStarCraft 181
Rex120
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Lowko364
TKL 316
IndyStarCraft 181
Rex 120
trigger 29
StarCraft: Brood War
Britney 49804
Rain 2762
Horang2 1400
Larva 698
Stork 657
Mini 549
ZerO 432
BeSt 355
Hyuk 339
firebathero 307
[ Show more ]
Rush 234
Soulkey 203
Last 154
hero 152
Hyun 132
Pusan 127
Barracks 84
Sharp 54
Mong 51
sorry 45
Backho 36
Shine 33
Aegong 26
ToSsGirL 26
scan(afreeca) 19
Noble 15
Terrorterran 13
IntoTheRainbow 9
Icarus 4
Dota 2
qojqva3300
XcaliburYe520
Gorgc431
420jenkins163
Counter-Strike
byalli3010
fl0m2456
zeus2116
edward35
Heroes of the Storm
Khaldor212
Other Games
B2W.Neo1492
DeMusliM243
Fuzer 239
Pyrionflax207
Mew2King196
nookyyy 58
ZerO(Twitch)17
Organizations
Dota 2
PGL Dota 2 - Main Stream373
StarCraft: Brood War
lovetv 10
Other Games
BasetradeTV8
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 10173
• WagamamaTV586
• lizZardDota2135
• Ler64
League of Legends
• Jankos2437
Upcoming Events
OSC
3h 50m
Sparkling Tuna Cup
20h 50m
WardiTV Korean Royale
22h 50m
TBD vs SHIN
TBD vs Reynor
TBD vs herO
Replay Cast
1d 10h
Wardi Open
1d 22h
Monday Night Weeklies
2 days
StarCraft2.fi
2 days
Replay Cast
2 days
Wardi Open
2 days
StarCraft2.fi
3 days
[ Show More ]
PiGosaur Monday
3 days
Wardi Open
3 days
StarCraft2.fi
4 days
Replay Cast
4 days
The PondCast
4 days
Replay Cast
5 days
Korean StarCraft League
6 days
CranKy Ducklings
6 days
SC Evo League
6 days
Liquipedia Results

Completed

SOOP Univ League 2025
RSL Revival: Season 3
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
YSL S2
BSL Season 21
CSCL: Masked Kings S3
Slon Tour Season 2
META Madness #9
SL Budapest Major 2025
ESL Impact League Season 8
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
Bellum Gens Elite Stara Zagora 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
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.