Click here to Skip to main content
15,914,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvc++ could automate excel !?! Pin
Gérald Mercet7-Nov-01 5:52
Gérald Mercet7-Nov-01 5:52 
GeneralRe: vc++ could automate excel !?! Pin
Tomasz Sowinski7-Nov-01 7:10
Tomasz Sowinski7-Nov-01 7:10 
GeneralMinimze dialog on startup Pin
7-Nov-01 5:50
suss7-Nov-01 5:50 
GeneralRe: Minimze dialog on startup Pin
7-Nov-01 6:59
suss7-Nov-01 6:59 
GeneralCopying arrays Pin
andysolman7-Nov-01 4:51
andysolman7-Nov-01 4:51 
GeneralRe: Copying arrays Pin
Michael P Butler7-Nov-01 5:02
Michael P Butler7-Nov-01 5:02 
QuestionHow to know that the file is a WAV? Pin
Rickard Andersson207-Nov-01 4:46
Rickard Andersson207-Nov-01 4:46 
AnswerRe: How to know that the file is a WAV? Pin
7-Nov-01 6:56
suss7-Nov-01 6:56 
You'll have to read the beginning of the file. If it is a WAV file, bytes 0-3 will be have the ASCII chars: "RIFF" and bytes 8-11 will say "WAVE". Here's an example of the beginning of a wave file:
RIFFR) WAVE
-------------------------------------------------------------
01234567891011 -- Bytes
I'm not quite sure about an MP3 but it should be similar. Just do some research on the file format.
GeneralMultiple build configurations Pin
jfaulken7-Nov-01 4:26
jfaulken7-Nov-01 4:26 
GeneralRe: Multiple build configurations Pin
Michael P Butler7-Nov-01 4:32
Michael P Butler7-Nov-01 4:32 
GeneralRe: Multiple build configurations Pin
Chambers7-Nov-01 5:39
Chambers7-Nov-01 5:39 
GeneralRe: Multiple build configurations Pin
Tomasz Sowinski7-Nov-01 7:34
Tomasz Sowinski7-Nov-01 7:34 
GeneralRe: Multiple build configurations Pin
jfaulken7-Nov-01 12:46
jfaulken7-Nov-01 12:46 
GeneralRe: Multiple build configurations Pin
Tomasz Sowinski7-Nov-01 23:57
Tomasz Sowinski7-Nov-01 23:57 
GeneralRe: Multiple build configurations Pin
Mukkie7-Nov-01 7:56
Mukkie7-Nov-01 7:56 
GeneralQuick Question Pin
RobJones7-Nov-01 4:19
RobJones7-Nov-01 4:19 
GeneralRe: Quick Question Pin
Michael P Butler7-Nov-01 4:28
Michael P Butler7-Nov-01 4:28 
GeneralRe: Quick Question Pin
RobJones7-Nov-01 4:36
RobJones7-Nov-01 4:36 
Generalfile streaming Pin
Bernhard7-Nov-01 4:16
Bernhard7-Nov-01 4:16 
General"Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard7-Nov-01 2:29
Steen Krogsgaard7-Nov-01 2:29 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Michael P Butler7-Nov-01 2:43
Michael P Butler7-Nov-01 2:43 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard7-Nov-01 3:42
Steen Krogsgaard7-Nov-01 3:42 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Michael P Butler7-Nov-01 4:21
Michael P Butler7-Nov-01 4:21 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Steen Krogsgaard8-Nov-01 1:15
Steen Krogsgaard8-Nov-01 1:15 
GeneralRe: "Funny" problem with MSVC6 and flatscreen Pin
Mukkie7-Nov-01 8:06
Mukkie7-Nov-01 8:06 

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.