Click here to Skip to main content
15,890,717 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: Win32 .exe with out console. Pin
Nish Nishant20-Oct-10 4:02
sitebuilderNish Nishant20-Oct-10 4:02 
Questionsearching registry keys. Pin
birajendu19-Oct-10 20:18
birajendu19-Oct-10 20:18 
AnswerRe: searching registry keys. Pin
Richard MacCutchan19-Oct-10 23:25
mveRichard MacCutchan19-Oct-10 23:25 
AnswerRe: searching registry keys. Pin
Nish Nishant20-Oct-10 4:00
sitebuilderNish Nishant20-Oct-10 4:00 
Questionhow to read a file in C++ Pin
rezen8518-Oct-10 18:01
rezen8518-Oct-10 18:01 
AnswerRe: how to read a file in C++ Pin
Richard MacCutchan18-Oct-10 22:46
mveRichard MacCutchan18-Oct-10 22:46 
GeneralRe: how to read a file in C++ Pin
rezen8518-Oct-10 23:05
rezen8518-Oct-10 23:05 
GeneralRe: how to read a file in C++ Pin
Richard MacCutchan19-Oct-10 0:21
mveRichard MacCutchan19-Oct-10 0:21 
rezen85 wrote:
If i were to use array to read a file from a location and send it byte by byte,how should i do it?


Well the question almost answers itself. Firstly, you will always read into an array, unless you are reading the file byte by byte (or using some other elementary type). Secondly, once you have the data in your array it is simply a matter of iterating through it and processing each byte as required. Take a look at fstream[^], CreateFile[^] and associated functions (if Windows), or fopen[^] etc., for reading files.
Just say 'NO' to evaluated arguments for diadic functions! Ash

AnswerRe: how to read a file in C++ Pin
Nish Nishant19-Oct-10 1:59
sitebuilderNish Nishant19-Oct-10 1:59 
QuestionMessage Removed Pin
15-Oct-10 2:20
ptr_Electron15-Oct-10 2:20 
AnswerRe: MFC Serilization :mechanism for splitting the serialize( ) method into Load() and Save() Pin
Nish Nishant15-Oct-10 7:19
sitebuilderNish Nishant15-Oct-10 7:19 
QuestionApplication crashes at RichEditCtrl.StremOut(), It says attempt to read write protected memory. this ffetne an indication that the other memory is corrupt Pin
ptr_Electron15-Oct-10 1:06
ptr_Electron15-Oct-10 1:06 
AnswerRe: Application crashes at RichEditCtrl.StremOut(), It says attempt to read write protected memory. this ffetne an indication that the other memory is corrupt Pin
Richard MacCutchan15-Oct-10 2:16
mveRichard MacCutchan15-Oct-10 2:16 
GeneralRe: Application crashes at RichEditCtrl.StremOut(), It says attempt to read write protected memory. this ffetne an indication that the other memory is corrupt Pin
ptr_Electron15-Oct-10 2:44
ptr_Electron15-Oct-10 2:44 
GeneralRe: Application crashes at RichEditCtrl.StremOut(), It says attempt to read write protected memory. this ffetne an indication that the other memory is corrupt Pin
Richard MacCutchan15-Oct-10 5:53
mveRichard MacCutchan15-Oct-10 5:53 
AnswerRe: Application crashes at RichEditCtrl.StremOut(), It says attempt to read write protected memory. this ffetne an indication that the other memory is corrupt Pin
Nish Nishant15-Oct-10 7:20
sitebuilderNish Nishant15-Oct-10 7:20 
QuestionUsing Managed objects in Unmanaged class Pin
Anu_Bala12-Oct-10 19:43
Anu_Bala12-Oct-10 19:43 
AnswerRe: Using Managed objects in Unmanaged class Pin
Nish Nishant13-Oct-10 9:30
sitebuilderNish Nishant13-Oct-10 9:30 
GeneralRe: Using Managed objects in Unmanaged class Pin
Anu_Bala13-Oct-10 17:45
Anu_Bala13-Oct-10 17:45 
GeneralRe: Using Managed objects in Unmanaged class Pin
Nish Nishant14-Oct-10 4:23
sitebuilderNish Nishant14-Oct-10 4:23 
GeneralRe: Using Managed objects in Unmanaged class Pin
Anu_Bala14-Oct-10 17:21
Anu_Bala14-Oct-10 17:21 
GeneralRe: Using Managed objects in Unmanaged class Pin
Anu_Bala14-Oct-10 18:06
Anu_Bala14-Oct-10 18:06 
QuestionConfusing questing Pin
mstanwar11-Oct-10 15:31
mstanwar11-Oct-10 15:31 
AnswerRe: Confusing questing Pin
Luc Pattyn11-Oct-10 15:44
sitebuilderLuc Pattyn11-Oct-10 15:44 
Questionproperty of intellisense drop down. Pin
emmmatty110-Oct-10 5:38
emmmatty110-Oct-10 5:38 

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.