• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 14:01
CEST 20:01
KST 03: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
[ASL21] Ro16 Preview Pt2: All Star10Team Liquid Map Contest #22 - The Finalists14[ASL21] Ro16 Preview Pt1: Fresh Flow9[ASL21] Ro24 Preview Pt2: News Flash10[ASL21] Ro24 Preview Pt1: New Chaos0
Community News
2026 GSL Season 1 Qualifiers12Maestros of the Game 2 announced52026 GSL Tour plans announced14Weekly Cups (April 6-12): herO doubles, "Villains" prevail1MaNa leaves Team Liquid24
StarCraft 2
General
MaNa leaves Team Liquid Maestros of the Game 2 announced 2026 GSL Tour plans announced Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool Team Liquid Map Contest #22 - The Finalists
Tourneys
2026 GSL Season 1 Qualifiers GSL CK: More events planned pending crowdfunding RSL Revival: Season 5 - Qualifiers and Main Event Sparkling Tuna Cup - Weekly Open Tournament Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
[D]RTS in all its shapes and glory <3 [A] Nemrods 1/4 players [M] (2) Frigid Storage
External Content
Mutation # 522 Flip My Base The PondCast: SC2 News & Results Mutation # 521 Memorable Boss Mutation # 520 Moving Fees
Brood War
General
ASL21 General Discussion BGH Auto Balance -> http://bghmmr.eu/ ASL21 Strategy, Pimpest Plays Discussions Data needed [ASL21] Ro16 Preview Pt2: All Star
Tourneys
[ASL21] Ro16 Group D [ASL21] Ro16 Group C [ASL21] Ro16 Group B [Megathread] Daily Proleagues
Strategy
Simple Questions, Simple Answers What's the deal with APM & what's its true value Any training maps people recommend? Fighting Spirit mining rates
Other Games
General Games
Nintendo Switch Thread Dawn of War IV Starcraft Tabletop Miniature Game General RTS Discussion Thread Battle Aces/David Kim RTS Megathread
Dota 2
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
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread YouTube Thread Canadian Politics Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [Req][Books] Good Fantasy/SciFi books Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion McBoner: A hockey love story Cricket [SPORT]
World Cup 2022
Tech Support
[G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
Sexual Health Of Gamers
TrAiDoS
lurker extra damage testi…
StaticNine
Broowar part 2
qwaykee
Funny Nicknames
LUCKY_NOOB
Iranian anarchists: organize…
XenOsky
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1925 users

The Big Programming Thread - Page 101

Forum Index > General Forum
Post a Reply
Prev 1 99 100 101 102 103 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.
Adeny
Profile Blog Joined January 2009
Norway1233 Posts
December 23 2011 00:44 GMT
#2001
On December 23 2011 08:53 tofucake wrote:
To do that in C++ will require you to know some basic things like hooking processes and using various API calls. I'm pretty sure it's easier in C#.


Wouldn't it require the same things in C#, but also p/invoke stuff?
tec27
Profile Blog Joined June 2004
United States3702 Posts
December 23 2011 04:51 GMT
#2002
On December 23 2011 09:44 Adeny wrote:
Show nested quote +
On December 23 2011 08:53 tofucake wrote:
To do that in C++ will require you to know some basic things like hooking processes and using various API calls. I'm pretty sure it's easier in C#.


Wouldn't it require the same things in C#, but also p/invoke stuff?

Yeah, if either required it then both would require it (unless someone like wrote some stuff to encapsulate it in one but not the other). But anyway, if your goal is to read the currently playing item out of Windows Media Player, you'll want to look either for some sort of API to do so, or give up on that goal for now. Its not going to be a simple task in any language if they don't provide an easily accessible way to do it (especially so since their windows are custom and they don't update their window title)
Can you jam with the console cowboys in cyberspace?
Kluey
Profile Joined April 2011
Canada1197 Posts
December 23 2011 05:08 GMT
#2003
Okay, I need to make Hangman in Visual Basic. What should I do to display the character the user guesses while making underlines for how many letters there are.
Craton
Profile Blog Joined December 2009
United States17281 Posts
December 23 2011 05:48 GMT
#2004
On December 23 2011 13:51 tec27 wrote:
Show nested quote +
On December 23 2011 09:44 Adeny wrote:
On December 23 2011 08:53 tofucake wrote:
To do that in C++ will require you to know some basic things like hooking processes and using various API calls. I'm pretty sure it's easier in C#.


Wouldn't it require the same things in C#, but also p/invoke stuff?

Yeah, if either required it then both would require it (unless someone like wrote some stuff to encapsulate it in one but not the other). But anyway, if your goal is to read the currently playing item out of Windows Media Player, you'll want to look either for some sort of API to do so, or give up on that goal for now. Its not going to be a simple task in any language if they don't provide an easily accessible way to do it (especially so since their windows are custom and they don't update their window title)

Windows XP had this http://www.microsoft.com/download/en/details.aspx?id=8868 which made live simpler. There was one thing that altered the window name to the now playing song back in WMP 9.0 and there was another thing that would write the now playing song to a spot in the registry, both of which would make such a task pretty simple.

I've been tinkering with http://www.theleagueofpaul.com/codesnippet-managed-windows-media-plugins.html but not much luck so far.
twitch.tv/cratonz
ArcticVanguard
Profile Blog Joined August 2010
United States450 Posts
December 27 2011 14:19 GMT
#2005
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.
"When I became a man I put away childish things, including the fear of childishness and the desire to be very grown up." ~C.S. Lewis
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
Last Edited: 2011-12-27 14:27:00
December 27 2011 14:26 GMT
#2006
On December 27 2011 23:19 ArcticVanguard wrote:
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.


For c++ it's generally a nightmare. I played around with win32 GUI and oh my god its torture and 10+ years old, dont touch it. That's why we use C# for GUI and I recommend you do the same. For other platforms you usually have other languages to di t in, Java for Android, Obj-C for iOS, etc..

I've looked at Qt only a little, and I've had work partners use it some, and trust me its pain but still better than win32 stuff.

Seriously just use C# to create GUI, you just need a thin layer of C# to make it work, you can write pretty much everything else in C++
England will fight to the last American
ArcticVanguard
Profile Blog Joined August 2010
United States450 Posts
December 27 2011 14:29 GMT
#2007
On December 27 2011 23:26 KaiserJohan wrote:
Show nested quote +
On December 27 2011 23:19 ArcticVanguard wrote:
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.


For c++ it's generally a nightmare. I played around with win32 GUI and oh my god its torture and 10+ years old, dont touch it. That's why we use C# for GUI and I recommend you do the same. For other platforms you usually have other languages to di t in, Java for Android, Obj-C for iOS, etc..

I've looked at Qt only a little, and I've had work partners use it some, and trust me its pain but still better than win32 stuff.

Seriously just use C# to create GUI, you just need a thin layer of C# to make it work, you can write pretty much everything else in C++

I'm pretty inexperienced with this kind of thing though, is it pretty easy to write everything in C++ and have it work with the C# GUI? Any references or anything you might suggest? I'm not opposed to use C#, I've just never touched it before and I know almost nothing about it.
"When I became a man I put away childish things, including the fear of childishness and the desire to be very grown up." ~C.S. Lewis
memcpy
Profile Blog Joined April 2010
United States459 Posts
Last Edited: 2011-12-27 14:39:03
December 27 2011 14:38 GMT
#2008
On December 27 2011 23:19 ArcticVanguard wrote:
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.


I'm currently working on a C++ GUI and I decided to go with wxWidgets. You design the interface with wxFormBuilder and it generates a few .cpp/h files for virtual functions to overload for events. Once you get it all linked up with your project it's pretty easy from there.

As for the people who suggested C#, I'd strongly agree that you use that instead if you can. WPF or Windows Forms are way easier than anything in C++.
kaihangkk
Profile Joined December 2011
8 Posts
December 27 2011 14:48 GMT
#2009
i know nth about programming....which language would be the best one to start with?
tofucake
Profile Blog Joined October 2009
Hyrule19203 Posts
December 27 2011 15:02 GMT
#2010
On December 27 2011 23:48 kaihangkk wrote:
i know nth about programming....which language would be the best one to start with?

Replace "programming" with "speaking" and you might see why this question is incredibly hard to answer.

What do you want to do with programming?
Liquipediaasante sana squash banana
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
December 27 2011 15:11 GMT
#2011
On December 27 2011 23:29 ArcticVanguard wrote:
Show nested quote +
On December 27 2011 23:26 KaiserJohan wrote:
On December 27 2011 23:19 ArcticVanguard wrote:
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.


For c++ it's generally a nightmare. I played around with win32 GUI and oh my god its torture and 10+ years old, dont touch it. That's why we use C# for GUI and I recommend you do the same. For other platforms you usually have other languages to di t in, Java for Android, Obj-C for iOS, etc..

I've looked at Qt only a little, and I've had work partners use it some, and trust me its pain but still better than win32 stuff.

Seriously just use C# to create GUI, you just need a thin layer of C# to make it work, you can write pretty much everything else in C++

I'm pretty inexperienced with this kind of thing though, is it pretty easy to write everything in C++ and have it work with the C# GUI? Any references or anything you might suggest? I'm not opposed to use C#, I've just never touched it before and I know almost nothing about it.


I think its fairly easy. C# itself is very easy in fact, it's a high-level language like Java.
You need a "C# wrapper" for C++. Google around for "C# to c++", vice versa, and alike, you'll find it, there's plenty of guides on it.

On C#: Are you using Visual Studio for C++? I assume so; just try a C# "WPF" or Windows Presentation Format or whatever project its called, its basically drag-and-drop GUI. If not, you REALLY should use Visual Studio unless you aim to develop on other platforms, in which Eclipse might be good.



England will fight to the last American
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
December 27 2011 15:13 GMT
#2012
On December 27 2011 23:48 kaihangkk wrote:
i know nth about programming....which language would be the best one to start with?


If you want to get a feel for what programming is, try a high-level language like C# or Java. Start with C# if ur on windows, theres several tutorials on getting started.
England will fight to the last American
mrafaeldie12
Profile Joined July 2011
Brazil537 Posts
December 27 2011 15:19 GMT
#2013
Hey guys i'm not sure this is the right place to post,but does anyone know if Ruby can be used for desktop apps?Thanks.
"..it all comes thumbling down thumbling down thumblin down"
ArcticVanguard
Profile Blog Joined August 2010
United States450 Posts
December 27 2011 15:34 GMT
#2014
On December 28 2011 00:11 KaiserJohan wrote:
Show nested quote +
On December 27 2011 23:29 ArcticVanguard wrote:
On December 27 2011 23:26 KaiserJohan wrote:
On December 27 2011 23:19 ArcticVanguard wrote:
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.


For c++ it's generally a nightmare. I played around with win32 GUI and oh my god its torture and 10+ years old, dont touch it. That's why we use C# for GUI and I recommend you do the same. For other platforms you usually have other languages to di t in, Java for Android, Obj-C for iOS, etc..

I've looked at Qt only a little, and I've had work partners use it some, and trust me its pain but still better than win32 stuff.

Seriously just use C# to create GUI, you just need a thin layer of C# to make it work, you can write pretty much everything else in C++

I'm pretty inexperienced with this kind of thing though, is it pretty easy to write everything in C++ and have it work with the C# GUI? Any references or anything you might suggest? I'm not opposed to use C#, I've just never touched it before and I know almost nothing about it.


I think its fairly easy. C# itself is very easy in fact, it's a high-level language like Java.
You need a "C# wrapper" for C++. Google around for "C# to c++", vice versa, and alike, you'll find it, there's plenty of guides on it.

On C#: Are you using Visual Studio for C++? I assume so; just try a C# "WPF" or Windows Presentation Format or whatever project its called, its basically drag-and-drop GUI. If not, you REALLY should use Visual Studio unless you aim to develop on other platforms, in which Eclipse might be good.


I aim for cross-platform compatibility as much as possible. Right now I'm using Code::Blocks for C++ and Eclipse for my Java work. Thanks for the help!
"When I became a man I put away childish things, including the fear of childishness and the desire to be very grown up." ~C.S. Lewis
Zeke50100
Profile Blog Joined February 2010
United States2220 Posts
December 27 2011 15:58 GMT
#2015
On December 28 2011 00:34 ArcticVanguard wrote:
Show nested quote +
On December 28 2011 00:11 KaiserJohan wrote:
On December 27 2011 23:29 ArcticVanguard wrote:
On December 27 2011 23:26 KaiserJohan wrote:
On December 27 2011 23:19 ArcticVanguard wrote:
Does anyone have any suggestions for a tutorial for learning GUI programming for Windows? Language is C++. I'm looking at Qt but I'm having trouble following some of them out there. The thing I've seen is that GUI programming on any platform is a nightmare, but surely there are SOME out there that I can use.


For c++ it's generally a nightmare. I played around with win32 GUI and oh my god its torture and 10+ years old, dont touch it. That's why we use C# for GUI and I recommend you do the same. For other platforms you usually have other languages to di t in, Java for Android, Obj-C for iOS, etc..

I've looked at Qt only a little, and I've had work partners use it some, and trust me its pain but still better than win32 stuff.

Seriously just use C# to create GUI, you just need a thin layer of C# to make it work, you can write pretty much everything else in C++

I'm pretty inexperienced with this kind of thing though, is it pretty easy to write everything in C++ and have it work with the C# GUI? Any references or anything you might suggest? I'm not opposed to use C#, I've just never touched it before and I know almost nothing about it.


I think its fairly easy. C# itself is very easy in fact, it's a high-level language like Java.
You need a "C# wrapper" for C++. Google around for "C# to c++", vice versa, and alike, you'll find it, there's plenty of guides on it.

On C#: Are you using Visual Studio for C++? I assume so; just try a C# "WPF" or Windows Presentation Format or whatever project its called, its basically drag-and-drop GUI. If not, you REALLY should use Visual Studio unless you aim to develop on other platforms, in which Eclipse might be good.


I aim for cross-platform compatibility as much as possible. Right now I'm using Code::Blocks for C++ and Eclipse for my Java work. Thanks for the help!


If you're aiming for cross-compatibility, you could also go for Qt Creator. Not only does it have the benefit of having Qt Widgets and the like should you choose to use the SDK, but it can integrate the Visual Studio debugger, which is by far the most useful debugger out there at the moment. Code::Blocks is good, but Qt with VC++ is just more powerful in the end. I like to think of Qt as Code::Blocks/Dev-Cpp v2.0 :D Note that you might have to use QMake depending on what you're doing (i.e., extensive customization outside of Qt-related things), which can get ugly, although you shouldn't have to worry too much.

As for the GUI programming issue, it's certainly easier to stick with Java or C# (at least for Windows). However, if you're already more experienced with C++, then you might just have to brute-force your way to learning how to mess with Qt, unless you want to use Java or learn C#.

http://developer.qt.nokia.com/doc/qt-4.8/tutorials.html


Those are the best resources I can find at the moment, barring forums and whatnot. The Youtube videos aren't the best in quality (i.e., the recording screen is small), but they get the job done. It's actually really helped me, and there are even corrections posted by the author in the comments.
Soleone
Profile Joined April 2010
Canada80 Posts
December 27 2011 20:30 GMT
#2016
@mrafaeldie12

yes, you can use Ruby for desktop apps. It will mostly probably not have the most polished GUI, but the advantage is that you will be at least double as fast in development time than if you would be using C++ or something else lower level.

Here are two of the options I would consider:

- FXRuby: http://www.fxruby.org/doc/book.html
- Shoes: https://github.com/shoes/shoes

If you have more Ruby related questions don't hesitate to send me a PM
Soleone
Profile Joined April 2010
Canada80 Posts
December 27 2011 20:33 GMT
#2017
@kaihangkk

I would start with a high level language like Ruby or Python where you can concentrate on learning concepts rather than language specific syntax weirdness. Take a look at this little free book: http://pine.fm/LearnToProgram/
SiKStArCuE
Profile Joined April 2011
United States19 Posts
December 28 2011 21:22 GMT
#2018
Can someone please give me some good book references for topics on assembly language and computer networks?
enigmaticcam
Profile Blog Joined October 2010
United States280 Posts
Last Edited: 2011-12-29 18:28:38
December 29 2011 18:16 GMT
#2019
Anyone here familiar with the Knapsack problem? http://en.wikipedia.org/wiki/Knapsack_problem

I'm playing this PvP game that's very similar. You have a battleship with x number of weapon slots, limited capacity, and a large assortment of different types of weapons to fill those slots with, all with varying stats (including weight). I'm trying to write a program that will take your captain's stats, the number of weapon slots you have available, the max capacity your ship can hold, and all the possible weapons you can equip, and find the combination of weapons with the highest damage output. You can't just equip the highest damage possible for your level, because you will use up all your weight capacity before you use up all your weapon slots.

Of the solutions to the knapsack problem, the 0-1 solution is the closest to what I need. The problem is I have an additional constraint of limited number of weapons I can use (as many as weapon slots I have), plus I'm having a hard time interpreting the formula and understanding exactly what it's doing. Anyone have any experience with this kind of dynamic programming who might be able to help me out? I just need a better explanation of the formula so I can know how to implement it in my code. Thanks!

Edit: I think I understand the logic of the formula, but I can't quite get when it actually returns a value. Based strictly on what is written there, it seems to me like it will never actually produce a value until it gets down to the first item, in which case it would just produce 0. At some point you've gotta say, "ok, we don't need to go any further, just return this item's damage value", but I don't see when that would happen.
Shruikan998
Profile Joined April 2010
Canada11 Posts
December 29 2011 19:31 GMT
#2020
If I am looking to get into web design, and aim primarily to be self taught... What is the best language for me to learn to do this with?
Ive never seen plants grow out of a TOILET
Prev 1 99 100 101 102 103 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 15h 59m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 677
Hui .140
UpATreeSC 107
ProTech29
MindelVK 17
StarCraft: Brood War
Britney 21265
Calm 5525
ggaemo 224
Dewaltoss 141
Rock 26
Bale 23
Movie 23
soO 19
Shine 13
NaDa 9
Dota 2
qojqva2721
Counter-Strike
fl0m2201
byalli549
Other Games
Grubby3256
FrodaN1412
Beastyqt875
ceh9566
B2W.Neo459
mouzStarbuck286
Trikslyr174
ArmadaUGS151
Fuzer 131
Mew2King52
QueenE51
Organizations
Other Games
BasetradeTV106
StarCraft 2
angryscii 21
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• Dystopia_ 2
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• Migwel
• intothetv
• Kozan
• IndyKCrew
StarCraft: Brood War
• Azhi_Dahaki52
• FirePhoenix6
• Michael_bg 3
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV625
League of Legends
• Nemesis4603
Other Games
• imaqtpie852
• Shiphtur293
Upcoming Events
RSL Revival
15h 59m
Replay Cast
1d 5h
The PondCast
1d 15h
KCM Race Survival
1d 15h
WardiTV Map Contest Tou…
1d 16h
Gerald vs TBD
Clem vs TBD
ByuN vs TBD
Rogue vs MaxPax
ShoWTimE vs TBD
CranKy Ducklings
2 days
Escore
2 days
RSL Revival
2 days
WardiTV Map Contest Tou…
3 days
Universe Titan Cup
3 days
Rogue vs Percival
[ Show More ]
Ladder Legends
3 days
uThermal 2v2 Circuit
3 days
BSL
4 days
Sparkling Tuna Cup
4 days
WardiTV Map Contest Tou…
4 days
Ladder Legends
4 days
BSL
5 days
Replay Cast
5 days
Replay Cast
5 days
Wardi Open
5 days
Monday Night Weeklies
5 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-04-20
RSL Revival: Season 4
NationLESS Cup

Ongoing

BSL Season 22
ASL Season 21
CSL 2026 SPRING (S20)
IPSL Spring 2026
KCM Race Survival 2026 Season 2
StarCraft2 Community Team League 2026 Spring
WardiTV TLMC #16
Nations Cup 2026
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026

Upcoming

Escore Tournament S2: W4
Acropolis #4
BSL 22 Non-Korean Championship
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
Maestros of the Game 2
2026 GSL S2
RSL Revival: Season 5
2026 GSL S1
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
IEM Atlanta 2026
Asian Champions League 2026
PGL Astana 2026
BLAST Rivals Spring 2026
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.