• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 10:05
CET 16:05
KST 00:05
  • 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 - 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[ASL20] Finals Preview: Arrival13
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation12Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
Mech is the composition that needs teleportation t RotterdaM "Serral is the GOAT, and it's not close" RSL Season 3 - RO16 Groups C & D Preview [TLMC] Fall/Winter 2025 Ladder Map Rotation TL.net Map Contest #21: Winners
Tourneys
RSL Revival: Season 3 Sparkling Tuna Cup - Weekly Open Tournament Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
FlaSh on: Biggest Problem With SnOw's Playstyle BW General Discussion What happened to TvZ on Retro? Brood War web app to calculate unit interactions [ASL20] Ask the mapmakers — Drop your questions
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET
Strategy
PvZ map balance Current Meta Simple Questions, Simple Answers How to stay on top of macro?
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread Clair Obscur - Expedition 33 Beyond All Reason
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
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread Artificial Intelligence Thread Canadian Politics Mega-thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread Korean Music Discussion Series you have seen recently...
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
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2273 users

The Big Programming Thread - Page 34

Forum Index > General Forum
Post a Reply
Prev 1 32 33 34 35 36 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.
Kau *
Profile Joined March 2007
Canada3500 Posts
February 10 2011 06:08 GMT
#661
C++ question:

Does anyone know of any good c++ string libraries out there? I've looked into boost and qstring and was wondering if there were any others.
Moderator
GogoKodo
Profile Blog Joined April 2003
Canada1785 Posts
February 10 2011 18:07 GMT
#662
On February 10 2011 15:08 Kau wrote:
C++ question:

Does anyone know of any good c++ string libraries out there? I've looked into boost and qstring and was wondering if there were any others.

This is relevant to my interests.

Been using std::string, but it's missing some nice concatenation features that I've seen elsewhere.
twitter: @terrancem
tofucake
Profile Blog Joined October 2009
Hyrule19152 Posts
February 10 2011 19:05 GMT
#663
sprintf works fine for concatenation. But honestly, I don't really use C++ that much anymore. Almost all of my work is in PHP these days, but when I do application programming I use C#.

If you're trying to learn just because you want to, I recommend C# over C++. If you need C++ for a course or something, you should check with your professor to make sure you're even allowed to use other libraries.

Anyway, what features are you looking for?
Liquipediaasante sana squash banana
gboytazz
Profile Joined October 2010
United States73 Posts
February 10 2011 19:47 GMT
#664
i need to book mark this thread i mos def will be chiming in this more often i really want to start up with programming again ... great thread OP "
japro
Profile Joined August 2010
172 Posts
February 10 2011 21:00 GMT
#665
You can easily concatenate std::string with + and += operators or if you want to format in sprintf fashion just use a std::stringstream. The basic functionality is all there, so there must be more specific requirements?
Antedelerium
Profile Joined June 2010
United States224 Posts
February 10 2011 21:17 GMT
#666
Unless of course you're talking about having a more thread-safe string class or more efficient concatenation in C++ (which I have yet to find).
"Isn't it ironic to yell the word silence?" ~B.C.
heishe
Profile Blog Joined June 2009
Germany2284 Posts
February 10 2011 21:19 GMT
#667
On February 10 2011 15:08 Kau wrote:
C++ question:

Does anyone know of any good c++ string libraries out there? I've looked into boost and qstring and was wondering if there were any others.


Depends. What are you trying to do with strings? I can't think of anything that isn't covered by std::string and the various boost libs (lexical_cast etc).
If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
tofucake
Profile Blog Joined October 2009
Hyrule19152 Posts
February 10 2011 21:39 GMT
#668
On February 11 2011 06:19 heishe wrote:
Show nested quote +
On February 10 2011 15:08 Kau wrote:
C++ question:

Does anyone know of any good c++ string libraries out there? I've looked into boost and qstring and was wondering if there were any others.


Depends. What are you trying to do with strings? I can't think of anything that isn't covered by std::string and the various boost libs (lexical_cast etc).

You sir, are the devil
[image loading]
Liquipediaasante sana squash banana
Kau *
Profile Joined March 2007
Canada3500 Posts
February 10 2011 22:38 GMT
#669
On February 11 2011 06:19 heishe wrote:
Show nested quote +
On February 10 2011 15:08 Kau wrote:
C++ question:

Does anyone know of any good c++ string libraries out there? I've looked into boost and qstring and was wondering if there were any others.


Depends. What are you trying to do with strings? I can't think of anything that isn't covered by std::string and the various boost libs (lexical_cast etc).


