• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 11:04
CET 17:04
KST 01:04
  • 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
TL.net Map Contest #21: Winners8Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
Starcraft, SC2, HoTS, WC3, returning to Blizzcon!33$5,000+ WardiTV 2025 Championship6[BSL21] RO32 Group Stage4Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win9
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" TL.net Map Contest #21: Winners Starcraft, SC2, HoTS, WC3, returning to Blizzcon! 5.0.15 Patch Balance Hotfix (2025-10-8) Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win
Tourneys
$5,000+ WardiTV 2025 Championship Sparkling Tuna Cup - Weekly Open Tournament Constellation Cup - Main Event - Stellar Fest Merivale 8 Open - LAN - Stellar Fest Sea Duckling Open (Global, Bronze-Diamond)
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
BW General Discussion [ASL20] Ask the mapmakers — Drop your questions [BSL21] RO32 Group Stage BGH Auto Balance -> http://bghmmr.eu/ SnOw's ASL S20 Finals Review
Tourneys
[Megathread] Daily Proleagues [ASL20] Grand Finals [BSL21] RO32 Group B - Sunday 21:00 CET [BSL21] RO32 Group A - Saturday 21:00 CET
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Stormgate/Frost Giant Megathread Dawn of War IV Nintendo Switch Thread ZeroSpace Megathread General RTS Discussion Thread
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 Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine YouTube Thread Dating: How's your luck?
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 Formula 1 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
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Why we need SC3
Hildegard
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1696 users

The Big Programming Thread - Page 43

Forum Index > General Forum
Post a Reply
Prev 1 41 42 43 44 45 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.
dvide
Profile Joined March 2010
United Kingdom287 Posts
March 22 2011 00:44 GMT
#841
On March 22 2011 00:45 japro wrote:
Show nested quote +
On March 22 2011 00:32 Hoon wrote:
Hey folks!
I'm an Electronical Engineering undergrad. We have to develop a game in C++ as our Programming project. Our teacher suggested using Dev C++ as the compiler and Allegro as the graphical ibrary. I'm wondering if there are any better library that I can use in Visual Studio (would love something easy to use and that doesn't conflict with Threads like Allegro does).
Thanks in advance!


I'm a big fan of SFML. Does pretty much everything you need in a very straight forward way (no setting up of 13 contexts just to load a picture etc.).

Agreed. From my experience it's a lovely little library. If you're using C++ I'd recommend it over SDL.

On March 22 2011 09:05 Manit0u wrote:
Hasn't Dev-C++ been obsolete since like 2005 (at least that's the last time it has been supported/released) and replaced with wxDev-C++ later on?

Yes, there is no reason to still use it when Code::Blocks, wxDev-C++ and Visual C++ Express exist.
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
Last Edited: 2011-03-22 15:11:50
March 22 2011 14:59 GMT
#842
I'm looking to create a plugin/extension for browsers (atleast IE OR chrome, but both/more is good) which will perform voice capture and sending/playback of voice streams. I've been looking into creating an applet, since I can just run Java code.

1) Besides an applet, what other technologies can be used? I've looked at Flash, but does it support RTP/RTCP and SIP stacks? That can be found in Java atleast, I'm fairly certain.
I've read that HTML 5 has built-in support for audio/video, but that is not available now.

2) What limitations exist for Applets compared to 'regular' Java programs?

3) I'm not sure of the term 'webbrowser plugins'. Just what is it? Javascript? Does each webbrowser have an API for developing plugins? What are the limitations of plugins? Any examples of plugins (toolbars)?
Is there any good documentation/resources? I can't find any.

4) what is the technology powering, like, youtube? It must be related.

