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

Search:

Type: Posts; User: 2kaud

Search: Search took 0.13 seconds.

  1. Replies
    22
    Views
    3,818

    Re: Capturing files in a directory

    You might find it helpful to read 'Problem Solving, Abstraction & Design Using c++' by Friedman and Koffman. Especially sections 1.5, 1.6 and chapter 6 regarding program design. If you can't find a...
  2. Replies
    22
    Views
    3,818

    Re: Capturing files in a directory

    A word to the wise. Do you know what your program is trying to do before you start to code it? is this documented? Have you designed it before starting to code? Have you defined AND DOCUMENTED what...
  3. Replies
    22
    Views
    3,818

    Re: Capturing files in a directory

    This goes back to your other discussion thread 'TCHAR correct usage'. Why are you using StringVector as a function argument when you are only returning a single name? As per the other thread, why not...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured