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

Search:

Type: Posts; User: Wek21

Search: Search took 0.03 seconds.

  1. Re: Runtime terminated in an unusual way

    Thanks, I resolved it. It wasn't problem of assignment, but the list was empty.
  2. [RESOLVED] Runtime terminated in an unusual way

    Hi.
    I'm doing a function that returns an array with some registry values, and I have a problem converting the values. It compiles fine, but when I execute it, it gives me this error: This...
  3. Replies
    3
    Views
    687

    Re: List *.mp3 files for a given directory

    The c++ standard console is cout, it is a buffer. I think you could find something with this.
    But, are you sure this is the right place to talk about this?
  4. Replies
    3
    Views
    687

    Re: List *.mp3 files for a given directory

    I guess that your file names are char arrays, so you could compare the four last characters of the file name and see if it is ".mp3".
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured