• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 13:48
CET 19:48
KST 03: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 Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3
Community News
Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win62025 RSL Offline Finals Dates + Ticket Sales!10BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION3Crank Gathers Season 2: SC II Pro Teams12
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly Intel X Team Liquid Seoul event: Showmatches and Meet the Pros Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win Weekly Cups (Oct 13-19): Clem Goes for Four
Tourneys
SC4ALL $6,000 Open LAN in Philadelphia $3,500 WardiTV Korean Royale S4 Crank Gathers Season 2: SC II Pro Teams Merivale 8 Open - LAN - Stellar Fest Kirktown Chat Brawl #9 $50 8:30PM EST
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace
Brood War
General
SnOw on 'Experimental' Nonstandard Maps in ASL Ladder Map Matchup Stats SnOw's ASL S20 Finals Review Map pack for 3v3/4v4/FFA games BW General Discussion
Tourneys
BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION [ASL20] Grand Finals Small VOD Thread 2.0 The Casual Games of the Week Thread
Strategy
How to stay on top of macro? Current Meta PvZ map balance Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread ZeroSpace Megathread General RTS Discussion Thread Path of Exile
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
US Politics Mega-thread Dating: How's your luck? Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Canadian Politics Mega-thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion 2024 - 2026 Football Thread 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
What is "Original Sin"?
Peanutsc
Challenge: Maths isn't all…
Hildegard
Career Paths and Skills for …
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1453 users

The Big Programming Thread - Page 48

Forum Index > General Forum
Post a Reply
Prev 1 46 47 48 49 50 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.
chaokel
Profile Blog Joined October 2010
Australia535 Posts
April 12 2011 11:40 GMT
#941
On April 12 2011 20:26 Kambing wrote:
Show nested quote +
On April 12 2011 20:06 chaokel wrote:
Hi wondering if anyone can help me with an error i'm getting in my c code for an uni assignment.

Error: Unresolved external 'input()' referenced from L:\ICT102\ASSIGNMENTQUESTIO
N2A.OBJ
Error: Unresolved external 'calculate()' referenced from L:\ICT102\ASSIGNMENTQUE
STION2A.OBJ

I believe its got something to do with using call to references to return data from these modules but i cant figure out what its telling me is wrong.


I assume input() and calculate() are functions that you wrote? If so, it sounds like that you reference them in assignmentquestion2a.c via forward declarations (e.g., from a .h file) but then don't include the .c files that provide their implementation. That fix in that case is to compile the .c files that contain the definitions of input() and calculate() at the same time you compile assignmentquestion2a.c.

Alternatively, if input() and calculate() are being provided to you as a library, you haven't included those libraries in your compilation step.


Thats whats confusing me, I have defined those functions within the file i'm trying to compile. assignmentquestion2.cpp .

The other functions that i've defined in there that don't call to reference aren't erroring which is why i think it has something to do with that. i.e.
void input(int &input, int &denomination1, int &denomination2, int &denomination3, int &denomination4) is erroring but
void display(int total1, int total2, int total3, int total4, int denomination1, int denomination2, int denomination3, int denomination4) is not.

any other thoughts would be greatly appreciated.
Geo.Rion
Profile Blog Joined October 2008
7377 Posts
April 12 2011 16:40 GMT
#942
Hello!
Im seraching for a thread:
It was this riddle thread - programming related, a number of tasks following each other which quickly became harder and harder. Some of the first ones were solved by modifying the link, then harder and more extrem tasks, sending to other sites.

