• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 04:48
CET 09:48
KST 17:48
  • 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
Intel X Team Liquid Seoul event: Showmatches and Meet the Pros0[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3
Community News
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win42025 RSL Offline Finals Dates + Ticket Sales!9BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION1Crank Gathers Season 2: SC II Pro Teams10Merivale 8 Open - LAN - Stellar Fest4
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" DreamHack Open 2013 revealed Intel X Team Liquid Seoul event: Showmatches and Meet the Pros Chinese SC2 server to reopen; live all-star event in Hangzhou Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win
Tourneys
Merivale 8 Open - LAN - Stellar Fest Crank Gathers Season 2: SC II Pro Teams 2025 RSL Offline Finals Dates + Ticket Sales! $5,000+ WardiTV 2025 Championship $3,500 WardiTV Korean Royale S4
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment
Brood War
General
Ladder Map Matchup Stats BW General Discussion BSL Team A vs Koreans - Sat-Sun 16:00 CET [ASL20] Ask the mapmakers — Drop your questions BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[ASL20] Grand Finals The Casual Games of the Week Thread BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION ASL final tickets help
Strategy
How to stay on top of macro? PvZ map balance Soma's 9 hatch build from ASL Game 2 Current Meta
Other Games
General Games
Stormgate/Frost Giant Megathread General RTS Discussion Thread Path of Exile Nintendo Switch Thread Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
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
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread YouTube Thread The Chess Thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
MLB/Baseball 2023 2024 - 2026 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023 NBA General Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Analysis of the Trump-Lee S…
Peanutsc
Reality "theory" prov…
perfectspheres
The Benefits Of Limited Comm…
TrAiDoS
Our Last Hope in th…
KrillinFromwales
Certified Crazy
Hildegard
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1576 users

I want to start programming - Page 2

Blogs > clazziquai
Post a Reply
Prev 1 2 3 4 Next All
Cambium
Profile Blog Joined June 2004
United States16368 Posts
November 18 2008 11:04 GMT
#21
In any case, learning on your own is EXTREMELY hard. Classes -> Internship is the way to go.
When you want something, all the universe conspires in helping you to achieve it.
zatic
Profile Blog Joined September 2007
Zurich15354 Posts
November 18 2008 12:06 GMT
#22
On November 18 2008 18:31 azndsh wrote:
Python is by far the best language for learning how to program from scratch, but C/C++ is still by far the most used language. Java is also good starting language, but it really does so much for you that you'll miss out on a lot of stuff (its design philosophy is kinda weird)

100% agree on the Python part. If you really start from scratch, start with Python. It will give you the basics and the transitioning to Java or C++ will be much easier.

Java is by far the most used language today. There is billions of lines of Java rotting in in-house corporate software. If you want to work as a software developer Java is probably the way to go.
ModeratorI know Teamliquid is known as a massive building
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
November 18 2008 12:25 GMT
#23
On November 18 2008 21:06 zatic wrote:
Show nested quote +
On November 18 2008 18:31 azndsh wrote:
Python is by far the best language for learning how to program from scratch, but C/C++ is still by far the most used language. Java is also good starting language, but it really does so much for you that you'll miss out on a lot of stuff (its design philosophy is kinda weird)

100% agree on the Python part. If you really start from scratch, start with Python. It will give you the basics and the transitioning to Java or C++ will be much easier.

Java is by far the most used language today. There is billions of lines of Java rotting in in-house corporate software. If you want to work as a software developer Java is probably the way to go.


Yup; now the question no one asked. What is it that you want to program? Depending on what you want to program is depending on where you should start.
Life?
Moaf_
Profile Joined September 2006
Austria76 Posts
November 18 2008 12:48 GMT
#24
On November 18 2008 20:00 Cambium wrote:
[...] C++ might not be necessary for you to learn (unless you want to develop games or IPhone apps).


Well, as always, depends on what you kind of game you want to develop. If you aim to program an 3D engine where every bit counts, c++ and assembler coding is the only way to go. If you want to create non high-performance games, implementing them in C# with managed DirectX results in a product that is running (normally more than) sufficiently fast. For those who are interested, Microsoft developed also XNA (supports only C#) containing a framework that is basically an abstraction layer above DirectX - simplifying the coding of 2D and 3D applications for Windows/XBox games. Of course you lose some control, but it's still possible to dig deep enough into the 3D coding (e.g. using HLSL). As far as i have read, using XNA over managed DirectX results in a performance loss of about 5-15%. But still, it's possible to create games like this.
No Risk - No Fun
clazziquai
Profile Blog Joined October 2007
6685 Posts
November 18 2008 13:32 GMT
#25
Shockey: Well programming.

Hm.
I've always loved computers because of games, music, and what it can do.
Therefore I became interested with computers.
Now I want to know more about them, and I think it would be pretty cool to make programs, idk just as a hobby or minor (for school) or something
#1 Sea.Really Fan / #1 Nesh Fan / Terran Forever~
Cambium
Profile Blog Joined June 2004
United States16368 Posts
November 18 2008 13:51 GMT
#26
Just wondering, how old are you?
When you want something, all the universe conspires in helping you to achieve it.
clazziquai
Profile Blog Joined October 2007
6685 Posts
November 18 2008 13:58 GMT
#27
18 years old, freshman @ college.
#1 Sea.Really Fan / #1 Nesh Fan / Terran Forever~
b3h47pte
Profile Blog Joined May 2007
United States1317 Posts
November 18 2008 14:09 GMT
#28
start with C++. i started with it when i was 13. what they say about it being hard isn't that true :\
Scorch
Profile Blog Joined March 2008
Austria3371 Posts
November 18 2008 14:11 GMT
#29
It really depends on what you want to do. After having decided on something, I'd then recommend thoroughly learning C++, Java or PHP, whatever fits that task best. You can always learn other languages later. It's quite easy to learn the most important basics of another language once you are advanced in one language and understand general programming concepts.

I'd use:
C++ for high performance applications
Java if platform independence is important, or for applets etc.
PHP for web applications

Oh, and HTML is not needed unless you actually want to do HTML stuff.
Cambium
Profile Blog Joined June 2004
United States16368 Posts
November 18 2008 14:24 GMT
#30
On November 18 2008 22:58 clazziquai wrote:
18 years old, freshman @ college.


Oh that's great news. You still have lots of time (that's when people typically start anyway) and resources!

