• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 17:54
CET 22:54
KST 06:54
  • 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 ZvT29Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Blizzard Classic Cup - Tastosis announced as captains6Weekly Cups (March 2-8): ByuN overcomes PvT block4GSL CK - New online series18BSL Season 224Vitality ends partnership with ONSYDE20
StarCraft 2
General
Blizzard Classic Cup - Tastosis announced as captains GSL CK - New online series Weekly Cups (March 2-8): ByuN overcomes PvT block Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza Vitality ends partnership with ONSYDE
Tourneys
[GSL CK] Team Maru vs. Team herO WardiTV Team League Season 10 Master Swan Open (Global Bronze-Master 2) RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
ASL21 General Discussion Gypsy to Korea BGH Auto Balance -> http://bghmmr.eu/ Recent recommended BW games BSL 22 Map Contest — Submissions OPEN to March 10
Tourneys
[Megathread] Daily Proleagues IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8 BWCL Season 64 Announcement
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
PC Games Sales Thread Nintendo Switch Thread Path of Exile No Man's Sky (PS4 and PC) Stormgate/Frost Giant Megathread
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
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
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Mexico's Drug War Things Aren’t Peaceful in Palestine YouTube Thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [Manga] One Piece
Sports
2024 - 2026 Football Thread Formula 1 Discussion General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Gaming-Related Deaths
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1961 users

The Big Programming Thread - Page 142

Forum Index > General Forum
Post a Reply
Prev 1 140 141 142 143 144 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
heroyi
Profile Blog Joined March 2009
United States1064 Posts
Last Edited: 2012-06-12 07:26:55
June 12 2012 05:34 GMT
#2821
I was wondering I am interested in software developing. Is there any tips in trying to... prepare for it?

I am assuming that OOP languages like java and c++ would be good. What topic or "field" should I try to familiarize myself in (theoretical topics like data structures/search, gui etc...)? How well or how much in depth should I know a certain OOP language?

Btw is C sharp and python something worthy to learn (thought python was good mostly for networking)?

Right now my goals consist of(in order and respectively):

Learning *c++,* java,* html, python?,c#?, javascript?,

ones with asterisk denote me wanting to know them extensively
ones with question mark denote me unsure
wat wat in my pants
Anacletus
Profile Blog Joined April 2012
United States733 Posts
June 12 2012 06:13 GMT
#2822
C is not object oriented.

Java seems to be the standard and most commonly taught language right now - so you might be able to find more citations and subjects on your level to learn it.
http://talk-to-stimey-please.1324083.n2.nabble.com/
heroyi
Profile Blog Joined March 2009
United States1064 Posts
June 12 2012 07:27 GMT
#2823
On June 12 2012 15:13 Anacletus wrote:
C is not object oriented.

Java seems to be the standard and most commonly taught language right now - so you might be able to find more citations and subjects on your level to learn it.

type on the C.
meant to say c++
wat wat in my pants
Esoterikk
Profile Blog Joined May 2011
Canada1256 Posts
June 12 2012 07:34 GMT
#2824
I've been told its better to learn C++ then java instead of the other way around, taking my CS degree next year and want to get ready before hand. Kind of ties with the above question but a little less direct. Already know most web languages, have a diploma in web design already.
gedatsu
Profile Joined December 2011
1286 Posts
June 12 2012 07:41 GMT
#2825
On June 12 2012 16:34 Esoterikk wrote:
I've been told its better to learn C++ then java instead of the other way around, taking my CS degree next year and want to get ready before hand. Kind of ties with the above question but a little less direct. Already know most web languages, have a diploma in web design already.

Well, I would have to disagree. It's not far from the truth to say that Java is C++ with the difficult stuff removed. If you want both, I would strongly recommend learning Java first, so that you know how to actually make the computer do what you want. Then go for C++, which includes learning something about what the computer actually does.
Rixxe
Profile Joined July 2011
United Kingdom136 Posts
June 12 2012 07:46 GMT
#2826
On June 12 2012 16:34 Esoterikk wrote:
I've been told its better to learn C++ then java instead of the other way around, taking my CS degree next year and want to get ready before hand. Kind of ties with the above question but a little less direct. Already know most web languages, have a diploma in web design already.


