No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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. …
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 …
please send me n example for string concatination using ACE ACE_CString.. thanks.
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.
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..
bt if the client1 want to send the msg to client2......through server is it possible..??
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.... …
The End.
simply_viks