Page 1 of 3

Coding Resources

PostPosted: Sun Apr 15, 2007 9:32 pm
by Forceflow

PostPosted: Sun Apr 15, 2007 9:33 pm
by Forceflow
(ok, so this is the final version ... someone sticky it please.)

PostPosted: Sun Apr 15, 2007 9:33 pm
by Sorrow
Now THAT is useful!
many thanks!
finally something on coding.

PostPosted: Sun Apr 15, 2007 11:34 pm
by Forceflow
Thanks to the peeps who contributed in this thread.

PostPosted: Sat Apr 28, 2007 4:02 am
by Sauce

PostPosted: Sun Apr 29, 2007 6:03 am
by YokaI
Java:
Introductin to Java
Java Tutorials
Java FAQs & Tutorials

Question: Is this forum open to all coding? Such as HTML, C and Java? (If yes to java, put this in the sticky main post.)

PostPosted: Sun Apr 29, 2007 6:25 am
by ChopperDave
HL2 Coding

Probably not as useful as it sounds. The community seems rather inactive, and I'm fairly sure that the forums aren't even managed anymore.

PostPosted: Sun May 06, 2007 9:34 pm
by Forceflow
YokaI wrote:Question: Is this forum open to all coding? Such as HTML, C and Java? (If yes to java, put this in the sticky main post.)


I suppose it's pretty cool for Java and C questions too, but HTML is a markup language, strictly.

PostPosted: Sat Nov 10, 2007 12:50 pm
by rb_lestr
Tools

DirectX SDK (required)
Platform SDK (required)


Why are there required if someone doesn't mind explaining that?

PostPosted: Sat Nov 10, 2007 6:55 pm
by ChopperDave
Platform SDK = Windows libraries so it can perform any OS commands it needs.

DirectX SDK = Because you're compiling DirectX code for the graphics. Without this, it has no idea what any of the DirectX classes are like surfaces, devices, etc.

PostPosted: Sat Nov 10, 2007 7:05 pm
by rb_lestr
ChopperDave wrote:Platform SDK = Windows libraries so it can perform any OS commands it needs.

DirectX SDK = Because you're compiling DirectX code for the graphics. Without this, it has no idea what any of the DirectX classes are like surfaces, devices, etc.


Great, thanks Dave.

PostPosted: Sat Nov 10, 2007 9:56 pm
by punky
Thanks for the links, it helped me a lot.

Re: Coding Resources

PostPosted: Sun Jan 06, 2008 8:54 am
by BrokenTripod
HL2coding.com is dead, last I checked. It just says "TEST"

Not sure if you want to remove it.

Re: Coding Resources

PostPosted: Sat Jan 12, 2008 8:21 pm
by Forceflow
I added a notice.

Re: Coding Resources

PostPosted: Tue Apr 01, 2008 11:16 pm
by sjheiss
I love all the tutorials here, but the GUI coding tutorial is way out of date, and won't compile on newer programs. I found a good one here, that's mostly the same, but with working source code, and better descriptions, IMO.

http://www.relisoft.com/win32/winnie.html