User Profile

Collapse

Profile Sidebar

Collapse
dharmdeep
dharmdeep
Last Activity: Nov 8 '06, 11:30 AM
Joined: Nov 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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>...
    See more | Go to post

    Leave a comment:


  • problem 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...
    See more | Go to post
No activity results to display
Show More
Working...