Good luck, glhfdontgg
When you want something, all the universe conspires in helping you to achieve it.
betaben
Profile Blog Joined September 2007
681 Posts
November 18 2008 14:33 GMT
#31
the most important thing is to have an aim in mind - a project of something you want to create. learning a language is boring otherwise, and you won't care once you've read the basics. forget the courses - find something you want to do and just do that. everything else will gradually follow as you need it for different projects.
Elvin_vn
Profile Blog Joined March 2004
Vietnam2038 Posts
Last Edited: 2008-11-18 15:59:43
November 18 2008 15:28 GMT
#32
I first learned C++ then switched to Java, the switch was a breeze to me. Whereas if you switch from java to C++, i bet it'll be a bitch :p.

I recommend Java because it's cleaner, more pure OOP than C++ and it has <interface>, very convenient to manage components. Not to mention the Collections frameworks which i use almost every time to manage array and list.

The first few months going to be boring until you are able to build something good with GUI using Swing or Web-front for the interface. Sorry for the messy sentence.

So as starter, a motivating book like..

Head First Java (http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208)

..would be really good to follow. It's a really really good book, I wish I'd read it when i first started programming.
+ Show Spoiler +
it's recommended to buy the book but I know a place to get the e-book online for free, pm me if u want it
do not agrue with idiots, they will pull you down to their level and beat you with their experiences
Cambium
Profile Blog Joined June 2004
United States16368 Posts
November 18 2008 15:43 GMT
#33
Some decent books for starters...

Head First Java
Thinking in Java (free online)
Java in a Nutshell (more of a reference book)
Hardcore Java (more advanced)
When you want something, all the universe conspires in helping you to achieve it.
Aerox
Profile Blog Joined September 2004
Malaysia1213 Posts
Last Edited: 2008-11-18 16:14:16
November 18 2008 16:13 GMT
#34
On November 18 2008 20:04 Cambium wrote:
In any case, learning on your own is EXTREMELY hard. Classes -> Internship is the way to go.

Even then, I've seen a lot of coursemates fall throughout the years.

Therefore small warning/disclaimer for OP:
DOING THIS IS NOT GOING TO BE EASY

Good luck.
"Eyes in the sky."
fusionsdf
Profile Blog Joined June 2006
Canada15390 Posts
Last Edited: 2008-11-18 16:23:28
November 18 2008 16:16 GMT
#35
On November 19 2008 00:28 Elvin_vn wrote:
I first learned C++ then switched to Java, the switch was a breeze to me. Whereas if you switch from java to C++, i bet it'll be a bitch :p.

I recommend Java because it's cleaner, more pure OOP than C++ and it has <interface>, very convenient to manage components. Not to mention the Collections frameworks which i use almost every time to manage array and list.

The first few months going to be boring until you are able to build something good with GUI using Swing or Web-front for the interface. Sorry for the messy sentence.

So as starter, a motivating book like..

Head First Java (http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208)

..would be really good to follow. It's a really really good book, I wish I'd read it when i first started programming.
+ Show Spoiler +
it's recommended to buy the book but I know a place to get the e-book online for free, pm me if u want it


just want to say I thought that book sucked

I much preferred o'reilly's java in a nutshell which is HUGE and a bit dense, but imo much better to learn from

headstart only gives specific examples, and its basically: here, you retype this. and it doesnt explain a lot of java....I just really really did not like it at all.

that said, check out both books if you can before you buy them (they can be pretty expensive) and in general O'reilly tends to have the best books. You can really get burned by other books, they either wont cover enough, be too dense to read or things like that
SKT_Best: "I actually chose Protoss because it was so hard for me to defeat Protoss as a Terran. When I first started Brood War, my main race was Terran."
HeadBangaa
Profile Blog Joined July 2004
United States6512 Posts
Last Edited: 2008-11-18 16:21:49
November 18 2008 16:16 GMT
#36
Programming is a terrific enabler, and makes you smarter. You will not be disappointed!

I'm a programmer; just finished my CS degree this past year. I agree with everything Cambium said.

The only thing I might suggest is that you learn regular old "procedural" rather than "object oriented" programming to begin with (you can use Java for either; I strongly recommend Java). That's because procedural programs generally read very easily, top to bottom. Object-oriented programming is an art form and should be approached when the apparent limitations of procedural programming motivate you to do so.

Start writing simple procedural Java programs (loops, variables, function calls). You will become comfortable with Java's syntax and be ready to tackle objects and their glorious complexities (type hierarchies, polymorphism, design patterns).

edit:
The difficulty in learning programming is that "beginner" programs tend to be very contrived/boring. Like, a classic beginner program is writing a simple math calculator. I think the tutorials on the Sun site are pretty good, though.
People who fail to distinguish Socratic Method from malicious trolling are sadly stupid and not worth a response.
fusionsdf
Profile Blog Joined June 2006
Canada15390 Posts
November 18 2008 16:20 GMT
#37
On November 19 2008 01:13 Aerox wrote:
Show nested quote +
On November 18 2008 20:04 Cambium wrote:
In any case, learning on your own is EXTREMELY hard. Classes -> Internship is the way to go.

Even then, I've seen a lot of coursemates fall throughout the years.

Therefore small warning/disclaimer for OP:
DOING THIS IS NOT GOING TO BE EASY

Good luck.


oh yeah

my compsci introductory course (which is basic programming, pretty much what you would take as an option) started with 25-30 people, ended with 5-8 and only 1 person completed the last assignment.

So I mean its not like impossibly hard, but you have to be pretty dedicated, and make sure to abuse your teacher and ask questions wherever possible. Programming is a course that really really rewards prior experience, so the more you can study now before you go into a course (even just syntax) will help.

Dont be intimitaded, but take advantage of every single opportunity you can get
SKT_Best: "I actually chose Protoss because it was so hard for me to defeat Protoss as a Terran. When I first started Brood War, my main race was Terran."
HeadBangaa
Profile Blog Joined July 2004
United States6512 Posts
November 18 2008 16:24 GMT
#38
On November 19 2008 01:20 fusionsdf wrote:
Show nested quote +
On November 19 2008 01:13 Aerox wrote:
On November 18 2008 20:04 Cambium wrote:
In any case, learning on your own is EXTREMELY hard. Classes -> Internship is the way to go.

Even then, I've seen a lot of coursemates fall throughout the years.

Therefore small warning/disclaimer for OP:
DOING THIS IS NOT GOING TO BE EASY

Good luck.


oh yeah

my compsci introductory course (which is basic programming, pretty much what you would take as an option) started with 25-30 people, ended with 5-8 and only 1 person completed the last assignment.

So I mean its not like impossibly hard, but you have to be pretty dedicated, and make sure to abuse your teacher and ask questions wherever possible. Programming is a course that really really rewards prior experience, so the more you can study now before you go into a course (even just syntax) will help.

Dont be intimitaded, but take advantage of every single opportunity you can get