I cant find it and i desperatly need it, i'm sure a programmer would know what im talking about, as i remember it being quit a big deal
"Protoss is a joke" Liquid`Jinro Okt.1. 2011
catamorphist
Profile Joined May 2010
United States297 Posts
April 12 2011 16:43 GMT
#943
I use Visual Studio for C#, DrRacket for PLT Racket, and emacs for everything else.

I'd be interested in people's Javascript/HTML development environments. Is there anything that beats emacs/vim for client-side web programming?
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
tofucake
Profile Blog Joined October 2009
Hyrule19150 Posts
April 12 2011 17:04 GMT
#944
On April 13 2011 01:40 Geo.Rion wrote:
Hello!
Im seraching for a thread:
It was this riddle thread - programming related, a number of tasks following each other which quickly became harder and harder. Some of the first ones were solved by modifying the link, then harder and more extrem tasks, sending to other sites.

I cant find it and i desperatly need it, i'm sure a programmer would know what im talking about, as i remember it being quit a big deal

notpr0n?
Liquipediaasante sana squash banana
chaokel
Profile Blog Joined October 2010
Australia535 Posts
April 12 2011 17:05 GMT
#945
On April 13 2011 01:40 Geo.Rion wrote:
Hello!
Im seraching for a thread:
It was this riddle thread - programming related, a number of tasks following each other which quickly became harder and harder. Some of the first ones were solved by modifying the link, then harder and more extrem tasks, sending to other sites.

I cant find it and i desperatly need it, i'm sure a programmer would know what im talking about, as i remember it being quit a big deal


http://www.deathball.net/notpron/

is this the one you mean?
Order
Profile Blog Joined December 2008
Lithuania231 Posts
April 12 2011 17:37 GMT
#946
On April 13 2011 02:05 chaokel wrote:
Show nested quote +
On April 13 2011 01:40 Geo.Rion wrote:
Hello!
Im seraching for a thread:
It was this riddle thread - programming related, a number of tasks following each other which quickly became harder and harder. Some of the first ones were solved by modifying the link, then harder and more extrem tasks, sending to other sites.

I cant find it and i desperatly need it, i'm sure a programmer would know what im talking about, as i remember it being quit a big deal


http://www.deathball.net/notpron/

is this the one you mean?


that's not really programming riddles, but yeah, that's where you want to look I think.

Common Sense - so rare that it's a super power
justdweezil
Profile Joined July 2009
United States186 Posts
April 12 2011 18:02 GMT
#947
You can find very interesting programming puzzles at Project Euler. I've done a few dozen over the past few months and they're a lot of fun.
EvanED
Profile Joined October 2009
United States111 Posts
Last Edited: 2011-04-12 18:06:21
April 12 2011 18:05 GMT
#948
On April 12 2011 20:40 chaokel wrote:
Thats whats confusing me, I have defined those functions within the file i'm trying to compile. assignmentquestion2.cpp .

The other functions that i've defined in there that don't call to reference aren't erroring which is why i think it has something to do with that. i.e.
void input(int &input, int &denomination1, int &denomination2, int &denomination3, int &denomination4) is erroring but
void display(int total1, int total2, int total3, int total4, int denomination1, int denomination2, int denomination3, int denomination4) is not.

any other thoughts would be greatly appreciated.

Do you have multiple source files? Are we talking C (which is what you said) or C++ (which is what those & implies)?

Make sure that if you have a prototype for input, it matches the signature of its definition.
dogmeatstew
Profile Joined April 2010
Canada574 Posts
April 12 2011 18:34 GMT
#949
On April 12 2011 20:40 chaokel wrote:
Show nested quote +
On April 12 2011 20:26 Kambing wrote:
On April 12 2011 20:06 chaokel wrote:
Hi wondering if anyone can help me with an error i'm getting in my c code for an uni assignment.

Error: Unresolved external 'input()' referenced from L:\ICT102\ASSIGNMENTQUESTIO
N2A.OBJ
Error: Unresolved external 'calculate()' referenced from L:\ICT102\ASSIGNMENTQUE
STION2A.OBJ

I believe its got something to do with using call to references to return data from these modules but i cant figure out what its telling me is wrong.


I assume input() and calculate() are functions that you wrote? If so, it sounds like that you reference them in assignmentquestion2a.c via forward declarations (e.g., from a .h file) but then don't include the .c files that provide their implementation. That fix in that case is to compile the .c files that contain the definitions of input() and calculate() at the same time you compile assignmentquestion2a.c.

Alternatively, if input() and calculate() are being provided to you as a library, you haven't included those libraries in your compilation step.


Thats whats confusing me, I have defined those functions within the file i'm trying to compile. assignmentquestion2.cpp .

The other functions that i've defined in there that don't call to reference aren't erroring which is why i think it has something to do with that. i.e.
void input(int &input, int &denomination1, int &denomination2, int &denomination3, int &denomination4) is erroring but
void display(int total1, int total2, int total3, int total4, int denomination1, int denomination2, int denomination3, int denomination4) is not.

any other thoughts would be greatly appreciated.


When you use "int &input, int &denomination" are you trying to pass a pointers to ints? if thats the case the syntax is "int *" rather than "int &".

In fact now that I think of it I'm not really even sure what "int & name" implies in a function definition as & is used to make a pointer from your variable which I don't believe is a valid operation in a function signature...
sandrab
Profile Joined April 2011
Austria9 Posts
April 12 2011 18:39 GMT
#950
vvvvvvvvv that noticeable,,,,,,,,,,,,
all the best
Kambing
Profile Joined May 2010
United States1176 Posts
April 12 2011 18:50 GMT
#951
On April 13 2011 03:34 dogmeatstew wrote:
Show nested quote +
On April 12 2011 20:40 chaokel wrote:
On April 12 2011 20:26 Kambing wrote:
On April 12 2011 20:06 chaokel wrote:
Hi wondering if anyone can help me with an error i'm getting in my c code for an uni assignment.

Error: Unresolved external 'input()' referenced from L:\ICT102\ASSIGNMENTQUESTIO
N2A.OBJ
Error: Unresolved external 'calculate()' referenced from L:\ICT102\ASSIGNMENTQUE
STION2A.OBJ

I believe its got something to do with using call to references to return data from these modules but i cant figure out what its telling me is wrong.


I assume input() and calculate() are functions that you wrote? If so, it sounds like that you reference them in assignmentquestion2a.c via forward declarations (e.g., from a .h file) but then don't include the .c files that provide their implementation. That fix in that case is to compile the .c files that contain the definitions of input() and calculate() at the same time you compile assignmentquestion2a.c.

Alternatively, if input() and calculate() are being provided to you as a library, you haven't included those libraries in your compilation step.


Thats whats confusing me, I have defined those functions within the file i'm trying to compile. assignmentquestion2.cpp .

The other functions that i've defined in there that don't call to reference aren't erroring which is why i think it has something to do with that. i.e.
void input(int &input, int &denomination1, int &denomination2, int &denomination3, int &denomination4) is erroring but
void display(int total1, int total2, int total3, int total4, int denomination1, int denomination2, int denomination3, int denomination4) is not.

any other thoughts would be greatly appreciated.


When you use "int &input, int &denomination" are you trying to pass a pointers to ints? if thats the case the syntax is "int *" rather than "int &".

In fact now that I think of it I'm not really even sure what "int & name" implies in a function definition as & is used to make a pointer from your variable which I don't believe is a valid operation in a function signature...


In C++, T& is type "reference to T" which is not present in C. A reference to T is an alias for an object. Practically speaking, it is a pointer to an object that you treat as if it was the actual object (e.g., so that you use dot notation to access it's fields rather than the -> syntactic sugar).
dogmeatstew
Profile Joined April 2010
Canada574 Posts
April 12 2011 19:21 GMT
#952
On April 13 2011 03:50 Kambing wrote:
Show nested quote +
On April 13 2011 03:34 dogmeatstew wrote:
On April 12 2011 20:40 chaokel wrote:
On April 12 2011 20:26 Kambing wrote:
On April 12 2011 20:06 chaokel wrote:
Hi wondering if anyone can help me with an error i'm getting in my c code for an uni assignment.

Error: Unresolved external 'input()' referenced from L:\ICT102\ASSIGNMENTQUESTIO
N2A.OBJ
Error: Unresolved external 'calculate()' referenced from L:\ICT102\ASSIGNMENTQUE
STION2A.OBJ

I believe its got something to do with using call to references to return data from these modules but i cant figure out what its telling me is wrong.


I assume input() and calculate() are functions that you wrote? If so, it sounds like that you reference them in assignmentquestion2a.c via forward declarations (e.g., from a .h file) but then don't include the .c files that provide their implementation. That fix in that case is to compile the .c files that contain the definitions of input() and calculate() at the same time you compile assignmentquestion2a.c.

Alternatively, if input() and calculate() are being provided to you as a library, you haven't included those libraries in your compilation step.


Thats whats confusing me, I have defined those functions within the file i'm trying to compile. assignmentquestion2.cpp .

The other functions that i've defined in there that don't call to reference aren't erroring which is why i think it has something to do with that. i.e.
void input(int &input, int &denomination1, int &denomination2, int &denomination3, int &denomination4) is erroring but
void display(int total1, int total2, int total3, int total4, int denomination1, int denomination2, int denomination3, int denomination4) is not.

any other thoughts would be greatly appreciated.


When you use "int &input, int &denomination" are you trying to pass a pointers to ints? if thats the case the syntax is "int *" rather than "int &".

In fact now that I think of it I'm not really even sure what "int & name" implies in a function definition as & is used to make a pointer from your variable which I don't believe is a valid operation in a function signature...


In C++, T& is type "reference to T" which is not present in C. A reference to T is an alias for an object. Practically speaking, it is a pointer to an object that you treat as if it was the actual object (e.g., so that you use dot notation to access it's fields rather than the -> syntactic sugar).

So its a self dereferencing pointer. That sounds pretty useless but okay I accept that its valid syntax.
Kambing
Profile Joined May 2010
United States1176 Posts
April 12 2011 19:34 GMT
#953
On April 13 2011 04:21 dogmeatstew wrote:
Show nested quote +
On April 13 2011 03:50 Kambing wrote:
On April 13 2011 03:34 dogmeatstew wrote:
On April 12 2011 20:40 chaokel wrote:
On April 12 2011 20:26 Kambing wrote:
On April 12 2011 20:06 chaokel wrote:
Hi wondering if anyone can help me with an error i'm getting in my c code for an uni assignment.

Error: Unresolved external 'input()' referenced from L:\ICT102\ASSIGNMENTQUESTIO
N2A.OBJ
Error: Unresolved external 'calculate()' referenced from L:\ICT102\ASSIGNMENTQUE
STION2A.OBJ

I believe its got something to do with using call to references to return data from these modules but i cant figure out what its telling me is wrong.


I assume input() and calculate() are functions that you wrote? If so, it sounds like that you reference them in assignmentquestion2a.c via forward declarations (e.g., from a .h file) but then don't include the .c files that provide their implementation. That fix in that case is to compile the .c files that contain the definitions of input() and calculate() at the same time you compile assignmentquestion2a.c.

Alternatively, if input() and calculate() are being provided to you as a library, you haven't included those libraries in your compilation step.


Thats whats confusing me, I have defined those functions within the file i'm trying to compile. assignmentquestion2.cpp .

The other functions that i've defined in there that don't call to reference aren't erroring which is why i think it has something to do with that. i.e.
void input(int &input, int &denomination1, int &denomination2, int &denomination3, int &denomination4) is erroring but
void display(int total1, int total2, int total3, int total4, int denomination1, int denomination2, int denomination3, int denomination4) is not.

any other thoughts would be greatly appreciated.


When you use "int &input, int &denomination" are you trying to pass a pointers to ints? if thats the case the syntax is "int *" rather than "int &".

In fact now that I think of it I'm not really even sure what "int & name" implies in a function definition as & is used to make a pointer from your variable which I don't believe is a valid operation in a function signature...


In C++, T& is type "reference to T" which is not present in C. A reference to T is an alias for an object. Practically speaking, it is a pointer to an object that you treat as if it was the actual object (e.g., so that you use dot notation to access it's fields rather than the -> syntactic sugar).

So its a self dereferencing pointer. That sounds pretty useless but okay I accept that its valid syntax.


To the contrary, references are a cornerstone of hygienic C++ programming. The critical thing is that references are not re-seatable. That is, given


int &x = ...;


There is no way to change what x refers to. Most of the time, you do not need your pointers to be reseated, so references give you exactly the functionality you need and no more which is (almost) always a good thing.
Byte
Profile Joined April 2010
Germany11 Posts
April 12 2011 20:03 GMT
#954
I really don't see different programming languages being a huge barrier to having a unified programming thread. Obviously I see where discussing syntax specifics could be a bit difficult.
However the logic behind the program and its functionality can, and should be universally applicable.

Personally I would be interested in network programming as well as multi threading. In java/c#/python ObjC or C++
Ganz oder garnicht! ps. I read you like a book!
EvanED
Profile Joined October 2009
United States111 Posts
Last Edited: 2011-04-12 21:26:51
April 12 2011 21:26 GMT
#955
[begin language lawyer post]

On April 13 2011 04:21 dogmeatstew wrote:
So its a self dereferencing pointer. That sounds pretty useless but okay I accept that its valid syntax.

There are a few reasons that it can be useful, and a couple reasons that it is nearly critical when you talk about interacting with other C++ features.

In particular, using const references (e.g. int const & x or const int & x; these are the same) as function parameters is extremely common to avoid copying. If you were to use pass-by-pointer, then what amounts to a micro-optimization changes the syntax at the call sites: you have to do foo(&y) instead of foo(y), while if you have references, the latter works with both foo(int x) and foo(int const & x). In these cases, having references allows you to be oblivious as to whether foo uses this optimization or not, and provides what can be a substantial syntactic convenience in the implementation of foo itself.

Where this becomes essential is operator overloading. It allows you to define a class, say a vector, that allows you to do v1 + v2, and make your overloaded + operator take const references as an optimization. If you were forced to pass by pointers, then the call becomes &v1 + &v2, which means something entirely different.

Using non-const references (aside from some cases where you return a reference) is more controversial. For instance, you could use one as an 'out' parameter in a function, which is another place you see pass-by-pointer in C. For cases where the out parameter is mandatory I like it, because it's self-documenting and (mostly) self-enforcing that the parameter cannot be null (you have to do reasonably ugly hackery to get a null reference, and even creating one is undefined behavior); the downside is that if you use pass-by-pointer for out parameters than it becomes self-documenting at the call sites, because you'll see foo(&the_out_parameter). So some style guides stipulate that pass-by-const-reference is fine, but pass-by-non-const-reference isn't and you should use pass-by-pointer instead. (And this is another reason using references instead of pointers is helpful: if you follow the above convention, and see [i]foo(&p)[i], you know that foo may change p, because if it were taking a pointer just as an optimization, it would have taken a reference instead.)

IMO the importance of the inability to reseat a reference is well behind the non-nullability of references which is well behind the pass-by-const-reference benefits.
a7d9sdkk6k3kja9sd0d0
Profile Joined April 2011
9 Posts
April 13 2011 22:48 GMT
#956
Hey im a High School Student that gets good grades and wants to get into writing code. I was wondering however what would be a good starting language for me to learn and teach myself until I could get a class for coding.

Also if you responded to my first question I also ask what would be a good software to download to help write the code (ie Netbeans) or any other tips you may have.

Thanks
haduken
Profile Blog Joined April 2003
Australia8267 Posts
April 14 2011 09:46 GMT
#957
It doesn't matter what you are starting with as most programmers will tell you. The trade of programming is the act of programming itself not how to learn syntax of a language.

It is however very beneficial to learn a language that is widely used as you will find more resources on it.

It really depends on what you want to accomplish and some people starting out will want to write applications you know the windows, the buttons etc... so C# and .NET is great, for tools, either grab the free Visual C# express or sign up with dream spark and get free Visual Studio.
Rillanon.au
wO-ZiGouNeT
Profile Joined January 2011
United Kingdom21 Posts
April 14 2011 13:29 GMT
#958
On April 14 2011 07:48 a7d9sdkk6k3kja9sd0d0 wrote:
Hey im a High School Student that gets good grades and wants to get into writing code. I was wondering however what would be a good starting language for me to learn and teach myself until I could get a class for coding.

Also if you responded to my first question I also ask what would be a good software to download to help write the code (ie Netbeans) or any other tips you may have.

Thanks


Python is a pretty good beginner language and is very close to pseudocode so you can focus on the algorithms instead of language quirks, you can get more info at http://diveintopython.org/toc/index.html.

I'd recommend not using an IDE at start as they do a lot of the basic stuff for you but since you are trying to learn it would probably be best if you at least start by doing everything by hand so that you can understand what you are actually doing and not pasting stuff together.
You only need a text editor to edit source code, I'd recommend notepad++ or emacs (notepad++ is much easier to use , emacs has a steep learning curve but is VERY powerful)
EscPlan9
Profile Blog Joined December 2006
United States2777 Posts
April 14 2011 15:07 GMT
#959
On April 14 2011 07:48 a7d9sdkk6k3kja9sd0d0 wrote:
Hey im a High School Student that gets good grades and wants to get into writing code. I was wondering however what would be a good starting language for me to learn and teach myself until I could get a class for coding.

Also if you responded to my first question I also ask what would be a good software to download to help write the code (ie Netbeans) or any other tips you may have.

Thanks


I recommend starting with an object-oriented programming language such as Java. In terms of software - you really just need a source code editor and compiler to start with. A simple one that I used during college for my Java classes is called jGrasp and is completely free.

Also, it isn't that important which specific language you start off with. I don't have any experience with Python yet, though it has been getting popular recently and is a little simpler than other languages.
Undefeated TL Tecmo Super Bowl League Champion
catamorphist
Profile Joined May 2010
United States297 Posts
Last Edited: 2011-04-14 16:35:27
April 14 2011 16:34 GMT
#960
I have to admit, I don't get folks who recommend newbies start off with Java, C++, or C#. There's no way that someone with no prior programming experience would be able to quickly understand all the boilerplate and abstraction going on here. In addition, it's hard to write Java or C# without a big elaborate IDE, and a newbie needs to become comfortable with a text editor first, or else he might never. Python seems reasonable. C also seems reasonable. HTML and Javascript, I think, is reasonable.
http://us.battle.net/sc2/en/profile/281144/1/catamorphist/
Prev 1 46 47 48 49 50 1032 Next
Please log in or register to reply.
Live Events Refresh
Monday Night Weeklies
17:00
Monday Night Weekly #29
RotterdaM832
TKL 396
IndyStarCraft 234
BRAT_OK 110
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 832
TKL 396
IndyStarCraft 234
ZombieGrub166
BRAT_OK 110
UpATreeSC 94
Codebar 55
MindelVK 24
StarCraft: Brood War
firebathero 237
Mong 50
sas.Sziky 21
NaDa 17
Dota 2
qojqva3815
420jenkins360
BananaSlamJamma291
XcaliburYe180
League of Legends
Trikslyr61
Counter-Strike
ScreaM1393
byalli366
kRYSTAL_34
Other Games
FrodaN1962
ceh9459
QueenE212
ArmadaUGS185
Fuzer 176
C9.Mang0110
Organizations
Other Games
gamesdonequick599
Counter-Strike
PGL317
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• kabyraGe 174
• Hupsaiya 50
• Adnapsc2 10
• Reevou 4
• IndyKCrew
• AfreecaTV YouTube
• intothetv
• Kozan
• sooper7s
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• Michael_bg 8
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV607
Other Games
• imaqtpie1059
Upcoming Events
Replay Cast
4h 12m
Sparkling Tuna Cup
15h 12m
WardiTV Korean Royale
17h 12m
LAN Event
20h 12m
Replay Cast
1d 14h
WardiTV Korean Royale
1d 17h
LAN Event
1d 20h
OSC
2 days
The PondCast
2 days
LAN Event
2 days
[ Show More ]
Replay Cast
3 days
LAN Event
3 days
Korean StarCraft League
4 days
CranKy Ducklings
4 days
WardiTV Korean Royale
4 days
LAN Event
4 days
IPSL
4 days
dxtr13 vs OldBoy
Napoleon vs Doodle
Replay Cast
5 days
Sparkling Tuna Cup
5 days
WardiTV Korean Royale
5 days
LAN Event
5 days
IPSL
5 days
JDConan vs WIZARD
WolFix vs Cross
Replay Cast
6 days
Wardi Open
6 days
Liquipedia Results

Completed

BSL 21 Points
SC4ALL: StarCraft II
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
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
BLAST Open Fall Qual
Esports World Cup 2025

Upcoming

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

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.