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
~1K People Reached
About Me

i am a c/c++ software developer

Interests
c/c++ networking protocols,application back end
PC Specs
windows xp
Favorite Forums
Favorite Tags
c++ x 8
c x 4
Member Avatar for simply_viks

hello, i am having an array having 16 values char index[16]={1,2,3,4,5,6,7,8,9,10,12,13,14,15,16}. my question is i want to store the first,4th,8th and 12th value in arrar A (ie A[0]=1,A[2]=5,A[3]=9,A[4]=13). the 2nd,6th,10th and 14th in array B. the 3rd,7th,11th,15 in array C. the 4th 8th, 12th 16th in array D please help. …

Member Avatar for simply_viks
0
91
Member Avatar for simply_viks

hello. i am working on the i/p file which will have object name=value.have any no of i/ps given by user. the value has to be updated each time a new value is entered in CLI. can i overwrite the value with some greater size value????????????? without using the tepmfile??i understand …

Member Avatar for simply_viks
0
221
Member Avatar for simply_viks

please send me n example for string concatination using ACE ACE_CString.. thanks.

Member Avatar for hvalola
0
84
Member Avatar for simply_viks

hoy to get the size of array all initialised to as char pste_msg[64]= {1,2,4,5,6,8,6,5}; memset(pste_msg,0,64); sizeof(pste_msg) is giving 64 any help???????? thanks.

Member Avatar for hillstone_softw
0
168
Member Avatar for simply_viks

how to connect multiple clients to a single server....??? i hv a server and a client connected to each othr. and sending and receving data. through tcp/ip proto. now i want to make connections with other clients also. plz help me..

Member Avatar for Ancient Dragon
0
144
Member Avatar for BlackPhoenix

Hi everybody. As of now, my server will accept clients in a loop, and will pass those clients off into a new windows thread. Inside the thread, the server will be able to receive any data each client may send. When a client connects, the clientsConnected variable increments. So when …

Member Avatar for simply_viks
0
351
Member Avatar for simply_viks

when m compiling my program in vs version 8.it is giving following error. error C2086: 'DWORD WINIPI' : redefinition see declaration of 'WINIPI' error C4430: missing type specifier - int assumed. Note: C++ does not support default-int Included header: <Psapi.h> C++ Linker Additional Dependencies: "Psapi.lib" #define DPSAPI_VERSION (1). any help.... …

Member Avatar for Fbody
0
97