Haha so true. In my Data Structures class on the first day, the professor said, "Look to your left. Look to your right. At the end of this class, only one of you will remain." It started with about 100 people, ended with about 15-20.
People who fail to distinguish Socratic Method from malicious trolling are sadly stupid and not worth a response.
Suggestion Box
Profile Blog Joined October 2008
China115 Posts
November 18 2008 16:33 GMT
#39
I think programming books suck and you end up only copying their sample code and using it as a reference. You want to learn to program, you just need to program. Make programs that you want to make. IMO it is best you get a lot of things down without having to worry about how it looks, so you should be making programs with simple text output only.

As long as it's not a useless language I say do whatever one helps you program the most--whatever one will make you practice/play the most is the best one for you. I don't think C or C++ is necessarily too difficult for your first language. But since you don't even know HTML just learning HTML and Javascript and playing with that could help you start thinking like a programmer, which is really the part that needs to be learned--it just takes practice. Honestly just making some decent javascript stuff would be a great start, and if you can't do any HTML, do that first, too.

It's more about being able to just attack a problem, and do it well. Once you acquire this skill in one language you are fine and you can just look up things and code in other languages (of course you have to learn the technical complications and professional standards eventually too if you want to be a good programmer). And my point is, even if you just try to make random shit in HTML and javascript for the next two years (assuming you've done neither before) you probably will still not have "it" very well--that programming skill just takes time.
TheYango
Profile Joined September 2008
United States47024 Posts
November 18 2008 18:26 GMT
#40
On November 18 2008 21:06 zatic wrote:
Show nested quote +
On November 18 2008 18:31 azndsh wrote:
Python is by far the best language for learning how to program from scratch, but C/C++ is still by far the most used language. Java is also good starting language, but it really does so much for you that you'll miss out on a lot of stuff (its design philosophy is kinda weird)

100% agree on the Python part. If you really start from scratch, start with Python. It will give you the basics and the transitioning to Java or C++ will be much easier.

Java is by far the most used language today. There is billions of lines of Java rotting in in-house corporate software. If you want to work as a software developer Java is probably the way to go.


I actually disagree with Python being the best language to learn from scratch. Sure, its easy to learn, but it cuts corners on some rules, such as formal type declarations. Not necessarily a bad thing, but it can be a little frustrating to move to another language (like C++ or Java) that's stricter about rules. IMO its much easier to learn a system thats strict on rules and transition to a loose one than vice versa.
Moderator
Prev 1 2 3 4 Next All
Please log in or register to reply.
Live Events Refresh
Replay Cast
23:00
Crank Gathers S2: Playoffs D2
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SortOf 119
Nina 70
StarCraft: Brood War
Hyuk 4148
Flash 2445
Sea 1773
Killer 1225
Bisu 418
Hyun 358
Larva 213
Stork 181
Shinee 53
EffOrt 43
[ Show more ]
ToSsGirL 37
yabsab 23
Sharp 12
Sacsri 9
Free 5
Dota 2
XaKoH 545
NeuroSwarm114
ODPixel58
League of Legends
JimRising 689
Super Smash Bros
Mew2King230
Other Games
summit1g14165
ceh9370
Organizations
Counter-Strike
PGL7201
Other Games
gamesdonequick666
StarCraft: Brood War
UltimateBattle 26
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Berry_CruncH272
• LUISG 9
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 1
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos2022
• Lourlo804
Upcoming Events
The PondCast
12m
OSC
3h 12m
Harstem vs SKillous
Gerald vs Spirit
Krystianer vs TriGGeR
Cham vs Ryung
CrankTV Team League
4h 12m
Team Liquid vs Team Falcon
Replay Cast
1d 1h
WardiTV Invitational
1d 3h
ByuN vs Spirit
herO vs Solar
MaNa vs Gerald
Rogue vs GuMiho
Epic.LAN
1d 3h
CrankTV Team League
1d 4h
BASILISK vs TBD
Replay Cast
2 days
Epic.LAN
2 days
BSL Team A[vengers]
2 days
Dewalt vs Shine
UltrA vs ZeLoT
[ Show More ]
BSL 21
2 days
Sparkling Tuna Cup
3 days
BSL Team A[vengers]
3 days
Cross vs Motive
Sziky vs HiyA
BSL 21
3 days
Wardi Open
4 days
Monday Night Weeklies
4 days
Liquipedia Results

Completed

CSL 2025 AUTUMN (S18)
WardiTV TLMC #15
Eternal Conflict S1

Ongoing

BSL 21 Points
BSL 21 Team A
C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
CranK Gathers Season 2: SC II Pro Teams
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025

Upcoming

SC4ALL: Brood War
YSL S2
BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 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...

Disclosure: This page contains affiliate marketing links that support TLnet.

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.