Search found 10 matches

by Frosty
Thu Feb 26, 2009 12:35 pm
Forum: Programming Discussion
Topic: Game Design Ebooks.
Replies: 3
Views: 3843

Game Design Ebooks.

Big pack of ebooks for game developers. Currently uploading 3D Computer Graphics - A Mathematical Introduction with OpenGL.pdf 3D Game Engine Architecture.pdf 3D Game Engine Design .pdf 3D Game Engine Programming .pdf 3D Game Programming All In One.pdf 3D Geometry Tuts.rar 3D Math Primer for Graphic...
by Frosty
Thu Feb 26, 2009 12:12 pm
Forum: Programming Discussion
Topic: C++ isdigit command
Replies: 38
Views: 2647

Re: C++ isdigit command

a Goto statement should Never be used see this is what angers me. you learnt that from one of your subpar professors or some shitty online text. i agree that goto should not be used to get out of a programatical error, by gotos are perfectly fine to use. if you program in assembly you use them all ...
by Frosty
Thu Feb 26, 2009 11:59 am
Forum: Programming Discussion
Topic: C++ isdigit command
Replies: 38
Views: 2647

Re: C++ isdigit command

a Goto statement should Never be used
by Frosty
Mon Feb 23, 2009 1:12 pm
Forum: Programming Discussion
Topic: Shell Commands
Replies: 1
Views: 284

Shell Commands

Okay, I wrote a basic program for shell commands. Since alot of people were asking me how to do it. This is a great reference for all you guys wanting to learn how to execute Shell commands in c++ #include <iostream> #include <unistd.h> int main() { int rv = system("ls -l ~/"); std::cout <...
by Frosty
Sat Feb 21, 2009 8:26 pm
Forum: Programming Discussion
Topic: OpenGL or Direct X?
Replies: 12
Views: 1196

Re: OpenGL or Direct X?

Thanks for correcting me guys.
I guess my knowledge on the API's was a bit "clouded"
by Frosty
Sat Feb 21, 2009 6:29 pm
Forum: Programming Discussion
Topic: [Release] Programming Tutorials (PDF's)'
Replies: 10
Views: 858

[Release] Programming Tutorials (PDF's)'

I've been gathering free PDF tutorials for nearly ever language and have uploaded them to my media fire accout. I These tutorials is a great way to get you started into programming. Tutorials Uploaded So far So far, I've uploaded tutorials for Visual Basic C# C C++ ( Currently being uploaded ) PHP/M...
by Frosty
Sat Feb 21, 2009 6:23 pm
Forum: Programming Discussion
Topic: OpenGL or Direct X?
Replies: 12
Views: 1196

OpenGL or Direct X?

The topic is a Rhetorical Question. I'm going to express my opinion on DirectX and OpenGL and I'll tell you which one ( in my opinion ) is the better game API. Let's start off with DirectX. Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to m...
by Frosty
Sat Feb 21, 2009 6:01 pm
Forum: Art, Music, and Design
Topic: How did they make Sonic?
Replies: 47
Views: 31733

Re: How did they make Sonic?

ASM (Assembly) Most likely