Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
About Me

Programmer

Interests
Coffee, Cigarettes, programming, Game Development, 3D, MMO games, sex, nightlife, Drum & Bass,…
Favorite Tags
c++ x 10
c x 2
php x 1

12 Posted Topics

Member Avatar for mtvaran

Try to use echo mysql_error() just after mysql_query() function in order to see the actual MySQL error.

Member Avatar for mtvaran
0
121
Member Avatar for PirateTUX

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 …

Member Avatar for PirateTUX
0
96
Member Avatar for crioto

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 - …

Member Avatar for crioto
0
93
Member Avatar for crioto

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 …

Member Avatar for NicAx64
0
109
Member Avatar for crioto

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?

Member Avatar for ajay.krish123
0
85
Member Avatar for crioto

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?

0
89
Member Avatar for crioto

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? …

Member Avatar for iamthwee
0
57
Member Avatar for crioto

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 …

Member Avatar for Duoas
0
91
Member Avatar for crioto

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)

Member Avatar for crioto
0
89
Member Avatar for Pker

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

Member Avatar for PirateTUX
0
82
Member Avatar for CoolGamer48

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: …

Member Avatar for prushik
0
363
Member Avatar for crioto

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 …

Member Avatar for MattEvans
0
198

The End.