CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: anhu

Search: Search took 0.02 seconds.

  1. Re: Programm crashes due to the presence of code even if it is not executed

    Hi all,

    I have changed the code to

    #pragma comment (lib, "ws2_32.lib")

    #include <stdio.h>
    #include <winsock2.h>

    int main (int argc, char *argv[])
  2. Programm crashes due to the presence of code even if it is not executed

    Dear all,

    I have written the following program using Visual Studio Express 2013 to figure out my problem:


    #pragma comment (lib, "ws2_32.lib")

    #include <stdio.h>
    #include <winsock2.h>
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured