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

Search:

Type: Posts; User: infant_coder

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,660

    Re: Avoiding hard coding of IP Address

    #include <stdio.h>

    int main(int argc, char *argv[])

    {
    if (argc != 2)
    {
    printf("\n Wrong arguments.. Enter ip address.");
    }
  2. Replies
    4
    Views
    1,073

    Re: Problem with my program

    Type "void printMenu();" ahead of main().
  3. Re: Problem with my 1st program in networking....:-(

    Your program compiled with no error on ubuntu (gcc version 4.4.3 ) . How did you compile it ?
  4. Replies
    4
    Views
    850

    Re: program hang without any reason

    use break instead of goto .
  5. Replies
    2
    Views
    12,392

    Re: Create .idl file in VC++

    Open Visual Studio --> File --> New File --> IDL
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured