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

Search:

Type: Posts; User: 2kaud

Search: Search took 0.41 seconds.

  1. Re: Procedure to Compare 2 Strings with the following criteria

    Great minds...:wave:

    I thought about using _strdup/StrDup but I wanted to keep my original code generic c. In your test function, isn't there a memory leak as you are not freeing the memory...
  2. Re: Procedure to Compare 2 Strings with the following criteria

    As Eri523 stated, the assignment is rather tricky. However, assuming I've correctly understood the requirements, one possible simple way of coding it using c could be


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





Click Here to Expand Forum to Full Width

Featured