Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalaudio effect Pin
yogui417-Jan-05 15:05
yogui417-Jan-05 15:05 
GeneralRe: audio effect Pin
Marcus Spitzmiller8-Jan-05 2:19
Marcus Spitzmiller8-Jan-05 2:19 
GeneralRe: audio effect Pin
yogui418-Jan-05 6:34
yogui418-Jan-05 6:34 
GeneralRe: audio effect Pin
Marcus Spitzmiller9-Jan-05 2:23
Marcus Spitzmiller9-Jan-05 2:23 
GeneralRe: audio effect Pin
Ravi Bhavnani8-Jan-05 7:41
professionalRavi Bhavnani8-Jan-05 7:41 
Generalchar interpretation Pin
Petr Pivonka7-Jan-05 14:17
sussPetr Pivonka7-Jan-05 14:17 
GeneralRe: char interpretation Pin
User 66588-Jan-05 2:31
User 66588-Jan-05 2:31 
GeneralCurious about the file sort order Pin
LiYS7-Jan-05 13:39
LiYS7-Jan-05 13:39 
Hi all:
Recently I've finished the coding of a tiny function which is to specify the files(Mp3s) order (by which the one appear first can be played first in the Mp3 player, this order depending on the result of DOS command "dir").

I'm not familiar with file system, after a little research, I found that the order in which you copying file to the destination folder(Mp3 Player Destination drive) is the order that the mp3 will played. So I implemented the code according to this principle. I was excited to found I really can control which mp3 should be played first. But after a little testing I found that this principle is not running stable, It will out of order once in a while.

Finally I decided to turn to another alternative which is FDT(File Directory Table). I heard from some guys that FDT can decide the file order either but much at low level.I wish I could write to the FDT of each file such that to achieve the objective. Can anybody provide the principle of writing to FDT or totally different method to affected the file order?
really appreciated !!!;)
GeneralRe: Curious about the file sort order Pin
Maximilien7-Jan-05 14:09
Maximilien7-Jan-05 14:09 
QuestionUnicode needed for Turkish characters? Pin
ed welch7-Jan-05 13:15
ed welch7-Jan-05 13:15 
AnswerRe: Unicode needed for Turkish characters? Pin
markkuk7-Jan-05 23:39
markkuk7-Jan-05 23:39 
GeneralRe: Unicode needed for Turkish characters? Pin
ed welch9-Jan-05 0:37
ed welch9-Jan-05 0:37 
GeneralSimple File Input Pin
Jordan C. Atlas7-Jan-05 11:43
Jordan C. Atlas7-Jan-05 11:43 
GeneralRe: Simple File Input Pin
Jordan C. Atlas7-Jan-05 11:53
Jordan C. Atlas7-Jan-05 11:53 
GeneralRe: Simple File Input Pin
PJ Arends8-Jan-05 8:07
professionalPJ Arends8-Jan-05 8:07 
GeneralRe: Simple File Input Pin
Jordan C. Atlas8-Jan-05 8:45
Jordan C. Atlas8-Jan-05 8:45 
GeneralCrystal Report Pin
javad_20007-Jan-05 10:31
javad_20007-Jan-05 10:31 
GeneralRe: Crystal Report Pin
Michael P Butler7-Jan-05 11:27
Michael P Butler7-Jan-05 11:27 
Generaldc.DrawText() doesn't work?! Pin
rh0057-Jan-05 10:04
rh0057-Jan-05 10:04 
GeneralRe: dc.DrawText() doesn't work?! Pin
PJ Arends7-Jan-05 10:20
professionalPJ Arends7-Jan-05 10:20 
GeneralUsing Winsocks Select() function. Pin
jerry1211a7-Jan-05 8:39
jerry1211a7-Jan-05 8:39 
GeneralRe: Using Winsocks Select() function. Pin
User 66587-Jan-05 12:25
User 66587-Jan-05 12:25 
GeneralReporting malloc problem with _malloc_dbg question. Pin
Maximilien7-Jan-05 8:08
Maximilien7-Jan-05 8:08 
GeneralRe: Reporting malloc problem with _malloc_dbg question. Pin
PJ Arends7-Jan-05 10:13
professionalPJ Arends7-Jan-05 10:13 
GeneralRe: Reporting malloc problem with _malloc_dbg question. Pin
Maximilien7-Jan-05 13:56
Maximilien7-Jan-05 13:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.