• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 09:01
CET 14:01
KST 22:01
  • 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
Team Liquid Map Contest #22 - Presented by Monster Energy5ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13
Community News
Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool31Weekly Cups (March 9-15): herO, Clem, ByuN win42026 KungFu Cup Announcement6BGE Stara Zagora 2026 cancelled12Blizzard Classic Cup - Tastosis announced as captains18
StarCraft 2
General
Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool Potential Updates Coming to the SC2 CN Server Weekly Cups (March 2-8): ByuN overcomes PvT block Weekly Cups (August 25-31): Clem's Last Straw? Weekly Cups (March 9-15): herO, Clem, ByuN win
Tourneys
World University TeamLeague (500$+) | Signups Open RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament WardiTV Team League Season 10 KSL Week 87
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026]
External Content
The PondCast: SC2 News & Results Mutation # 517 Distant Threat Mutation # 516 Specter of Death Mutation # 515 Together Forever
Brood War
General
ASL21 General Discussion BGH Auto Balance -> http://bghmmr.eu/ Gypsy to Korea JaeDong's form before ASL BSL Season 22
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours Small VOD Thread 2.0 IPSL Spring 2026 is here!
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates
Other Games
General Games
General RTS Discussion Thread Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
G2 just beat GenG in First stand
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 Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread Russo-Ukrainian War Thread Mexico's Drug War
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books Movie Discussion! [Manga] One Piece
Sports
2024 - 2026 Football Thread Cricket [SPORT] Formula 1 Discussion Tokyo Olympics 2021 Thread General nutrition recommendations
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Funny Nicknames
LUCKY_NOOB
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2452 users

Learning C++ my first week - Page 3

Blogs > blade55555
Post a Reply
Prev 1 2 3 All
Integra
Profile Blog Joined January 2008
Sweden5626 Posts
November 09 2012 13:45 GMT
#41
On November 09 2012 18:04 blade55555 wrote:
Hm ok I am going to be honest. While I still want to do C++ I might bite the bullet and just do C#.

I'm not struggling in C++ (yet), but from googling and all that the one thing many people say is that you will regret it in 3-4 years. OK that is what got me thinking. When I read multiple people saying I will regret it in YEARS I decided I am going to be smart and do what everyone recommends to do. That is learning C#.

I figured if C++ did end up being wrong as a beginner I would regret it in a few months maybe, but didn't think a few years and then I would regret it. So from here on everything will be in C#.

Now for anyone who does C# programming, I will be honest one of my main things I want to do at some point is make an RTS just because I have loved RTS's since my first age of empires games and always wanted to make one. Obviously this is a long, long, long term goal. I know this, I am saying this so people don't tell me not to overshoot, I know I know .

I don't know much about C# as I have mainly focused on C++. So from here on blogs I make will be with C# progress. Any advice on this one would be great .

This will be your first C# program:
Class Program{
static void Main(string[] args) {
Console.WriteLine("Hello world"); //Prints out Hello world to the user
Console.Read(); //waits for interaction from the user so the console doesn't vanish the instant the message is typed out.
}

}

"Dark Pleasure" | | I survived the Locust war of May 3, 2014
blade55555
Profile Blog Joined March 2009
United States17423 Posts
November 09 2012 19:20 GMT
#42
Well unless I am mistaken Hello World is for most that I have seen :D.
When I think of something else, something will go here
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
November 09 2012 19:38 GMT
#43
The language you use isn't really all that important. Your goal is to make an RTS, and with that being known any language will work. I'd want to make an RTS with C++ and Lua, but that's just my own preference. To all the people crying over specific languages, they are really just pressing their own preference at you. Since you have a clear goal of an RTS the language is only a means to an end. If your goal is to... Say learn how to create professional software then choices like languages or tools learned are actually very important.
blade55555
Profile Blog Joined March 2009
United States17423 Posts
Last Edited: 2012-11-09 21:31:41
November 09 2012 21:03 GMT
#44
On November 10 2012 04:38 CecilSunkure wrote:
The language you use isn't really all that important. Your goal is to make an RTS, and with that being known any language will work. I'd want to make an RTS with C++ and Lua, but that's just my own preference. To all the people crying over specific languages, they are really just pressing their own preference at you. Since you have a clear goal of an RTS the language is only a means to an end. If your goal is to... Say learn how to create professional software then choices like languages or tools learned are actually very important.


Well from what I gather you seem to be a pretty good programmer from that one blog you posted.

Do you think I would regret learning C++ first? I mean I keep hearing that if I learn C++ first (which I already made decent headway and so far understanding it), but a majority of people seem to say I will regret it in xx time.

I would rather learn C++ first, but then most people say it's a really bad idea and you'll regret it! So now i'm in a tough spot to start over and learn C# or continue on with C++ and take the risk of regretting it xD.

to be honest after really thinking about it I think I might just keep learning C++ and take the chance I might regret it. I have already put quiet a bit of time into it and so far understanding it, it's always been the language I have wanted to learn the most so I might just stick with it. If I regret it in a few years then whatever, but I think I may continue on as I have been ^^.
When I think of something else, something will go here
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
November 09 2012 21:34 GMT
#45
On November 10 2012 06:03 blade55555 wrote:
Show nested quote +
On November 10 2012 04:38 CecilSunkure wrote:
The language you use isn't really all that important. Your goal is to make an RTS, and with that being known any language will work. I'd want to make an RTS with C++ and Lua, but that's just my own preference. To all the people crying over specific languages, they are really just pressing their own preference at you. Since you have a clear goal of an RTS the language is only a means to an end. If your goal is to... Say learn how to create professional software then choices like languages or tools learned are actually very important.


