Click here to Skip to main content
16,005,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: templates Pin
Mike Nordell18-Jun-02 17:40
Mike Nordell18-Jun-02 17:40 
GeneralRe: templates Pin
Kannan Kalyanaraman18-Jun-02 22:17
Kannan Kalyanaraman18-Jun-02 22:17 
GeneralRe: templates Pin
Michael Dunn18-Jun-02 19:35
sitebuilderMichael Dunn18-Jun-02 19:35 
QuestionHow do i implement drag and drop in a List Control in my Win32 app (non-MFC)? Pin
redeemer18-Jun-02 11:15
redeemer18-Jun-02 11:15 
Generallinked lists in Win32 App Pin
18-Jun-02 11:06
suss18-Jun-02 11:06 
GeneralRe: linked lists in Win32 App Pin
Bill Wilson18-Jun-02 11:08
Bill Wilson18-Jun-02 11:08 
QuestionHow to convert from a CString Object to double Pin
Speedy18-Jun-02 10:36
Speedy18-Jun-02 10:36 
AnswerRe: How to convert from a CString Object to double Pin
Abin18-Jun-02 10:42
Abin18-Jun-02 10:42 
<br />
#include <stdlib.h><br />
<br />
// in some function...<br />
CString str = "123.45";<br />
double f = atof(str); // now f has value of 123.45<br />

AnswerRe: How to convert from a CString Object to double Pin
Maxwell Chen18-Jun-02 15:59
Maxwell Chen18-Jun-02 15:59 
Generalfixed window as in VB Pin
slah18-Jun-02 10:30
slah18-Jun-02 10:30 
GeneralRe: fixed window as in VB Pin
Mike Nordell18-Jun-02 16:14
Mike Nordell18-Jun-02 16:14 
GeneralRe: fixed window as in VB Pin
slah19-Jun-02 10:57
slah19-Jun-02 10:57 
GeneralDeleting elements from a character array Pin
JMajors9818-Jun-02 9:56
JMajors9818-Jun-02 9:56 
GeneralRe: Deleting elements from a character array Pin
Speedy18-Jun-02 10:31
Speedy18-Jun-02 10:31 
GeneralRe: Deleting elements from a character array Pin
JMajors9818-Jun-02 11:12
JMajors9818-Jun-02 11:12 
GeneralRe: Deleting elements from a character array Pin
18-Jun-02 11:16
suss18-Jun-02 11:16 
GeneralRe: Deleting elements from a character array Pin
Joaquín M López Muñoz18-Jun-02 11:28
Joaquín M López Muñoz18-Jun-02 11:28 
GeneralJavascript and ActiveX Pin
calebcohoon18-Jun-02 9:22
calebcohoon18-Jun-02 9:22 
GeneralRe: javascript and ActiveX Pin
18-Jun-02 9:27
suss18-Jun-02 9:27 
GeneralRe: javascript and ActiveX Pin
calebcohoon18-Jun-02 9:49
calebcohoon18-Jun-02 9:49 
GeneralReading raw disk sectors Win2K/XP Pin
clintsinger18-Jun-02 9:18
clintsinger18-Jun-02 9:18 
GeneralRe: Reading raw disk sectors Win2K/XP Pin
Mike Nordell18-Jun-02 14:15
Mike Nordell18-Jun-02 14:15 
QuestionCan we read Printer resolutions? Pin
ATC18-Jun-02 9:11
ATC18-Jun-02 9:11 
AnswerRe: Can we read Printer resolutions? Pin
Chris Losinger18-Jun-02 9:16
professionalChris Losinger18-Jun-02 9:16 
GeneralBitmap to array Pin
18-Jun-02 8:49
suss18-Jun-02 8:49 

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.