Click here to Skip to main content
16,007,111 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralProblem with Dialogs.... Pin
dSolariuM9-Apr-08 5:28
dSolariuM9-Apr-08 5:28 
GeneralRe: Problem with Dialogs.... Pin
Mark Salsbery9-Apr-08 5:33
Mark Salsbery9-Apr-08 5:33 
GeneralPriceless Pin
led mike10-Apr-08 5:03
led mike10-Apr-08 5:03 
Generalclass libraries Pin
hansipet8-Apr-08 20:19
hansipet8-Apr-08 20:19 
Generalcheck file Pin
rose1968-Apr-08 18:10
rose1968-Apr-08 18:10 
GeneralRe: check file Pin
Mark Salsbery8-Apr-08 18:25
Mark Salsbery8-Apr-08 18:25 
GeneralRe: check file Pin
rose1968-Apr-08 19:20
rose1968-Apr-08 19:20 
GeneralRe: check file Pin
Mark Salsbery9-Apr-08 5:31
Mark Salsbery9-Apr-08 5:31 
rose196 wrote:
I am going to read the cfile.


Huh? Confused | :confused:

You're going to use the MFC CFile class instead of the .NET file classes?

If so, the solution is exacly the same.

The CFile class "provides unbuffered, binary disk input/output services".
So my answer would be the same - CStdioFile is probably a better choice if you're working with text
files.  If the files are binary with embedded text, you'll probably need to search for the text yourself.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionPPP protocol in C? Pin
Benny_Lava7-Apr-08 1:02
Benny_Lava7-Apr-08 1:02 
AnswerRe: PPP protocol in C? Pin
led mike7-Apr-08 4:34
led mike7-Apr-08 4:34 
GeneralRe: PPP protocol in C? Pin
Christian Graus8-Apr-08 1:19
protectorChristian Graus8-Apr-08 1:19 
GeneralRe: PPP protocol in C? Pin
led mike8-Apr-08 4:36
led mike8-Apr-08 4:36 
GeneralRe: PPP protocol in C? Pin
Christian Graus8-Apr-08 11:31
protectorChristian Graus8-Apr-08 11:31 
GeneralRe: PPP protocol in C? Pin
led mike8-Apr-08 12:16
led mike8-Apr-08 12:16 
GeneralRe: PPP protocol in C? Pin
Mark Salsbery8-Apr-08 13:26
Mark Salsbery8-Apr-08 13:26 
GeneralRe: PPP protocol in C? Pin
led mike9-Apr-08 4:59
led mike9-Apr-08 4:59 
GeneralRe: PPP protocol in C? Pin
Mark Salsbery9-Apr-08 5:26
Mark Salsbery9-Apr-08 5:26 
GeneralRe: PPP protocol in C? Pin
led mike15-Apr-08 4:31
led mike15-Apr-08 4:31 
AnswerRe: PPP protocol in C? Pin
Christian Graus8-Apr-08 1:19
protectorChristian Graus8-Apr-08 1:19 
GeneralGet Message Pin
dSolariuM5-Apr-08 21:37
dSolariuM5-Apr-08 21:37 
GeneralRe: Get Message Pin
Mark Salsbery6-Apr-08 8:56
Mark Salsbery6-Apr-08 8:56 
GeneralRe: Get Message Pin
dSolariuM6-Apr-08 19:37
dSolariuM6-Apr-08 19:37 
GeneralRe: Get Message Pin
Luc Pattyn7-Apr-08 1:08
sitebuilderLuc Pattyn7-Apr-08 1:08 
GeneralRe: Get Message Pin
Mark Salsbery7-Apr-08 6:00
Mark Salsbery7-Apr-08 6:00 
GeneralRe: Get Message Pin
Kuldeep Bhatnagar9-Apr-08 22:46
Kuldeep Bhatnagar9-Apr-08 22:46 

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.