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
~805 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for YoavX

Hello, i've created a simple program for remote cmd. My friend wants to use it but the server of the remote console does not respond for his requests. the server is Vista and he has Windows 7. he tried to run both server and client as administrator. anyone knows why …

Member Avatar for wisaacs
0
102
Member Avatar for duuude

hi duude and welcome to daniweb. because c++ standard libraries dont gives any thread functions for timers, we need to know what's your operating system is. if its windows i'd be more than glad to help you

Member Avatar for jonsca
0
226
Member Avatar for YoavX

Hello, i've tried to use Windows sockets not in my LAN and i've noticed that every time my program starts it gets CPU overflowed weirdly [code=c] ProgramConfig myConfig = ExecuteServerConfig("config.ini"); WSAData wData; if(WSAStartup(MAKEWORD(2,2),&wData) == -1)return 0; sockaddr_in serveraddr; int sock = socket(AF_INET,SOCK_STREAM,IPPROTO_TCP); serveraddr.sin_port = htons(myConfig.Port); serveraddr.sin_addr.s_addr = inet_addr(myConfig.Server); serveraddr.sin_family = …

Member Avatar for Aranarth
0
147
Member Avatar for deez2183

hmm it does looks like you were lost :) its not so hard. looks like you haven't failed in creating the structure. the big bug is that the class "GradeBook" doesn;t knows any variable called StudentRecord. After declaring a struct it acts almost like a variable: you can write: StudentRecord …

Member Avatar for jonsca
0
270
Member Avatar for YoavX

Hi there! im trying to get whatever is displayed on my screen and insert it into a metafile. how can i do that?

Member Avatar for Ancient Dragon
0
60

The End.