- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
Re: 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 … | |
Re: 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 . | |
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 … | |
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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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). | |
Re: 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. | |
Re: I think xruler might be of some help. it can be found [URL="http://www.ishiboo.com/~nirva/Projects/xruler/"]here[/URL] |
The End.