As far as I understand ur problem u want ur program to run under VC++ environment. So I don't think there is any problem with that u can just copy that program of turboo C++ to VC++ editor. I am giving u a sample code
Example
/* SINCOS.C: This program displays the sine, hyperbolic
* sine, cosine, and hyperbolic cosine of pi / 2.
*/
#include <math.h>
#include <stdio.h>...
User Profile
Collapse
-
dharmdeep started a topic problem arises when more than one client connecting to the server at the same timein Networkingproblem arises when more than one client connecting to the server at the same time
Hi Friends I am using socket programming in C in which there is one
server and multiple clients. I am using thread for handling multiple
clients but whenever two clients run simultaneously a memory error
reflects as "The instruction at 0x00422e46 reference memory at
0xdf909004. The memory could not be written" along with debug assertion
failed. Whenever I run each clients at some time difference then...
No activity results to display
Show More
Leave a comment: