Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: convert string to CString Pin
nbugalia23-Sep-07 20:08
nbugalia23-Sep-07 20:08 
GeneralRe: convert string to CString Pin
mrby12324-Sep-07 5:52
mrby12324-Sep-07 5:52 
Questionhow to register com dll problem Pin
trioum23-Sep-07 19:12
trioum23-Sep-07 19:12 
AnswerRe: how to register com dll problem Pin
nbugalia23-Sep-07 19:20
nbugalia23-Sep-07 19:20 
GeneralRe: how to register com dll problem Pin
David Crow24-Sep-07 3:24
David Crow24-Sep-07 3:24 
AnswerRe: how to register com dll problem Pin
Stephen Hewitt23-Sep-07 19:29
Stephen Hewitt23-Sep-07 19:29 
Questionsplit the media files by specified size Pin
zakkas248323-Sep-07 18:45
zakkas248323-Sep-07 18:45 
AnswerRe: split the media files by specified size Pin
David Crow24-Sep-07 2:53
David Crow24-Sep-07 2:53 
zakkas2483 wrote:
now i have to split media file by specified size.but i don't found any interfaces for the same. can anyone tell me any interface that help me to do same.


This should be easier than what you've already done as it does not require any knowledge of the file's format.

1) Open the file you want to split
2) Read a certain number of bytes
3) Create new file
4) Write those bytes to new file
5) Close new file
6) Repeat at step 2 until no more bytes to read

Make sense?


"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


QuestionRe: split the media files by specified size Pin
Hamid_RT24-Sep-07 3:48
Hamid_RT24-Sep-07 3:48 
AnswerRe: split the media files by specified size Pin
David Crow24-Sep-07 4:07
David Crow24-Sep-07 4:07 
GeneralRe: split the media files by specified size Pin
zakkas248324-Sep-07 18:53
zakkas248324-Sep-07 18:53 
GeneralRe: split the media files by specified size Pin
David Crow25-Sep-07 2:42
David Crow25-Sep-07 2:42 
GeneralRe: split the media files by specified size Pin
zakkas248325-Sep-07 19:19
zakkas248325-Sep-07 19:19 
GeneralRe: split the media files by specified size Pin
David Crow26-Sep-07 2:27
David Crow26-Sep-07 2:27 
Questionport number Pin
p_23-Sep-07 18:37
p_23-Sep-07 18:37 
AnswerRe: port number Pin
Waldermort23-Sep-07 19:49
Waldermort23-Sep-07 19:49 
GeneralRe: port number Pin
p_23-Sep-07 19:56
p_23-Sep-07 19:56 
GeneralRe: port number Pin
Mark Salsbery24-Sep-07 7:59
Mark Salsbery24-Sep-07 7:59 
AnswerRe: port number Pin
vijay_aroli23-Sep-07 20:32
vijay_aroli23-Sep-07 20:32 
AnswerRe: port number Pin
Hamid_RT23-Sep-07 20:55
Hamid_RT23-Sep-07 20:55 
GeneralRe: port number Pin
p_23-Sep-07 21:02
p_23-Sep-07 21:02 
GeneralRe: port number Pin
Hamid_RT23-Sep-07 21:12
Hamid_RT23-Sep-07 21:12 
AnswerRe: port number Pin
markkuk23-Sep-07 21:12
markkuk23-Sep-07 21:12 
AnswerRe: port number Pin
Cedric Moonen23-Sep-07 21:14
Cedric Moonen23-Sep-07 21:14 
AnswerRe: port number Pin
beko24-Sep-07 1:49
beko24-Sep-07 1:49 

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.