Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to skip the tap from reading the data file Pin
andychan19-Oct-02 17:35
andychan19-Oct-02 17:35 
Generaladding thumbnail view to a CP article Pin
Otyug19-Oct-02 14:42
Otyug19-Oct-02 14:42 
GeneralRe: adding thumbnail view to a CP article Pin
Nish Nishant19-Oct-02 17:05
sitebuilderNish Nishant19-Oct-02 17:05 
QuestionHow to write data in exist text file? Pin
ooosawaddee319-Oct-02 14:12
ooosawaddee319-Oct-02 14:12 
AnswerRe: How to write data in exist text file? Pin
tongc19-Oct-02 14:50
tongc19-Oct-02 14:50 
AnswerRe: How to write data in exist text file? Pin
Nish Nishant19-Oct-02 17:08
sitebuilderNish Nishant19-Oct-02 17:08 
AnswerRe: How to write data in exist text file? Pin
whelk19-Oct-02 17:24
whelk19-Oct-02 17:24 
GeneralIs there a build-in function does this... Pin
Abin19-Oct-02 13:54
Abin19-Oct-02 13:54 
Is there a function in standard C++ library that converts a valid hexadecimal string into an integer? For example:

char sz[] = "0xffff"; // or without the "0x" sign<br />
DWORD dwDec = SomeFunc(sz); // now value of dwDec is 65535


Of course this can easily be done by writing a function by myself but I'm just asking...
GeneralRe: Is there a build-in function does this... Pin
Michael Dunn19-Oct-02 14:20
sitebuilderMichael Dunn19-Oct-02 14:20 
GeneralThank you Pin
Abin19-Oct-02 15:01
Abin19-Oct-02 15:01 
Generalprogressctrl question Pin
nss19-Oct-02 13:43
nss19-Oct-02 13:43 
GeneralRe: progressctrl question Pin
Max Santos19-Oct-02 16:22
Max Santos19-Oct-02 16:22 
GeneralRe: progressctrl question Pin
Michael Dunn19-Oct-02 18:11
sitebuilderMichael Dunn19-Oct-02 18:11 
Questioncan we assume this? Pin
nss19-Oct-02 13:29
nss19-Oct-02 13:29 
AnswerRe: can we assume this? Pin
Le centriste19-Oct-02 16:14
Le centriste19-Oct-02 16:14 
GeneralRe: can we assume this? Pin
ns21-Oct-02 3:00
ns21-Oct-02 3:00 
AnswerRe: can we assume this? Pin
Max Santos19-Oct-02 16:29
Max Santos19-Oct-02 16:29 
AnswerRe: can we assume this? Pin
Michael P Butler19-Oct-02 23:11
Michael P Butler19-Oct-02 23:11 
GeneralInput validation Pin
vishwadev19-Oct-02 13:18
vishwadev19-Oct-02 13:18 
GeneralRe: Input validation Pin
Anonymous19-Oct-02 14:46
Anonymous19-Oct-02 14:46 
GeneralRe: Input validation Pin
Mel Feik19-Oct-02 20:33
Mel Feik19-Oct-02 20:33 
GeneralRe: Input validation Pin
tgrr20-Oct-02 1:58
tgrr20-Oct-02 1:58 
GeneralRe: Input validation Pin
Mel Feik20-Oct-02 17:51
Mel Feik20-Oct-02 17:51 
GeneralDLL Question Pin
pankajdaga19-Oct-02 11:18
pankajdaga19-Oct-02 11:18 
GeneralRe: DLL Question Pin
pankajdaga19-Oct-02 11:24
pankajdaga19-Oct-02 11:24 

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.