Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~2K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for tomtetlaw

Is it 2d/3d ??? If it is 2d then create a line factoring in the angle of the gun and other variables don't draw it on the screen, just keep track of the end point. In the current frame if the user click on the FIRE button, before rendering the …

Member Avatar for green_frog
0
155
Member Avatar for gsingh2011

C++ meta programming That's just my opinion, by the way. I have no clue if C# has it, the extent to which it is supported, etc .

Member Avatar for d0pedup
0
296
Member Avatar for d0pedup

Firstly, this is my first "project" involving code written by others, on top of which no experience dealing with any framework. Given this information, how do i understand a framework. Also, Very little documentation is available ATM. I tried to use a top down approach i end up accomplishing very …

Member Avatar for d0pedup
0
86
Member Avatar for d0pedup

I'm from a C background and need help with the following lines of code [CODE] struct IGame { // Summary // Entry function used to initialize a new IGame of a GameMod // Parameters // pGameFramework - a pointer to the game framework, from which a pointer of ISystem can …

Member Avatar for d0pedup
0
194
Member Avatar for 1bennyd

I didn't read your code but from what i have gathered you want to create a Database like operation. For varying width operations why don't you go for a solution on similar lines <row> <field1> XXXXXXXXX </field1> <field2> XXXX </field2> </row> <field1> ... keep in mind this is just a …

Member Avatar for d0pedup
0
152
Member Avatar for coolbuddy059

My two cents, i have been programming for 3-4 years now and i dont dare call myself a hacker. Learn to program using C, ASM (both for win32 and Linux). Learn how an operating system of your choice works and suddenly you will know what there is to know.

Member Avatar for boB_K7IQ
-3
127
Member Avatar for k2k

Which IP address did you use. Remember you should probably take into account NAT. Also did you see the website when you did [url]http://locahost[/url] (presuming you have apache listening to localhost requests).

Member Avatar for slacke
0
161
Member Avatar for manojn1979

I'm no expert in socket programming, but i think these functions might be of some use. [CODE] send() to send data recv() to receive data [/CODE] Hope i helped.

Member Avatar for manojn1979
0
156
Member Avatar for rlp1938

I think xruler might be of some help. it can be found [URL="http://www.ishiboo.com/~nirva/Projects/xruler/"]here[/URL]

Member Avatar for d0pedup
0
226

The End.