No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
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 …
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
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 = …
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 …
Hi there! im trying to get whatever is displayed on my screen and insert it into a metafile. how can i do that?
The End.
YoavX