• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 21:50
CEST 03:50
KST 10:50
  • 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 Paris7Weekly Cups (Aug 11-17): MaxPax triples again!10Weekly 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
RSL Revival patreon money discussion thread What mix of new and old maps do you want in the next 1v1 ladder pool? (SC2) : I made a 5.0.12/5.0.13 replay fix Geoff 'iNcontroL' Robinson has passed away #1: Maru - Greatest Players of All Time
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
Victoria gamers Flash Announces (and Retracts) Hiatus From ASL New season has just come in ladder BW General Discussion [ASL20] Ro24 Preview Pt1: Runway
Tourneys
[ASL20] Ro24 Group C [Megathread] Daily Proleagues Cosmonarchy Pro Showmatches [ASL20] Ro24 Group B
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting Muta micro map competition
Other Games
General Games
General RTS Discussion Thread Beyond All Reason Stormgate/Frost Giant Megathread Nintendo Switch Thread Total Annihilation Server - TAForever
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
Russo-Ukrainian War Thread US Politics Mega-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
The Biochemical Cost of Gami…
TrAiDoS
[Girl blog} My fema…
artosisisthebest
Sharpening the Filtration…
frozenclaw
ASL S20 English Commentary…
namkraft
StarCraft improvement
iopq
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1874 users

C#?

Blogs > EsX_Raptor
Post a Reply
1 2 3 Next All
EsX_Raptor
Profile Blog Joined February 2008
United States2801 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 States2801 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 States2801 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 States2801 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
Online Event
00:00
The 5.4k Patch Clash #2
CranKy Ducklings107
davetesta28
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 158
NeuroSwarm 151
RuFF_SC2 125
StarCraft: Brood War
ggaemo 68
Dota 2
monkeys_forever652
Counter-Strike
fl0m1541
Stewie2K111
Other Games
summit1g9281
tarik_tv8536
shahzam626
C9.Mang0534
JimRising 361
ViBE238
Maynarde111
Trikslyr78
Organizations
Other Games
gamesdonequick1114
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• Berry_CruncH188
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift4592
Counter-Strike
• Shiphtur307
Upcoming Events
The PondCast
8h 10m
WardiTV Summer Champion…
9h 10m
Zoun vs Bunny
herO vs Solar
Replay Cast
22h 10m
LiuLi Cup
1d 9h
BSL Team Wars
1d 17h
Team Hawk vs Team Dewalt
Korean StarCraft League
2 days
CranKy Ducklings
2 days
SC Evo League
2 days
WardiTV Summer Champion…
2 days
Classic vs Percival
Spirit vs NightMare
CSO Cup
2 days
[ Show More ]
[BSL 2025] Weekly
2 days
Sparkling Tuna Cup
3 days
SC Evo League
3 days
BSL Team Wars
3 days
Team Bonyth vs Team Sziky
Afreeca Starleague
4 days
Queen vs HyuN
EffOrt vs Calm
Wardi Open
4 days
Replay Cast
4 days
Afreeca Starleague
5 days
Rush vs TBD
Jaedong vs Mong
Afreeca Starleague
6 days
herO vs TBD
Royal vs Barracks
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.