Search found 10 matches
- Thu Feb 26, 2009 12:35 pm
- Forum: Programming Discussion
- Topic: Game Design Ebooks.
- Replies: 3
- Views: 4131
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...
- Thu Feb 26, 2009 12:12 pm
- Forum: Programming Discussion
- Topic: C++ isdigit command
- Replies: 38
- Views: 3587
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 ...
- Thu Feb 26, 2009 12:01 pm
- Forum: Game Development
- Topic: TRACKVERSE Alpha v0.1 now out for download @ trackverse.net
- Replies: 47
- Views: 14737
Re: Project Aftershock - Indie Multiplayer Sci Fi Racing Game
Nice, is this in DirectX ?
- Thu Feb 26, 2009 11:59 am
- Forum: Programming Discussion
- Topic: C++ isdigit command
- Replies: 38
- Views: 3587
Re: C++ isdigit command
a Goto statement should Never be used
- Mon Feb 23, 2009 1:12 pm
- Forum: Programming Discussion
- Topic: Shell Commands
- Replies: 1
- Views: 371
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 <...
- Sat Feb 21, 2009 9:32 pm
- Forum: Programming Discussion
- Topic: [Release] Programming Tutorials (PDF's)'
- Replies: 10
- Views: 1479
Re: [Release] Programming Tutorials (PDF's)'
Added OpenGL
- Sat Feb 21, 2009 8:26 pm
- Forum: Programming Discussion
- Topic: OpenGL or Direct X?
- Replies: 12
- Views: 1605
Re: OpenGL or Direct X?
Thanks for correcting me guys.
I guess my knowledge on the API's was a bit "clouded"
I guess my knowledge on the API's was a bit "clouded"
- Sat Feb 21, 2009 6:29 pm
- Forum: Programming Discussion
- Topic: [Release] Programming Tutorials (PDF's)'
- Replies: 10
- Views: 1479
[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...
- Sat Feb 21, 2009 6:23 pm
- Forum: Programming Discussion
- Topic: OpenGL or Direct X?
- Replies: 12
- Views: 1605
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...
- Sat Feb 21, 2009 6:01 pm
- Forum: Art, Music, and Design
- Topic: How did they make Sonic?
- Replies: 47
- Views: 38070
Re: How did they make Sonic?
ASM (Assembly) Most likely