No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Programmer
- Interests
- Coffee, Cigarettes, programming, Game Development, 3D, MMO games, sex, nightlife, Drum & Bass,…
12 Posted Topics
Re: Try to use echo mysql_error() just after mysql_query() function in order to see the actual MySQL error. | |
Re: I do not think that two people could have a good and full MMORPG. The creation engine - this is not the end. Where harder IMHO - to create an interesting and exciting game world, as well as providing a new idea. In all other MMORPG - bored quests "Kill … | |
Everybody hi. I need to swap elements of my std::vector container. For example, i have vector with values from 1 to 5; and i need to swap 2 with 3 (only nearby elements), that in result i'll have 1,3,2,4,5. In real world i don't have std::vector filled with numbers - … | |
Everybody hi! Last few days i was interested in one question: Does wxWidgets working well in KDE? Windows? [I]I know[/I], that i can read official wxWidgets site for posted issues, but actually i want to know your opinion about it! I looking for good UI for my apps, and i … | |
For example, i have char variable = "This is a simple text"; and i need to put word "Very" between "a" and "simple" How to do it using standart C library? | |
Hi all. I have dual monitors, and installed Ubuntu 8.04 (NVidia legacy video driver). So i want to do next thing: First monitor use for work (under Xs), and second monitor only for console (without starting X). It is possible, to do that thing? | |
Hi everybody! I have some questions related to database servers. I writing in C++ under GNU/Linux, and i need to use database in my app. Small description: My app will use database very hard, so i need faster database. And for now i need real advice. Which database to use? … ![]() | |
For example, i need my own compress format (like zlib). I need to standard archivers this Compress file does not open! What should I do? Can I do this with the help of zlib? Or slightly altering zlib? Or will have to write your compressor and decompressor? I hope I … | |
I have some number: [code] int i = 43; [/code] I need to divide this number in to two digits. For example - 43, to get a 4 and 3. Help me pls) | |
Re: Using their own computers much easier. Imagine if the need arises to update, run, stop, restart the server - all you have to do through the server-side peoples | |
Re: I encountered such a problem when one of our programmers, by pressing keys ESC (pause the game) disable the rendering. The engine was designed so that events are not intercepted when rendering was stopped (and this is quite logical). Try to arrange a pause in some other way. For example: … | |
Hello, I need to calculate the shortest path between two points with the ability to circumvent obstacles. Description tasks: PLAYING field is a 10x10 matrix (a unit of measurement - Cell) The player is in a 5x5 cell. It needs to be moved to a cell 8x9, but in different … |
The End.