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
~295 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for adamomo

Hi I am trying to create a tester to check a server-client application assignment. When I try to run the server in the background I can not properly start clients - one different terminals I do manage. I am looking for a mechansim to automatically create a server and a …

Member Avatar for nbaztec
0
115
Member Avatar for adamomo

Hi all. This has been bugging me for hours. I do a simple text book passing of a filehandle to a function and get a bundle of errors. my func : int appendVVmatrix(VVdouble &mat,ofstream& outF){ if (outF.is_open()){ for (int i=0; i<mat[0].size();i++) { for (int j=0; j<mat[0].size();j++) { char num[40]; sprintf(num,"%f",mat[i][j]); …

Member Avatar for adamomo
0
180