I want to be able to do everything with strings! Convert all the letters to uppercase, search it with regular expressions, tokenize, etc.
Moderator
tofucake
Profile Blog Joined October 2009
Hyrule19152 Posts
Last Edited: 2011-02-10 22:43:46
February 10 2011 22:43 GMT
#670
That's something you'd have to put together yourself, most likely.
Looked a bit more into boost. It seems to have everything you need. Though putting that stuff together yourself would be fun (imo).

Boost has a tokenizer and case changer (to_upper(), to_lower(), and tokenizer). Also, regex.
Liquipediaasante sana squash banana
iMbc
Profile Blog Joined December 2010
United States55 Posts
February 11 2011 03:59 GMT
#671
I have a question...

I'm fairly new to programming and i'm learning c# and I was wondering what kind of stuff should I start with?
Cloud
Profile Blog Joined November 2004
Sexico5880 Posts
Last Edited: 2011-02-11 04:23:13
February 11 2011 04:04 GMT
#672
On February 11 2011 12:59 iMbc wrote:
I have a question...

I'm fairly new to programming and i'm learning c# and I was wondering what kind of stuff should I start with?


IMHO certainly not c# :p. You don't wanna start out with a language designed for structured teams of developers and even less a language designed for programming windows apps (the horror). You won't be able to be nearly as productive as with more powerful languages. Python/scheme are better places to start.

Resources for Python:
* http://www.amazon.com/gp/product/1887902996
* Tutorials on python.org
* http://www.norvig.com/index.html <- Really cool stuff, not really for a beginner but it might inspire you, also good for lisp (Scheme is a lisp dialect)

Resources for Scheme:
SICP (Challenging, requires a lot of dedication but well worth it) Book is free, you can google it.

The little schemer

Python is powerful, well documented, well recognized, widely used. Scheme is clean and small, completely lacks a syntax, probably best language to learn about actual programming without needing to learn so much about the rules of the language itself.

Pick one, study the tutorials, find the community of that particular language (most important) and become a part of it.
BlueLaguna on West, msg for game.
iMbc
Profile Blog Joined December 2010
United States55 Posts
February 11 2011 04:06 GMT
#673
kk ^^ thanks for the help
tofucake
Profile Blog Joined October 2009
Hyrule19152 Posts
February 11 2011 13:01 GMT
#674
Cloud makes some fair points, but NOT learning C# just because someone tells you isn't what you should do. Do a little research about each language and decide for yourself which would most benefit your needs (which you don't mention so I can't really be more specific).

Also, cloud, C# isn't designed specifically for structured teams. It lends itself very well to that, but is just as easily used by individual developers.
Liquipediaasante sana squash banana
heishe
Profile Blog Joined June 2009
Germany2284 Posts
Last Edited: 2011-02-11 13:28:17
February 11 2011 13:26 GMT
#675
On February 11 2011 07:38 Kau wrote:
Show nested quote +
On February 11 2011 06:19 heishe wrote:
On February 10 2011 15:08 Kau wrote:
C++ question:

Does anyone know of any good c++ string libraries out there? I've looked into boost and qstring and was wondering if there were any others.


Depends. What are you trying to do with strings? I can't think of anything that isn't covered by std::string and the various boost libs (lexical_cast etc).


I want to be able to do everything with strings! Convert all the letters to uppercase, search it with regular expressions, tokenize, etc.


First of all: sorry, I somehow forgot about the thread yesterday.

Well, boost does have a tokenizer (as far as I recall it's called string_tokenizer, haven't used it in a while) and a library for regular expressions (RegEx). By the way, regular expressions will be officially incorporated into the STL with the coming c++0x standard, which should finally arrive sometime this year.

