Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Boost Regex++ Pin
Nemanja Trifunovic4-Mar-04 9:44
Nemanja Trifunovic4-Mar-04 9:44 
QuestionHow to embed Acrobat Reader in a MFC program Pin
super-kingkong3-Mar-04 15:09
super-kingkong3-Mar-04 15:09 
AnswerRe: How to embed Acrobat Reader in a MFC program Pin
Trollslayer4-Mar-04 5:31
mentorTrollslayer4-Mar-04 5:31 
GeneralRe: How to embed Acrobat Reader in a MFC program Pin
tankhoasp4-Mar-04 5:43
tankhoasp4-Mar-04 5:43 
GeneralRe: How to embed Acrobat Reader in a MFC program Pin
Trollslayer4-Mar-04 7:58
mentorTrollslayer4-Mar-04 7:58 
GeneralRe: How to embed Acrobat Reader in a MFC program Pin
super-kingkong4-Mar-04 15:42
super-kingkong4-Mar-04 15:42 
GeneralRe: How to embed Acrobat Reader in a MFC program Pin
Trollslayer4-Mar-04 22:28
mentorTrollslayer4-Mar-04 22:28 
GeneralReading ID3 Tags from .MP3 files Pin
Ernesto D.3-Mar-04 14:58
Ernesto D.3-Mar-04 14:58 
Hi, i know this question has probably been asked 1 million times (but i cant seem to find an answer)

How can you read the ID3 tag (track name, artist, etc) from an mp3 file WITHOUT using COM, Media player extensions, etc. ONLY whats in the C++ std lib and the W32 API?.
i figure that this information is probably written in all mp3 files at a fixed position (the start probably?) along with its lenght, if so, i guess it would be realatively easy to just open the file the "raw" mode (via fopen(), CreateFile() or whatever), read the lenght of the info, create a buffer with the proper size, and put the info itself in the buffer. Can anyone point me in the proper direction?

Thanks!
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Christian Graus3-Mar-04 16:43
protectorChristian Graus3-Mar-04 16:43 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Maximilien4-Mar-04 4:08
Maximilien4-Mar-04 4:08 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Dominik Reichl4-Mar-04 4:13
Dominik Reichl4-Mar-04 4:13 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Michael Dunn4-Mar-04 4:26
sitebuilderMichael Dunn4-Mar-04 4:26 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Ravi Bhavnani4-Mar-04 5:49
professionalRavi Bhavnani4-Mar-04 5:49 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
sps-itsec464-Mar-04 9:19
sps-itsec464-Mar-04 9:19 
GeneralRe: Reading ID3 Tags from .MP3 files Pin
Ernesto D.4-Mar-04 12:26
Ernesto D.4-Mar-04 12:26 
GeneralDeterming the area of a set of rectangles Pin
DanFreddy3-Mar-04 14:11
DanFreddy3-Mar-04 14:11 
GeneralRe: Determing the area of a set of rectangles Pin
Christian Graus3-Mar-04 16:45
protectorChristian Graus3-Mar-04 16:45 
GeneralRe: Determing the area of a set of rectangles Pin
Gary R. Wheeler3-Mar-04 16:52
Gary R. Wheeler3-Mar-04 16:52 
GeneralRe: Determing the area of a set of rectangles Pin
Christian Graus3-Mar-04 17:34
protectorChristian Graus3-Mar-04 17:34 
GeneralRe: Determing the area of a set of rectangles Pin
Filousov5-Mar-04 13:36
Filousov5-Mar-04 13:36 
GeneralBuffer Overflow's Pin
Frank Deo3-Mar-04 13:13
Frank Deo3-Mar-04 13:13 
GeneralRe: Buffer Overflow's Pin
Prakash Nadar3-Mar-04 13:35
Prakash Nadar3-Mar-04 13:35 
GeneralRe: Buffer Overflow's Pin
Steve S4-Mar-04 6:13
Steve S4-Mar-04 6:13 
GeneralRe: Buffer Overflow's Pin
Mike Dimmick4-Mar-04 6:29
Mike Dimmick4-Mar-04 6:29 
GeneralRe: Buffer Overflow's Pin
Frank Deo4-Mar-04 11:37
Frank Deo4-Mar-04 11:37 

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.