- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
High School
- Interests
- Programming and playing Bass
Re: Sad really that they could have just hired a couple of white hats and got it fixed in the beginning. At least Sanjib Mitra is a good guy and didn't release this to all the underground sites out there. He would have been "the dude" if he did though. | |
Re: [URL]http://www.cgempire.com/forum/showthread.php?t=379[/URL] This tutorial isn't 100% complete but the author goes into great detail in explaining what you're doing. Makes a really good First Game. You will have a ASCII rpg game by the time you complete it. I expect the 5th part to be completed soon. This is also a … | |
Re: This is the dumbest thing I have ever heard. I'm going to avoid PC World from now on. | |
Re: [CODE=cpp]#include <iostream> using namespace std; int main() { cout << "\104\157\40\171\157\165\162\40\157\167\156\40\150\157\155\145\167\157\162\153\41" << endl; return 0; }[/CODE] \104\157\40\171\157\165\162\40\157\167\156\40\150\157\155\145\167\157\162\153\41 is a special bitmask that will count alphanumerical characters and spaces and print them out. You're welcome | |
Re: 16 days and no reply... Well first you need to learn HTML and CSS. After you've made a few web pages (don't have to be hosted just for practice) learn something like javascript and make small games like "click the button". When you've become decent with JS, start planning your … | |
Re: increase prices for everyone to accommodate idiots First rule of the universe ;) | |
Re: I think it is $2 billion | |
Re: So subscribers pay more and don't even get the service? Man I'd be pissed... | |
Re: This is about the time in this wolrd where we should just fall back to zero. | |
Re: You mean congress is actually going to do something useful? | |
Re: I'm guessing you actually have ... in your source instead of actual code. a and c are not anywhere to be found. Provide the full source code and we can help you. Also, use code tags and void main is now int main. | |
Re: [code=python] if event.type == QUIT: exit() elif event.type == KEYDOWN: if event.key == K_ESCAPE: exit() [/code] [URL="http://www.pygame.org/docs/ref/key.html"]List of pygame keys[/URL] | |
Re: [URL="http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html"]http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html[/URL] [URL="http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-one.zip"]Direct link to Volume 1[/URL] [URL="http://www.mindviewinc.com/downloads/TICPP-2nd-ed-Vol-two.zip"]Direct link to Volume 2[/URL] These books should be perfect for you. Volume 1 may cover some topics you already know, but it also covers namespaces, templates, and polymorphism. Volume 2 teaches you the Standard C++ Library and the Standard Template Library. [URL="http://www.cplusplus.com/reference/"]Reference to … | |
Re: [QUOTE=ariesangel;735765]hello. thanxs. can u pls conform this equation : any no from 0 to 9 are used and after module and add 1 store in x[i]. pls reply.[/QUOTE] [URL="http://www.catb.org/~esr/faqs/smart-questions.html#writewell"]Use correct grammar[/URL] [URL="http://www.cplusplus.com/reference/clibrary/cstdlib/rand.html"]How to use rand()[/URL] | |
Re: [URL="http://reinerstileset.4players.de/buildingsE.html"]Reiner's tilesets[/URL] There's some isometric buildings. Check out his other stuff too. Has a tutorial on making isometric images also. EDIT: Just realized i brought up this dead cat without thinking. Sorry. | |
Re: [QUOTE=Ancient Dragon;608235]..., but you can't do OpenGL without the WinAPI.[/QUOTE] Linux! :twisted: | |
Re: [URL="http://www.cplusplus.com/doc/tutorial/classes.html"]http://www.cplusplus.com/doc/tutorial/classes.html[/URL] Very bottom of page, second to last section. Basically screen is a pointer that points to a class and you directly access it through ->. Could be a struct instead of a class but you get the point. | |
Re: Never have and never will try cigs/drugs, but Jack Daniels is my friend! | |
Re: When I was younger, I loved Duke Nukem 64. The sounds of bots screaming when you shoot them with the shotgun is hilarious. Now I can't get enough of Morrowind. | |
Re: This is a game development forum not a game help forum. You also may get more help at one of that game's fan sites anyway. | |
Re: You should also look at AllegroGL. It allows you to use all the useful features of Allegro (SDL and Allegro are alike) and OpenGL together. I use it because I already know Allegro. (Hopefully this doesn't start an Allegro vs. SDL war) | |
Re: My mostly incorrect but simpler answer: "It clears the screen." Again that is probably not a good answer but a person new to 3D may find it useful... | |
Re: I say look at examples for both and decide what you want. Learn the other one later on after you've mastered the first. Knowledge on both can't ever hurt because who knows what will be there 10 years later (look at Glide) -Grigor P.S. - s.o.s knows what he is … | |
Re: [quote=jbennet;359115]Yeah, I myself learnt VB then C# (works sorta similar to VB but with C++ style code) then C++.[/quote] I followed this exact same route accept i never got deep into VB. If you want a "real job" with creating games then learn C++ | |
Re: [quote=jbennet;357493]It ought to work in FF2 if you have got flash.[/quote] Gives you a crappy little page telling you to use IE when you use FF2 |