Click here to Skip to main content
16,015,097 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IErrorInfo Pin
Spiros27-May-02 3:39
Spiros27-May-02 3:39 
GeneralRe: IErrorInfo Pin
Le centriste27-May-02 7:18
Le centriste27-May-02 7:18 
GeneralRe: IErrorInfo Pin
27-May-02 22:31
suss27-May-02 22:31 
GeneralEmbed - Assembly VC++ Pin
Sameer Maggon27-May-02 0:58
Sameer Maggon27-May-02 0:58 
GeneralRe: Embed - Assembly VC++ Pin
Joaquín M López Muñoz27-May-02 2:41
Joaquín M López Muñoz27-May-02 2:41 
GeneralRe: Embed - Assembly VC++ Pin
Sameer Maggon27-May-02 3:10
Sameer Maggon27-May-02 3:10 
GeneralCArchive - query Pin
Ravi Sudhakar27-May-02 0:46
Ravi Sudhakar27-May-02 0:46 
GeneralRe: CArchive - query Pin
Dominik Reichl27-May-02 1:06
Dominik Reichl27-May-02 1:06 
try this:

<br />
CFile srcfile,destfile;<br />
CArchive arsrc(&srcfile...<br />
CArchive ardest(&destfile..<br />
unsigned long ulFileSize, ulFilePos; <br />
ulFileSize = srcfile.GetLength();<br />
char copy;<br />
<br />
ulFilePos = 0;<br />
while (ulFilePos != ulFileSize-1)<br />
{<br />
arsrc >> copy;<br />
ardest << copy;<br />
ulFilePos++;<br />
}<br />

GeneralRe: CArchive - query Pin
Ravi Sudhakar27-May-02 1:24
Ravi Sudhakar27-May-02 1:24 
GeneralRe: CArchive - query Pin
Dominik Reichl27-May-02 1:21
Dominik Reichl27-May-02 1:21 
GeneralRe: CArchive - query Pin
Ravi Sudhakar27-May-02 2:27
Ravi Sudhakar27-May-02 2:27 
QuestionATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 0:53
Dominik Reichl27-May-02 0:53 
AnswerRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:00
Martin Ziacek27-May-02 1:00 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:04
Dominik Reichl27-May-02 1:04 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:19
Martin Ziacek27-May-02 1:19 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:22
Dominik Reichl27-May-02 1:22 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Martin Ziacek27-May-02 1:48
Martin Ziacek27-May-02 1:48 
GeneralRe: ATL/COM + MFC: Dialogs? Pin
Dominik Reichl27-May-02 1:51
Dominik Reichl27-May-02 1:51 
GeneralRe: ATL/COM + MFC: Dialogs? - this is very long message Pin
Martin Ziacek27-May-02 8:38
Martin Ziacek27-May-02 8:38 
GeneralReturning a refrence from a function Pin
Abhishek Narula27-May-02 0:08
Abhishek Narula27-May-02 0:08 
GeneralRe: Returning a refrence from a function Pin
markkuk27-May-02 0:18
markkuk27-May-02 0:18 
GeneralRe: Returning a refrence from a function Pin
Abhishek Narula27-May-02 0:25
Abhishek Narula27-May-02 0:25 
GeneralRe: Returning a refrence from a function Pin
Joaquín M López Muñoz27-May-02 0:14
Joaquín M López Muñoz27-May-02 0:14 
GeneralRe: Returning a refrence from a function Pin
Abhishek Narula27-May-02 0:24
Abhishek Narula27-May-02 0:24 
GeneralRe: Returning a refrence from a function Pin
Joaquín M López Muñoz27-May-02 0:28
Joaquín M López Muñoz27-May-02 0:28 

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.