Why would it be better?

Honestly, if you are able to complete the program/project with the language you know or will know, it doesn't matter what it is. I program with C#, reason: Gets the job done quickly and efficiently. Don't need to sit there and worry about forgetting complex syntax or references, it just works well.

The best reason to learn a language (Apart from what work/college might want you to) is if it's able to help you produce the projects you want to work on. There is tonnes of information about which languages are used where, just need to search for it.

As a biased opinion: SQL, C# and C++ are worth learning imo.
*bleep* you up in a gangsta style!
Pawsom
Profile Blog Joined February 2009
United States928 Posts
Last Edited: 2012-06-12 08:06:19
June 12 2012 08:01 GMT
#2827
Languages are tools, you have to be willing to work with the one that's gonna get the job done. For the vast majority of professional work, you won't have the option of choosing which language either. e.g. Your boss is going tell you this needs to be done in VB.net using MVC4 w/ Razor and you're not gonna have a choice

If you're learning how to code don't pick a language to learn, pick a project to do. Once you have a goal in mind, find out what technologies are needed, and pick the one that suits the project best.

If you really want a sample list:
Do some application programming (I prefer C++, up to you)
Do some web programming(I like Apache, php, and mySQL, the other popular choice would be microsoft's ASP environment)
Do some mobile work(android is the easiest to get into, but W7 phone or IOS are good options)
billy5000
Profile Blog Joined December 2010
United States865 Posts
Last Edited: 2012-06-12 11:18:17
June 12 2012 11:09 GMT
#2828
I agree with everyone that languages are merely tools to get things done. Each language may be better suited for different tasks, but as far as learning OOP goes, I think it's better to learn java than say, C++ or C#. There are just so many good OOP resources based on java. Of course, it's common for a C# programmer to pick up ideas from such resources, but I think it's just much more convenient to learn using java since you don't have to worry about different syntax and such.

Actually, I take that back. I'm not all too familiar with the OOP resources C++ or C# provides, so I admit I'm a bit biased toward java. Nonetheless, java is still a solid choice for learning OOP
Tiger got to hunt, bird got to fly; Man got to sit and wonder, 'Why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand. Vonnegut
ahr28
Profile Joined May 2011
6 Posts
June 12 2012 11:39 GMT
#2829
On June 12 2012 14:34 heroyi wrote:
I was wondering I am interested in software developing. Is there any tips in trying to... prepare for it?

I am assuming that OOP languages like java and c++ would be good. What topic or "field" should I try to familiarize myself in (theoretical topics like data structures/search, gui etc...)? How well or how much in depth should I know a certain OOP language?

Btw is C sharp and python something worthy to learn (thought python was good mostly for networking)?

Right now my goals consist of(in order and respectively):

Learning *c++,* java,* html, python?,c#?, javascript?,

ones with asterisk denote me wanting to know them extensively
ones with question mark denote me unsure


If you really want to thoroughly understand WHY and HOW some things work regarding software developping, start coding in a low level language like C or C++. In the numerous tutorials you find on the web, you will grasp a better insight in how datastructures and certain algorithms work in programming. In Java, you'll encounter too many functions already prepared for you, which is handy if you understand the underlying principle in how it works, but you won't learn much if you don't.

On the web-coding part, you should start with HTML. HTML however is not the only standard anymore on the web. You start with HTML and you'll learn CSS while you progress. HTML goes hand in hand with Javascript, so pick that up when you think you got a grasp on HTML and CSS. Javascript will also get you warm for the real work, which is C and C++ low- level programming.

Regarding Python and C sharp, I don't know much about the languages so I can't tell you much.

Also for anyone reading this who's interested in Datastructures and Algorithms, there is a free online course currently running on behalf of Stanford University at https://www.coursera.org/course/algo
I think you can still sign up for the course if you're quick.




elimzkE
Profile Joined May 2011
Australia92 Posts
June 12 2012 11:41 GMT
#2830
With the amount of support that Java has these days, it's hard to go past it as an introduction to programming. A lot of concepts you learn in Java can be carried to plenty of other languages, too.

Personally I went C++ first as I didn't really know about other languages at the time, but I've found that the main OOP languages all share common traits so it's quite easy to pick them all up once you grasp the concepts. Start with Java in my opinion ^_^
"First there was eLim. Then there was skill."
robih
Profile Joined September 2010
Austria1086 Posts
June 12 2012 11:44 GMT
#2831
first language i learned was C++ and i had no problems coding java or c# for other projects
i guess it also works the other way round so its really not big of a deal how you learn programming. its just that the syntax differs
stafu
Profile Blog Joined January 2009
Australia1196 Posts
June 12 2012 11:50 GMT
#2832
In my slightly biased opinion, learn C first, then C++. If you can learn C and C++ to a decent degree, everything else is easy.
AmericanUmlaut
Profile Blog Joined November 2010
Germany2594 Posts
June 12 2012 12:03 GMT
#2833
Joel Spolsky has written very eloquently on why he considers experience in down-and-dirty, low-level programming (which generally means C) when learning how to program: http://www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html

This isn't to say that there's no merit to the view that a language like Java is well suited to a beginner because of the relative ease of getting a basic program to work in such a language, but Java, C# and other such languages are so far away from the level at which the computer actually operates that I think it's more valuable to start with C or C++, which don't have the shrinkwrapped automatic tools to do half the work for you. They'll give you the tools to understand what is actually happening when you program at a higher level of abstraction via a language like Java, C#, PHP and so on.

I actually program in PHP and Javascript for 99% of my job, and I've never professionally written an application or extension in C, but I use the knowledge that I gleaned from four years of C/C++ programming in my undergrad program (which switched to Java the year I graduated) on a daily basis.
The frumious Bandersnatch
mcc
Profile Joined October 2010
Czech Republic4646 Posts
June 12 2012 12:06 GMT
#2834
On June 12 2012 16:34 Esoterikk wrote:
I've been told its better to learn C++ then java instead of the other way around, taking my CS degree next year and want to get ready before hand. Kind of ties with the above question but a little less direct. Already know most web languages, have a diploma in web design already.

If you have long term plans in programming and want to actually be able to deduce some good programming practices instead just memorizing them I think C or C++ are very good thing to know. C and C++, if you have time to master them, give you a glimpse into what is hiding behind the curtain in garbage collected languages and makes you more aware of possible issues. Plus they are both still used in some cool areas of programming where performance is most important. C is probably better there as C++ has more overhead if OOP is used. So I would definitely say that if you have time learn C, C++ is optional and has a lot of ugly design ideas, you can just skip it and go to C#/Java/whatever.
mcc
Profile Joined October 2010
Czech Republic4646 Posts
June 12 2012 12:22 GMT
#2835
On June 12 2012 20:50 stafu wrote:
In my slightly biased opinion, learn C first, then C++. If you can learn C and C++ to a decent degree, everything else is easy.

C is not the best first language really. I think the old way of Pascal->C->C++->whatever is still the best. You can replace Pascal with similarly clear not OOP language and you can replace C++ with Java/C# as they have better designed OOP aspects. Reason is that before learning OOP you should learn proper structural programming and OOP aspects of Java/C# just get in the way of achieving this goal. C is bad at this as it has a lot of "unnatural" quirks. So after you master basics of structural programming , you move to C to learn the whole pointer and memory management thing. After that OOP. C# may be more natural choice due to the previous step being C, but it does not really matter.
Perscienter
Profile Joined June 2010
957 Posts
June 12 2012 12:24 GMT
#2836
On June 12 2012 14:34 heroyi wrote:
I was wondering I am interested in software developing. Is there any tips in trying to... prepare for it?

I am assuming that OOP languages like java and c++ would be good. What topic or "field" should I try to familiarize myself in (theoretical topics like data structures/search, gui etc...)? How well or how much in depth should I know a certain OOP language?

Btw is C sharp and python something worthy to learn (thought python was good mostly for networking)?

Right now my goals consist of(in order and respectively):

Learning *c++,* java,* html, python?,c#?, javascript?,

ones with asterisk denote me wanting to know them extensively
ones with question mark denote me unsure

You could pick a course from these. Beware, they are not slow!
AmericanUmlaut
Profile Blog Joined November 2010
Germany2594 Posts
June 12 2012 12:25 GMT
#2837
On June 12 2012 21:22 mcc wrote:
Show nested quote +
On June 12 2012 20:50 stafu wrote:
In my slightly biased opinion, learn C first, then C++. If you can learn C and C++ to a decent degree, everything else is easy.

C is not the best first language really. I think the old way of Pascal->C->C++->whatever is still the best. You can replace Pascal with similarly clear not OOP language and you can replace C++ with Java/C# as they have better designed OOP aspects. Reason is that before learning OOP you should learn proper structural programming and OOP aspects of Java/C# just get in the way of achieving this goal. C is bad at this as it has a lot of "unnatural" quirks. So after you master basics of structural programming , you move to C to learn the whole pointer and memory management thing. After that OOP. C# may be more natural choice due to the previous step being C, but it does not really matter.

What would be a good replacement for Pascal in that progression in your mind? My first language as a kid was QBASIC, which I think is pretty excellent for just learning the basic logic of how a computer program works, but I haven't found a decent interpreter for any BASIC dialects that runs on a modern computer.
The frumious Bandersnatch
billy5000
Profile Blog Joined December 2010
United States865 Posts
June 12 2012 12:36 GMT
#2838
On June 12 2012 21:06 mcc wrote:
Show nested quote +
On June 12 2012 16:34 Esoterikk wrote:
I've been told its better to learn C++ then java instead of the other way around, taking my CS degree next year and want to get ready before hand. Kind of ties with the above question but a little less direct. Already know most web languages, have a diploma in web design already.

If you have long term plans in programming and want to actually be able to deduce some good programming practices instead just memorizing them I think C or C++ are very good thing to know. C and C++, if you have time to master them, give you a glimpse into what is hiding behind the curtain in garbage collected languages and makes you more aware of possible issues. Plus they are both still used in some cool areas of programming where performance is most important. C is probably better there as C++ has more overhead if OOP is used. So I would definitely say that if you have time learn C, C++ is optional and has a lot of ugly design ideas, you can just skip it and go to C#/Java/whatever.


I guess everyone's learning experience differs, but I started out with java and it's been helping me learn C tremendously. For example, the java book I learned from explained in a stripped down version of how memory is allocated, basic idea of how "pointers" work by "pointing" to the referenced memory location, etc. And this was my first ever programming book, so I was really surprised how easily my knowledge carried over to C.
Tiger got to hunt, bird got to fly; Man got to sit and wonder, 'Why, why, why?' Tiger got to sleep, bird got to land; Man got to tell himself he understand. Vonnegut
mcc
Profile Joined October 2010
Czech Republic4646 Posts
June 12 2012 12:45 GMT
#2839
On June 12 2012 21:25 AmericanUmlaut wrote:
Show nested quote +
On June 12 2012 21:22 mcc wrote:
On June 12 2012 20:50 stafu wrote:
In my slightly biased opinion, learn C first, then C++. If you can learn C and C++ to a decent degree, everything else is easy.

C is not the best first language really. I think the old way of Pascal->C->C++->whatever is still the best. You can replace Pascal with similarly clear not OOP language and you can replace C++ with Java/C# as they have better designed OOP aspects. Reason is that before learning OOP you should learn proper structural programming and OOP aspects of Java/C# just get in the way of achieving this goal. C is bad at this as it has a lot of "unnatural" quirks. So after you master basics of structural programming , you move to C to learn the whole pointer and memory management thing. After that OOP. C# may be more natural choice due to the previous step being C, but it does not really matter.

What would be a good replacement for Pascal in that progression in your mind? My first language as a kid was QBASIC, which I think is pretty excellent for just learning the basic logic of how a computer program works, but I haven't found a decent interpreter for any BASIC dialects that runs on a modern computer.

I do not really know, I do not know if there were some new languages good for teaching basics created recently, so Pascal is still the best choice in my mind. BASIC in general is probably not the best , but some dialects are quite good for teaching basics. My first language was of course also BASIC, some obscure dialect on Sharp MZ-800 computer Then I moved to qBasic, but just for few small programs and then we immediately switched to Pascal at school.

Also thanks for posting that excellent article by Spolsky. Definitely agree with his points.
AmericanUmlaut
Profile Blog Joined November 2010
Germany2594 Posts
June 12 2012 13:13 GMT
#2840
On June 12 2012 21:45 mcc wrote:
Show nested quote +
On June 12 2012 21:25 AmericanUmlaut wrote:
On June 12 2012 21:22 mcc wrote:
On June 12 2012 20:50 stafu wrote:
In my slightly biased opinion, learn C first, then C++. If you can learn C and C++ to a decent degree, everything else is easy.

C is not the best first language really. I think the old way of Pascal->C->C++->whatever is still the best. You can replace Pascal with similarly clear not OOP language and you can replace C++ with Java/C# as they have better designed OOP aspects. Reason is that before learning OOP you should learn proper structural programming and OOP aspects of Java/C# just get in the way of achieving this goal. C is bad at this as it has a lot of "unnatural" quirks. So after you master basics of structural programming , you move to C to learn the whole pointer and memory management thing. After that OOP. C# may be more natural choice due to the previous step being C, but it does not really matter.

What would be a good replacement for Pascal in that progression in your mind? My first language as a kid was QBASIC, which I think is pretty excellent for just learning the basic logic of how a computer program works, but I haven't found a decent interpreter for any BASIC dialects that runs on a modern computer.

I do not really know, I do not know if there were some new languages good for teaching basics created recently, so Pascal is still the best choice in my mind. BASIC in general is probably not the best , but some dialects are quite good for teaching basics. My first language was of course also BASIC, some obscure dialect on Sharp MZ-800 computer Then I moved to qBasic, but just for few small programs and then we immediately switched to Pascal at school.

Also thanks for posting that excellent article by Spolsky. Definitely agree with his points.

I highly recommend all of the articles in the sidebar on his site - he doesn't post very often, but a lot of his writing is really excellent.
The frumious Bandersnatch
Prev 1 140 141 142 143 144 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 12h 6m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Liquid`TLO 294
White-Ra 221
ViBE16
ROOTCatZ 14
CosmosSc2 2
SpeCial 2
StarCraft: Brood War
Aegong 63
LancerX 15
IntoTheRainbow 11
NaDa 8
Dota 2
LuMiX2
Counter-Strike
byalli636
Heroes of the Storm
Liquid`Hasu436
Other Games
summit1g7499
Grubby2572
FrodaN845
Beastyqt611
shahzam522
shoxiejesuss337
Pyrionflax204
C9.Mang0149
ArmadaUGS121
KnowMe87
Mew2King25
Organizations
Other Games
gamesdonequick1740
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Hupsaiya 54
• intothetv
• Kozan
• sooper7s
• Migwel
• LaughNgamezSOOP
• AfreecaTV YouTube
• IndyKCrew
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota2412
• lizZardDota277
League of Legends
• Doublelift3892
• TFBlade1141
Other Games
• imaqtpie1060
• Shiphtur161
Upcoming Events
The PondCast
12h 6m
WardiTV Team League
14h 6m
Replay Cast
1d 2h
Replay Cast
2 days
CranKy Ducklings
2 days
RSL Revival
2 days
WardiTV Team League
2 days
uThermal 2v2 Circuit
2 days
BSL
2 days
Sparkling Tuna Cup
3 days
[ Show More ]
RSL Revival
3 days
WardiTV Team League
3 days
BSL
3 days
Replay Cast
4 days
Replay Cast
4 days
Wardi Open
4 days
Monday Night Weeklies
4 days
WardiTV Team League
5 days
GSL
6 days
Liquipedia Results

Completed

Proleague 2026-03-10
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
Proleague 2026-03-11
RSL Revival: Season 4
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

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
NationLESS Cup
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
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.