Click here to Skip to main content
16,010,334 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOT Pin
CPallini11-Jul-08 2:53
mveCPallini11-Jul-08 2:53 
GeneralRe: OT Pin
killabyte11-Jul-08 2:57
killabyte11-Jul-08 2:57 
JokeRe: OT Pin
SandipG 11-Jul-08 3:07
SandipG 11-Jul-08 3:07 
QuestionRe: Convert CString to int or float Pin
David Crow11-Jul-08 2:55
David Crow11-Jul-08 2:55 
AnswerRe: Convert CString to int or float Pin
Mark Salsbery11-Jul-08 5:46
Mark Salsbery11-Jul-08 5:46 
QuestionCFile Vs CStdioFile Pin
nisha0000011-Jul-08 1:38
nisha0000011-Jul-08 1:38 
AnswerRe: CFile Vs CStdioFile Pin
CPallini11-Jul-08 1:49
mveCPallini11-Jul-08 1:49 
AnswerRe: CFile Vs CStdioFile Pin
Varghese Paul M11-Jul-08 1:50
Varghese Paul M11-Jul-08 1:50 
CFile deals with any kind of files where CStdioFile deals with TEXT files by default with an implicit convertion of newline character 0x0a into a pair of (0x0d and 0x0a)
The two methods, WriteString and ReadString provided in CStdioFile class assumes the delimiters of each line in the file as CRLF and newline. It can also be used for binary files as well, but certain functionality provided by CFile like Duplicate(), LockRange() etc are not supported in CStdioFile.
QuestionControl Panel Pin
shakils11-Jul-08 0:55
shakils11-Jul-08 0:55 
QuestionRe: Control Panel Pin
David Crow11-Jul-08 2:56
David Crow11-Jul-08 2:56 
AnswerRe: Control Panel Pin
shakils14-Jul-08 3:04
shakils14-Jul-08 3:04 
GeneralRe: Control Panel Pin
David Crow14-Jul-08 8:18
David Crow14-Jul-08 8:18 
GeneralRe: Control Panel Pin
shakils17-Jul-08 2:44
shakils17-Jul-08 2:44 
Questionload a bitmap to Picture Box from a path in database field Pin
Waguih11-Jul-08 0:37
Waguih11-Jul-08 0:37 
QuestionRe: load a bitmap to Picture Box from a path in database field Pin
Varghese Paul M11-Jul-08 0:50
Varghese Paul M11-Jul-08 0:50 
AnswerRe: load a bitmap to Picture Box from a path in database field Pin
Waguih12-Jul-08 3:21
Waguih12-Jul-08 3:21 
AnswerRe: load a bitmap to Picture Box from a path in database field Pin
Waguih12-Jul-08 3:32
Waguih12-Jul-08 3:32 
QuestionRe: load a bitmap to Picture Box from a path in database field Pin
CPallini11-Jul-08 0:54
mveCPallini11-Jul-08 0:54 
AnswerRe: load a bitmap to Picture Box from a path in database field Pin
Waguih12-Jul-08 3:37
Waguih12-Jul-08 3:37 
QuestionSetup & related for EVC application Pin
Trupti Mehta11-Jul-08 0:29
Trupti Mehta11-Jul-08 0:29 
QuestionTree Control Pin
john563210-Jul-08 23:58
john563210-Jul-08 23:58 
AnswerRe: Tree Control Pin
Varghese Paul M11-Jul-08 0:38
Varghese Paul M11-Jul-08 0:38 
GeneralRe: Tree Control Pin
john563211-Jul-08 0:43
john563211-Jul-08 0:43 
GeneralRe: Tree Control [modified] Pin
Varghese Paul M11-Jul-08 0:54
Varghese Paul M11-Jul-08 0:54 
GeneralRe: Tree Control Pin
Mark Salsbery11-Jul-08 5:48
Mark Salsbery11-Jul-08 5: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.