Webtechnoglogy is painful for a C/C++ programmer
England will fight to the last American
Craton
Profile Blog Joined December 2009
United States17264 Posts
March 22 2011 15:55 GMT
#843
YouTube appears to still be Adobe Flash, although I remember hearing about a plan to migrate to HTML 5.
twitch.tv/cratonz
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
Last Edited: 2011-03-22 16:15:24
March 22 2011 16:07 GMT
#844
Is it all done in flash? What about RTP and SIP, does flash have support for that? If not, is it possible to add it using some kind of plugin or do you HAVE to rely on features native to the Flash Player?
England will fight to the last American
TheBB
Profile Blog Joined July 2009
Switzerland5133 Posts
Last Edited: 2011-03-22 18:37:51
March 22 2011 18:36 GMT
#845
Did we do this yet?

Relevant reading material.

Poll: Indentation style

Allman (430)
 
55%

K&R (332)
 
42%

Whitesmith (24)
 
3%

786 total votes

Your vote: Indentation style

(Vote): K&R
(Vote): Allman
(Vote): Whitesmith



BTW OP: Here are some Haskell links for the OP.
http://book.realworldhaskell.org/read/
http://learnyouahaskell.com/chapters
http://aligulac.com || Barcraft Switzerland! || Zerg best race. || Stats-poster extraordinaire.
tofucake
Profile Blog Joined October 2009
Hyrule19151 Posts
March 22 2011 19:00 GMT
#846
1. OP Updated
2. Allman is clearly the best, although the space before the opening parenthetical is not something I do.
Liquipediaasante sana squash banana
Valenius
Profile Joined September 2010
United Kingdom1266 Posts
March 22 2011 19:00 GMT
#847
Speaking from a newbies perspective, the Allman style seems easier to on the eyes (and is how i lay mine out)
Disregard
Profile Blog Joined March 2007
China10252 Posts
March 22 2011 19:07 GMT
#848
+1 for Allman, brace alignment nightmare.
"If I had to take a drug in order to be free, I'm screwed. Freedom exists in the mind, otherwise it doesn't exist."
sidesprang
Profile Joined January 2009
Norway1033 Posts
March 22 2011 19:46 GMT
#849
Allman ftw, more space is almost always better in my oppinion.

Float like a butterfly, sting like a bee.
kingcoyote
Profile Blog Joined May 2010
United States546 Posts
March 22 2011 19:52 GMT
#850
I use 1TBS, since Allman has some unpredictable issues with some of the languages I use. For example, Allman in JavaScript may cause implicit semicolons to do things that are undesirable:

return
{
"foo":"bar"
};

is not the same as

return {
"foo":"bar"
};
sur_reaL
Profile Joined April 2010
Canada278 Posts
March 22 2011 19:55 GMT
#851
Allman
It's just so much more clean and easy to read imo.
http://www.youtube.com/watch?v=lH3hrtp1T84
tofucake
Profile Blog Joined October 2009
Hyrule19151 Posts
March 22 2011 20:43 GMT
#852
On March 23 2011 04:52 visual77 wrote:
I use 1TBS, since Allman has some unpredictable issues with some of the languages I use. For example, Allman in JavaScript may cause implicit semicolons to do things that are undesirable:

return
{
"foo":"bar"
};

is not the same as

return {
"foo":"bar"
};

In which case you do return { 'foo': 'bar' }; and your problem is solved. Since the curly braces aren't being used to open and close a block of code, but rather to describe a set of parameters, they follow different rules.
Liquipediaasante sana squash banana
kingcoyote
Profile Blog Joined May 2010
United States546 Posts
March 22 2011 21:03 GMT
#853
On March 23 2011 05:43 tofucake wrote:
Show nested quote +
On March 23 2011 04:52 visual77 wrote:
I use 1TBS, since Allman has some unpredictable issues with some of the languages I use. For example, Allman in JavaScript may cause implicit semicolons to do things that are undesirable:

return
{
"foo":"bar"
};

is not the same as

return {
"foo":"bar"
};

In which case you do return { 'foo': 'bar' }; and your problem is solved. Since the curly braces aren't being used to open and close a block of code, but rather to describe a set of parameters, they follow different rules.


That's true, but in the case of a large object being returned, it can get pretty awkward.

