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
~508 People Reached
Favorite Forums
Favorite Tags
c++ x 12
Member Avatar for jimmy.rocks1

i m trying to terminate a thread when it is executing . could anyone help me how to go about this... thanks, aravind

Member Avatar for Ancient Dragon
0
124
Member Avatar for jimmy.rocks1

Hi, I am having a problem in implementing multithreading in my program.i have a function which goes like this int x=NodesArray[2]->SendData(routeInfo,countDataPackets,pathInf); i want to call this function with the help of CreateThread and i did it this way hThread[0]=CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)NodesArray[2]->SendData(routeInfo,countDataPackets,pathInf),NULL,0,&dwID[i]); i just read some programs online and read microsoft visual c++ …

Member Avatar for jimmy.rocks1
0
116
Member Avatar for jimmy.rocks1

hi I am trying to write into a file which already has something in it. like for example i have x y z in the file and if i want to put k after x,y and z like x y z k. my code goes this way [code=c++] int main …

Member Avatar for vijayan121
0
103
Member Avatar for jimmy.rocks1
Member Avatar for jimmy.rocks1
0
81
Member Avatar for jimmy.rocks1

hi i implementing an algorithm where i broadcast packets in a network and i m doin it only c++. could any one help me in giving the code......

Member Avatar for Ancient Dragon
0
84