Well from what I gather you seem to be a pretty good programmer from that one blog you posted.

Do you think I would regret learning C++ first? I mean I keep hearing that if I learn C++ first (which I already made decent headway and so far understanding it), but a majority of people seem to say I will regret it in xx time.

I would rather learn C++ first, but then most people say it's a really bad idea and you'll regret it! So now i'm in a tough spot to start over and learn C# or continue on with C++ and take the risk of regretting it xD.

Use whatever language you want. I have no idea why people would say you would regret using C++. C and C++ are powerful languages that people can use to make highly optimized code. The only reason anyone should regret using these tools is if they wasted years of their life learning nothing about writing high quality code, and that's not the language's fault, it's the programmer's fault.

With that said unless you use libraries heavily in C++ you'll have to learn a lot of things in order to make an RTS. So plan to use other people's APIs and tools to finish your project.
blade55555
Profile Blog Joined March 2009
United States17423 Posts
November 09 2012 21:40 GMT
#46
Oh of course, as I said before an RTS is a long long way off for me. That is my end goal which I anticipate it to be years before I can make what I would like. That is just my long term goal.

Short term is to learn C++, make some simple games, make games without using tutorials (in terms of creating my own type of game, obviously if I need to google to figure out a problem I will do that).

When I think of something else, something will go here
CecilSunkure
Profile Blog Joined May 2010
United States2829 Posts
Last Edited: 2012-11-09 21:48:15
November 09 2012 21:46 GMT
#47
Well if you want to make a simple game in C++ in a way that focuses a lot on learning, then I'd recommend the way I did it: here.

Edit: It's in C, but honestly anything you learn would be directly transferable to C++.
TheSwedishFan
Profile Blog Joined July 2012
Sweden608 Posts
Last Edited: 2012-11-10 00:43:41
November 10 2012 00:37 GMT
#48
A tip: Do not look for the best way to solve a problem. Think of a fun way to solve a problem.
"Suck it" - Kennigit 2012
Xyik
Profile Blog Joined November 2009
Canada728 Posts
November 10 2012 01:06 GMT
#49
You aren't at the level where the language you're learning really matters at all. Many of the intricacies will be lost on you while you still explore things like simple data structures and language syntax. At this point, if you are enjoying what you're doing and feel as though you are satisfied with the rate of your progression, just keep at it. Once you hit that wall and ask yourself ,'Why am I learning C++ again?' or learning something new about the language and asking yourself 'Why do I care about this?' you might need to take a step back and re-evaluate the language. Different things are easier / harder for certain languages, but those details come later. Enjoy learning simple control flow, sorting algorithms and implementing data structures in C++ first.
Prev 1 2 3 All
Please log in or register to reply.
Live Events Refresh
Next event in 2h 59m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Rex 110
DivinesiaTV 1
StarCraft: Brood War
Britney 44220
Sea 16050
Calm 8665
Hyuk 2813
Horang2 1908
EffOrt 1362
Jaedong 1267
Flash 692
BeSt 536
firebathero 367
[ Show more ]
actioN 350
Larva 308
Mini 248
Last 226
Light 222
Soma 200
Mind 128
Shine 126
Rush 103
Aegong 84
Yoon 74
Pusan 71
Hm[arnc] 68
hero 66
Barracks 58
ToSsGirL 55
Sea.KH 41
GoRush 32
Free 27
Nal_rA 25
zelot 23
IntoTheRainbow 22
sorry 19
910 18
Noble 16
Terrorterran 11
SilentControl 10
ivOry 10
Icarus 7
eros_byul 1
Dota 2
Gorgc4873
BananaSlamJamma116
League of Legends
JimRising 49
Counter-Strike
fl0m3415
Fnx 2625
x6flipin452
edward103
oskar49
Heroes of the Storm
MindelVK13
Other Games
singsing2548
B2W.Neo867
XaKoH 461
DeMusliM375
Liquid`RaSZi353
Fuzer 182
Hui .167
Organizations
Dota 2
PGL Dota 2 - Main Stream71
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 12 non-featured ]
StarCraft 2
• Berry_CruncH279
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Jankos2872
Upcoming Events
LAN Event
2h 59m
BSL
6h 59m
Replay Cast
19h 59m
Afreeca Starleague
20h 59m
Sharp vs Scan
Rain vs Mong
Wardi Open
22h 59m
Monday Night Weeklies
1d 3h
Sparkling Tuna Cup
1d 20h
Afreeca Starleague
1d 20h
Soulkey vs Ample
JyJ vs sSak
Replay Cast
2 days
Afreeca Starleague
2 days
hero vs YSC
Larva vs Shine
[ Show More ]
Kung Fu Cup
2 days
Replay Cast
3 days
KCM Race Survival
3 days
The PondCast
3 days
WardiTV Team League
3 days
Replay Cast
4 days
WardiTV Team League
4 days
RSL Revival
5 days
Cure vs Zoun
herO vs Rogue
WardiTV Team League
5 days
Platinum Heroes Events
6 days
BSL
6 days
RSL Revival
6 days
ByuN vs Maru
MaxPax vs TriGGeR
WardiTV Team League
6 days
Liquipedia Results

Completed

Jeongseon Sooper Cup
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
BSL Season 22
CSL Elite League 2026
RSL Revival: Season 4
Nations Cup 2026
NationLESS Cup
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
CSL 2026 SPRING (S20)
CSL Season 20: Qualifier 1
Acropolis #4
IPSL Spring 2026
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
IEM Cologne Major 2026
Stake Ranked Episode 2
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
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.