I've also never been that great at knowing exact rules on these well known standards, so I'm not surprised that there are different rules involved.
Oracle
Profile Blog Joined May 2007
Canada411 Posts
March 22 2011 21:04 GMT
#854
A CS/Programming Blog I posted a while ago. Maybe some of you will enjoy it.
Kentor *
Profile Blog Joined December 2007
United States5784 Posts
March 22 2011 21:22 GMT
#855
i get irritated when i read anything but Allman style braces

and i try to avoid braces all together if I can in C
astroorion
Profile Blog Joined September 2010
United States1022 Posts
March 22 2011 23:26 GMT
#856
Hey, I'm hoping this is allowed, if anyone is looking into getting into some Web Programming and needs a free web host, just sign up here http://www.000webhost.com/429635.html. I have used them since October, and have had no problems, and I will get payed for each sign up and once it hits 20 signups, they will pay me the $100 (They only give money out in $100 increments) which will be donated to TeamLiquid and can be used a their discretion or donated to a charity of their choice. Thanks!
MLG Admin | Astro.631 NA
KaiserJohan
Profile Joined May 2010
Sweden1808 Posts
March 23 2011 19:31 GMT
#857
Anyone have any other input on the questions I posted?
England will fight to the last American
dogmeatstew
Profile Joined April 2010
Canada574 Posts
March 23 2011 19:48 GMT
#858
On March 22 2011 23:59 KaiserJohan wrote:
I'm looking to create a plugin/extension for browsers (atleast IE OR chrome, but both/more is good) which will perform voice capture and sending/playback of voice streams. I've been looking into creating an applet, since I can just run Java code.

1) Besides an applet, what other technologies can be used? I've looked at Flash, but does it support RTP/RTCP and SIP stacks? That can be found in Java atleast, I'm fairly certain.
I've read that HTML 5 has built-in support for audio/video, but that is not available now.


Flash is a big one, PHP is pretty powerful for all things web related but I don't have enough experience to be of any real help with it. I believe that most browsers have some from of API yes, I at least know that you can make FF extensions with javascript...

2) What limitations exist for Applets compared to 'regular' Java programs?

Not alot... you have fewer and way more awkward UI options (at least in my opinion). I personally found writing java apps to be a pain but in terms of actual underlying java functionality nothing is missing particularly, at least not on a base level. Awkward though.

3) I'm not sure of the term 'webbrowser plugins'. Just what is it? Javascript? Does each webbrowser have an API for developing plugins? What are the limitations of plugins? Any examples of plugins (toolbars)?
Is there any good documentation/resources? I can't find any.


I'm pretty sure that both Mozilla and Google have fairly extensive tutorials on their API's for various things (though you might have to wade your way though the huge number of API's that google has...) If you just go look through the mozilla site I seem to recall that there's a developers corner somewhere in there. Also most if not all add-ons are open source so take a look at some source.

4) what is the technology powering, like, youtube? It must be related.

Webtechnoglogy is painful for a C/C++ programmer


def flash.
Deleted User 101379
Profile Blog Joined August 2010
4849 Posts
Last Edited: 2011-03-24 07:30:19
March 24 2011 07:27 GMT
#859
On March 24 2011 04:48 dogmeatstew wrote:

Show nested quote +
4) what is the technology powering, like, youtube? It must be related.

Webtechnoglogy is painful for a C/C++ programmer


def flash.


I would actually guess that YouTube has more Javascript Code in the Website than Flash (ActionScript) Code in their Player.
For anyone doing any Web work, Javascript is a definite must-know. If you work with it for a while and also do OOP you notice that it's actually quite a powerful language, it just has a bad reputation because of some parts that are browser/implementation dependant, but if you combine it with frameworks like jquery, the browser/implementation dependant parts are abstracted away.
JavaScript just has a different paradigm than Object-Oriented, Procedural or Functional Languages - it's called a Prototyping Language - and it's hard to wrap your mind around it when you are too used to the classical styles.


