April 14th, 2009 01:31 PM
Ahh. My mistake.. Thanks!
April 14th, 2009 01:52 AM
Thanks, But I'm not starting a project with it, I just wanted to see if I could make it. xD
Brushing up on my math lol.
I solved the problem now. :)
Turns out the Math.sin and Math.cos was...
April 13th, 2009 08:08 PM
I'm trying to draw a line from one point to another. This seems to work ok on 45 degree angles other than the distance is still wrong. But if the angle is not 45 degrees it goes wack.
<html>...
March 23rd, 2009 01:59 AM
I have had a time trying to use an unsigned driver. Is there no way around this?? Not including F8??
This digitally signed stuff is complete bull crap. Whats up with it?? Another one of microsoft...
February 17th, 2009 11:01 PM
Well never mind guys. Ive decided to go multi threaded.
1) Threads are easy to create.
2) Doing multiple connections with select get real complicated with just simple server features.
3)...
February 17th, 2009 04:34 PM
Every website I go to gives FireFox's console errors. So I doubt anything is wrong with your code.
Plus it all looks valid.
February 17th, 2009 03:12 PM
It compiles fine, though I'm not sure if I'm doing everything right.
All I have is the server right now. It's a blocking socket, though it uses select, so it doesn't really block.
#include...
December 17th, 2008 11:15 PM
@Russco:
Well theres no point in anyone using mine because it sends it to my server.
And who ever that knows how to make it work for them, I would think, knows how to make a keylogger anyway.
...
December 16th, 2008 09:34 PM
Here's my key loggers source:
"attachment"
It was when I was real new to c++ though so the way I included files was kinda weird.
BTW:
Your responsible with this not me, and if you compile this...
December 16th, 2008 09:14 PM
I found out how to use the select() function, or at least I think I have. It allows the loop to keep going and then receive something when there is something to receive.
Here's the Server:
//...
November 29th, 2008 12:32 AM
***** retrieve flags
c eval flags = fcntl(sock: F_GETFL)
c if flags < 0
C* handle error "unable to retrieve descriptor...
November 27th, 2008 08:48 PM
You sure about MSG_DONTWAIT? I get undeclared identifier.
Thanks.
November 27th, 2008 02:46 PM
Yeah like jarro said. What do I do to fix this problem?
November 27th, 2008 01:32 AM
Any game books you suggest?
Also I probably need to know a little more math like trig.
I'm only 16 so Id say I'm pushing a little, going into trig. :D
Oh and btw, I think I know what 1000.0f /...
November 27th, 2008 01:16 AM
I'm just making a simple socket program that the client can send strings to the server.
Server:
#include <iostream>
#include <winsock2.h>
int main()
{
November 15th, 2008 01:47 AM
What does / by float do?
And also, Do I put this in the main while loop before the render function, or do I put it in the frame rending function?
Thanks.
November 11th, 2008 03:12 PM
How Would I go about timing how fast my game runs no matter the frame rate speed?
Limiting Frame speed does work, but I don't think frame speed is reliable on such an important aspect of game...
November 3rd, 2008 08:10 PM
No luck.... This is what I'm getting when I don't link to libmysql.lib and link to mysqlclient.lib:
1>Generating Code...
1>Linking...
1>LIBCMTD.lib(dbgheap.obj) : error LNK2005:...
November 2nd, 2008 06:15 PM
All right, Ill try messing with it and see what I get. Ill reply back on where I'm at then.
Thanks.
November 2nd, 2008 05:48 PM
I said if don't link to libmysql.lib I get unresolved externals link errors....