Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: avi cap wrapper frame grabber Pin
vvlnkishore5-Aug-09 23:08
vvlnkishore5-Aug-09 23:08 
QuestionHello question about hooking function by using irregualar jumps like ret/push Pin
nah13374-Aug-09 20:29
nah13374-Aug-09 20:29 
QuestionCObject.. Pin
p_19604-Aug-09 20:11
p_19604-Aug-09 20:11 
AnswerRe: CObject.. Pin
CPallini4-Aug-09 21:00
mveCPallini4-Aug-09 21:00 
QuestionOutlook Pin
john56324-Aug-09 20:04
john56324-Aug-09 20:04 
QuestionWriteAllBytes..... Pin
lsh486love4-Aug-09 19:39
lsh486love4-Aug-09 19:39 
AnswerRe: WriteAllBytes..... Pin
«_Superman_»4-Aug-09 19:51
professional«_Superman_»4-Aug-09 19:51 
AnswerRe: WriteAllBytes..... Pin
_AnsHUMAN_ 4-Aug-09 19:53
_AnsHUMAN_ 4-Aug-09 19:53 
This is what WriteAllBytes is doing.
Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.

You can implement similar functionality using the CFile/CStdioFile or some other MFC class that deals with file reading/writing.

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

QuestionDLL Pin
p_19604-Aug-09 19:07
p_19604-Aug-09 19:07 
AnswerRe: DLL Pin
_AnsHUMAN_ 4-Aug-09 19:26
_AnsHUMAN_ 4-Aug-09 19:26 
AnswerRe: DLL Pin
Rajesh R Subramanian4-Aug-09 19:29
professionalRajesh R Subramanian4-Aug-09 19:29 
Questionping .. Pin
thangvel4-Aug-09 16:02
thangvel4-Aug-09 16:02 
AnswerRe: ping .. Pin
«_Superman_»4-Aug-09 18:31
professional«_Superman_»4-Aug-09 18:31 
QuestionRe: ping .. Pin
David Crow5-Aug-09 3:05
David Crow5-Aug-09 3:05 
AnswerRe: ping .. Pin
KarstenK5-Aug-09 3:41
mveKarstenK5-Aug-09 3:41 
QuestionAuto build increment with C++? Pin
jeffb424-Aug-09 10:22
jeffb424-Aug-09 10:22 
AnswerRe: Auto build increment with C++? Pin
Code-o-mat4-Aug-09 10:51
Code-o-mat4-Aug-09 10:51 
AnswerRe: Auto build increment with C++? Pin
jeffb424-Aug-09 12:05
jeffb424-Aug-09 12:05 
AnswerRe: Auto build increment with C++? Pin
Randor 4-Aug-09 10:58
professional Randor 4-Aug-09 10:58 
AnswerRe: Auto build increment with C++? Pin
jeffb424-Aug-09 12:03
jeffb424-Aug-09 12:03 
GeneralRe: Auto build increment with C++? Pin
Randor 4-Aug-09 12:43
professional Randor 4-Aug-09 12:43 
AnswerRe: Auto build increment with C++? Pin
David Crow5-Aug-09 3:08
David Crow5-Aug-09 3:08 
QuestionDetecting the state of the Caps Lock key Pin
forrestcupp4-Aug-09 8:15
forrestcupp4-Aug-09 8:15 
AnswerRe: Detecting the state of the Caps Lock key Pin
Randor 4-Aug-09 9:27
professional Randor 4-Aug-09 9:27 
GeneralRe: Detecting the state of the Caps Lock key Pin
forrestcupp4-Aug-09 9:48
forrestcupp4-Aug-09 9:48 

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.