For case conversion, boost also has the String Algo library (which also has a couple of other string related classes and functions which aren't provided by the STL).


If you value your soul, never look into the eye of a horse. Your soul will forever be lost in the void of the horse.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
February 11 2011 13:32 GMT
#676
On February 11 2011 13:04 Cloud wrote:
Show nested quote +
On February 11 2011 12:59 iMbc wrote:
I have a question...

I'm fairly new to programming and i'm learning c# and I was wondering what kind of stuff should I start with?


IMHO certainly not c# :p. You don't wanna start out with a language designed for structured teams of developers and even less a language designed for programming windows apps (the horror). You won't be able to be nearly as productive as with more powerful languages. Python/scheme are better places to start.

Resources for Python:
* http://www.amazon.com/gp/product/1887902996
* Tutorials on python.org
* http://www.norvig.com/index.html <- Really cool stuff, not really for a beginner but it might inspire you, also good for lisp (Scheme is a lisp dialect)

Resources for Scheme:
SICP (Challenging, requires a lot of dedication but well worth it) Book is free, you can google it.

The little schemer

Python is powerful, well documented, well recognized, widely used. Scheme is clean and small, completely lacks a syntax, probably best language to learn about actual programming without needing to learn so much about the rules of the language itself.

Pick one, study the tutorials, find the community of that particular language (most important) and become a part of it.


I do all my private development in C#, including linux applications. Calling C# a Windows/Microsoft-Only language only shows that people never tried to learn about it. I also found it to be a far more productive language than any other i've tried (including python, ruby, scheme, java,...).

I wouldn't recommend starting with scheme, it's a very complex language and even though i like the functional programming i found it to be very... problematic when used in a pure functional environment. I very much prefer the functional extensions of C#, though, yes, i found them a lot more useful after trying scheme for a while and learning the functional thought patterns.

Python is a nice language, it's ok to learn it and definatly won't hurt for private programming. It's a growing language but for professional development i don't see a market, it won't help you much if you want to find a job with the language of your choice, though it will teach you a lot of design and style aspects that will help you develop better in other languages (as do C# and Ruby).
10or10
Profile Blog Joined March 2010
Sweden517 Posts
February 11 2011 13:41 GMT
#677
On February 11 2011 22:32 Morfildur wrote:
Show nested quote +
On February 11 2011 13:04 Cloud wrote:
On February 11 2011 12:59 iMbc wrote:
I have a question...

I'm fairly new to programming and i'm learning c# and I was wondering what kind of stuff should I start with?


IMHO certainly not c# :p. You don't wanna start out with a language designed for structured teams of developers and even less a language designed for programming windows apps (the horror). You won't be able to be nearly as productive as with more powerful languages. Python/scheme are better places to start.

Resources for Python:
* http://www.amazon.com/gp/product/1887902996
* Tutorials on python.org
* http://www.norvig.com/index.html <- Really cool stuff, not really for a beginner but it might inspire you, also good for lisp (Scheme is a lisp dialect)

Resources for Scheme:
SICP (Challenging, requires a lot of dedication but well worth it) Book is free, you can google it.

The little schemer

Python is powerful, well documented, well recognized, widely used. Scheme is clean and small, completely lacks a syntax, probably best language to learn about actual programming without needing to learn so much about the rules of the language itself.

Pick one, study the tutorials, find the community of that particular language (most important) and become a part of it.


I do all my private development in C#, including linux applications. Calling C# a Windows/Microsoft-Only language only shows that people never tried to learn about it. I also found it to be a far more productive language than any other i've tried (including python, ruby, scheme, java,...).

I wouldn't recommend starting with scheme, it's a very complex language and even though i like the functional programming i found it to be very... problematic when used in a pure functional environment. I very much prefer the functional extensions of C#, though, yes, i found them a lot more useful after trying scheme for a while and learning the functional thought patterns.

Python is a nice language, it's ok to learn it and definatly won't hurt for private programming. It's a growing language but for professional development i don't see a market, it won't help you much if you want to find a job with the language of your choice, though it will teach you a lot of design and style aspects that will help you develop better in other languages (as do C# and Ruby).

I've only worked with C, C++ and Java, a part from some scripting langauges, and want to know in what way do you find C# more productive than Java?
|| @10or10 || 이영호 이제동 - 화이팅 ^^ ||
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
Last Edited: 2011-02-11 13:46:05
February 11 2011 13:42 GMT
#678
This question has been brought up a thousand times, but just to add to it;

Personally I think you should start with C/C++ if you intend to "go all the way"; C# is nice and easy to learn but too much is abstracted. Both C# and C++ rocks though and got plenty of support, especially if you are programming in windows.

Disagree with cloud on windows apps; I love it, especially C++ against the raw win32 API. I think the message structure of windows apps are superb and easy to structure.
It's true that there is bullcrap/legacy stuff in the win32 API, but so is it in any other API too, take for example in unix, select()'s first argument - highest socket descriptor value + 1...

I don't like python very much. Sure it's very productive but the syntax is killing me, I really don't like the focus on indentation. But that's just because I am biased towards C-syntax languages since I grew up with it, I can very well imagine doing some quick stuff in python every now and then, but imho definately not a language to start with or focus on

EDIT: If you would dabble in java, to be effective/productive you should really learn proper OO design to utilize the language to its max.
England will fight to the last American
Cambium
Profile Blog Joined June 2004
United States16368 Posts
February 11 2011 13:46 GMT
#679
On February 11 2011 22:41 10or10 wrote:
Show nested quote +
On February 11 2011 22:32 Morfildur wrote:
On February 11 2011 13:04 Cloud wrote:
On February 11 2011 12:59 iMbc wrote:
I have a question...

I'm fairly new to programming and i'm learning c# and I was wondering what kind of stuff should I start with?


IMHO certainly not c# :p. You don't wanna start out with a language designed for structured teams of developers and even less a language designed for programming windows apps (the horror). You won't be able to be nearly as productive as with more powerful languages. Python/scheme are better places to start.

Resources for Python:
* http://www.amazon.com/gp/product/1887902996
* Tutorials on python.org
* http://www.norvig.com/index.html <- Really cool stuff, not really for a beginner but it might inspire you, also good for lisp (Scheme is a lisp dialect)

Resources for Scheme:
SICP (Challenging, requires a lot of dedication but well worth it) Book is free, you can google it.

The little schemer

Python is powerful, well documented, well recognized, widely used. Scheme is clean and small, completely lacks a syntax, probably best language to learn about actual programming without needing to learn so much about the rules of the language itself.

Pick one, study the tutorials, find the community of that particular language (most important) and become a part of it.


I do all my private development in C#, including linux applications. Calling C# a Windows/Microsoft-Only language only shows that people never tried to learn about it. I also found it to be a far more productive language than any other i've tried (including python, ruby, scheme, java,...).

I wouldn't recommend starting with scheme, it's a very complex language and even though i like the functional programming i found it to be very... problematic when used in a pure functional environment. I very much prefer the functional extensions of C#, though, yes, i found them a lot more useful after trying scheme for a while and learning the functional thought patterns.

Python is a nice language, it's ok to learn it and definatly won't hurt for private programming. It's a growing language but for professional development i don't see a market, it won't help you much if you want to find a job with the language of your choice, though it will teach you a lot of design and style aspects that will help you develop better in other languages (as do C# and Ruby).

I've only worked with C, C++ and Java, a part from some scripting langauges, and want to know in what way do you find C# more productive than Java?


Yea I'm curious about this too. In my past experiences, C# was only useful with VS building front-end windows apps. I know you can write server code with it too, but I never understood/researched the advantages of using it over Java.
When you want something, all the universe conspires in helping you to achieve it.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
Last Edited: 2011-02-11 14:15:52
February 11 2011 14:13 GMT
#680
On February 11 2011 22:46 Cambium wrote:
Show nested quote +
On February 11 2011 22:41 10or10 wrote:
On February 11 2011 22:32 Morfildur wrote:
On February 11 2011 13:04 Cloud wrote:
On February 11 2011 12:59 iMbc wrote:
I have a question...

I'm fairly new to programming and i'm learning c# and I was wondering what kind of stuff should I start with?


IMHO certainly not c# :p. You don't wanna start out with a language designed for structured teams of developers and even less a language designed for programming windows apps (the horror). You won't be able to be nearly as productive as with more powerful languages. Python/scheme are better places to start.

Resources for Python:
* http://www.amazon.com/gp/product/1887902996
* Tutorials on python.org
* http://www.norvig.com/index.html <- Really cool stuff, not really for a beginner but it might inspire you, also good for lisp (Scheme is a lisp dialect)

Resources for Scheme:
SICP (Challenging, requires a lot of dedication but well worth it) Book is free, you can google it.

The little schemer

Python is powerful, well documented, well recognized, widely used. Scheme is clean and small, completely lacks a syntax, probably best language to learn about actual programming without needing to learn so much about the rules of the language itself.

Pick one, study the tutorials, find the community of that particular language (most important) and become a part of it.


I do all my private development in C#, including linux applications. Calling C# a Windows/Microsoft-Only language only shows that people never tried to learn about it. I also found it to be a far more productive language than any other i've tried (including python, ruby, scheme, java,...).

I wouldn't recommend starting with scheme, it's a very complex language and even though i like the functional programming i found it to be very... problematic when used in a pure functional environment. I very much prefer the functional extensions of C#, though, yes, i found them a lot more useful after trying scheme for a while and learning the functional thought patterns.

Python is a nice language, it's ok to learn it and definatly won't hurt for private programming. It's a growing language but for professional development i don't see a market, it won't help you much if you want to find a job with the language of your choice, though it will teach you a lot of design and style aspects that will help you develop better in other languages (as do C# and Ruby).

I've only worked with C, C++ and Java, a part from some scripting langauges, and want to know in what way do you find C# more productive than Java?


Yea I'm curious about this too. In my past experiences, C# was only useful with VS building front-end windows apps. I know you can write server code with it too, but I never understood/researched the advantages of using it over Java.


Other advantages of C# compared to java:

Functional extensions, first class functions, common namings of methods and functions in the .NET library (depending on which java array class you use, it's either .size(), .getLength(), .length, .getCount(), .count(), .getLength(), ... i guess thats the drawback on being open source with no early concept), extension methods, ...

Functional extensions:
For example if i want the ID properties of all customer objects in an array where the customer registered before 2011 (which reminds me, C# properties are really cool, Python has similar, Java doesn't):

Java (don't remember the exact syntax, it's been ~1 1/2 years since i last coded Java):

Array<Integer> results = new Array<Integer>();
foreach (customer cust : sourceArray)
{
if (date.compare(customer.getRegisteredDate(), new date('2010-01-01')) // Don't remember the date handling of java, but reminds me... no operator overloading
{
results.push(customer.getId());
}
}


C#:

IEnumberable<Int32> results = sourceArray.Where(c => c.RegisteredDate < (new DateTime(2010, 1, 1)).Select(c => c.ID);

Oh, did i mention that the last time i had to use Javas date handling libraries i nearly had to scream because of how complex and unlogical it was? calendar... uhm... yes.... hope for you java folks they improved on that.

Oh, and if we want to make that multi-threaded because the sourceArray is very big... we have to use third party libraries in Java or write a lot of code.

C# multi-threaded (.NET 4.0):
IEnumberable<Int32> results = sourceArray.AsParallel().Where(c => c.RegisteredDate < (new DateTime(2010, 1, 1)).Select(c => c.ID);

Extension methods:

I recently had the case that i wanted to have the position of units on a map, i stored them as instances of the Point class. I later had the case where i wanted to calculate the distances between units, so instead of creating a new class and using that everywhere, i simply created a "PointExtensions" class and added a GetDistanceTo() method to the original Point class.

Oh, did i mention that visual studio 2010 is simply the best IDE i've ever used? Neither eclipse, netbeans, kdevelop, etc even comes close.

I had to write Java for a year, but my knowledge is still limited and dated, if anyone wants to correct me i always welcome to learn something new, but imho C# is just a more modern language, though you still pay for it by knowing less about what happens in the background.
Prev 1 32 33 34 35 36 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 1h 55m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
TKL 370
SteadfastSC 346
Reynor 49
mcanning 46
StarCraft: Brood War
Britney 33170
Rain 4067
actioN 1777
Horang2 1531
Jaedong 1212
Shuttle 535
Stork 467
EffOrt 291
firebathero 269
Leta 120
[ Show more ]
Barracks 105
ggaemo 93
Shinee 91
Hyun 86
PianO 73
LaStScan 67
JYJ49
Shine 48
Mong 31
Rock 24
Movie 24
ToSsGirL 23
Bale 19
zelot 14
soO 10
HiyA 9
sorry 8
Sacsri 6
Dota 2
Gorgc5504
qojqva1754
Dendi1127
XcaliburYe145
LuMiX0
Counter-Strike
oskar107
Heroes of the Storm
Khaldor113
Other Games
FrodaN4271
B2W.Neo1782
DeMusliM470
Hui .329
Lowko301
Pyrionflax236
Fuzer 206
febbydoto6
Organizations
Dota 2
PGL Dota 2 - Main Stream8720
PGL Dota 2 - Secondary Stream3207
Other Games
EGCTV67
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Berry_CruncH154
• StrangeGG 72
• IndyKCrew
• AfreecaTV YouTube
• intothetv
• Kozan
• sooper7s
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• Michael_bg 2
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 2112
• Ler59
League of Legends
• Nemesis3149
Other Games
• WagamamaTV236
Upcoming Events
IPSL
1h 55m
ZZZero vs rasowy
Napoleon vs KameZerg
OSC
3h 55m
BSL 21
4h 55m
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
18h 55m
RSL Revival
18h 55m
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
20h 55m
Cure vs herO
Reynor vs TBD
WardiTV Korean Royale
20h 55m
BSL 21
1d 4h
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
1d 4h
Dewalt vs WolFix
eOnzErG vs Bonyth
Replay Cast
1d 7h
[ Show More ]
Wardi Open
1d 20h
Monday Night Weeklies
2 days
WardiTV Korean Royale
2 days
BSL: GosuLeague
3 days
The PondCast
3 days
Replay Cast
4 days
RSL Revival
4 days
BSL: GosuLeague
5 days
RSL Revival
5 days
WardiTV Korean Royale
5 days
RSL Revival
6 days
WardiTV Korean Royale
6 days
Liquipedia Results

Completed

Proleague 2025-11-14
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
SLON Tour Season 2
RSL Revival: Season 3
META Madness #9
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
BLAST Open Fall 2025

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 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.