On March 23 2011 00:55 Craton wrote:
YouTube appears to still be Adobe Flash, although I remember hearing about a plan to migrate to HTML 5.


YouTube has support for HTML5, just google for "YouTube" and "HTML5" and you will find some links that tell you how to reach it. However, since many people still have older browsers - yes, IE6 is still around and sadly at large - YouTube defaults to Flash for compatibility.
Silmakuoppaanikinko
Profile Joined November 2010
799 Posts
March 24 2011 07:55 GMT
#860
On March 22 2011 00:32 Hoon wrote:
Hey folks!
I'm an Electronical Engineering undergrad. We have to develop a game in C++ as our Programming project. Our teacher suggested using Dev C++ as the compiler and Allegro as the graphical ibrary. I'm wondering if there are any better library that I can use in Visual Studio (would love something easy to use and that doesn't conflict with Threads like Allegro does).
Thanks in advance!
Did your teacher honestly call Dev C++ a 'compiler'? I hope not, that'd shed even worse light on these programming classes than they already have?

I can't answer your Q by the way, I'm just curious if your teacher really doesn't know the difference between an IDE and a compiler. Dev C++ uses a win specific port of the GCC compiler as far as I know but there is no reason it can't be linked to any other compiler.

Dev C++ has somewhat of a bad reputation by the way as some others have noted, I wouldn't know, never used it.
Workers and town centres are the ultimate counter to turtles.
Prev 1 41 42 43 44 45 1032 Next
Please log in or register to reply.
Live Events Refresh
Next event in 1h 56m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 572
BRAT_OK 90
Codebar 41
Livibee 31
StarCraft: Brood War
Jaedong 1495
GuemChi 1465
EffOrt 1325
Stork 698
Light 607
Larva 417
Snow 411
Mini 356
Rush 223
Barracks 222
[ Show more ]
Leta 119
hero 112
sSak 111
JYJ47
Aegong 37
Backho 34
sorry 29
zelot 26
soO 23
Terrorterran 16
HiyA 15
scan(afreeca) 12
Bale 9
Dota 2
qojqva3422
420jenkins258
syndereN218
Other Games
singsing2199
Sick375
DeMusliM352
crisheroes342
Lowko284
Hui .257
Liquid`VortiX150
oskar109
KnowMe96
XcaliburYe58
QueenE29
Trikslyr17
Organizations
Counter-Strike
PGL201
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Michael_bg 4
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 2491
• WagamamaTV466
League of Legends
• Nemesis4280
• Jankos3067
• TFBlade809
Upcoming Events
LAN Event
1h 56m
Lambo vs Harstem
FuturE vs Maplez
Scarlett vs FoxeR
Gerald vs Mixu
Zoun vs TBD
Clem vs TBD
ByuN vs TBD
TriGGeR vs TBD
Korean StarCraft League
10h 56m
CranKy Ducklings
17h 56m
IPSL
1d 1h
dxtr13 vs OldBoy
Napoleon vs Doodle
LAN Event
1d 1h
BSL 21
1d 3h
Gosudark vs Kyrie
Gypsy vs Sterling
UltrA vs Radley
Dandy vs Ptak
Replay Cast
1d 6h
Sparkling Tuna Cup
1d 17h
WardiTV Korean Royale
1d 19h
IPSL
2 days
JDConan vs WIZARD
WolFix vs Cross
[ Show More ]
LAN Event
2 days
BSL 21
2 days
spx vs rasowy
HBO vs KameZerg
Cross vs Razz
dxtr13 vs ZZZero
Replay Cast
2 days
Wardi Open
2 days
WardiTV Korean Royale
3 days
Replay Cast
4 days
Kung Fu Cup
4 days
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
Tenacious Turtle Tussle
5 days
The PondCast
5 days
RSL Revival
5 days
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
5 days
WardiTV Korean Royale
5 days
RSL Revival
6 days
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
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
Stellar Fest: Constellation Cup
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

Upcoming

BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
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.