Click here to Skip to main content
15,915,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do i catch events from a ListView control? Pin
Ravi Bhavnani16-May-02 10:57
professionalRavi Bhavnani16-May-02 10:57 
GeneralStill having problems double buffering a CListView MDI Pin
RobJones16-May-02 8:09
RobJones16-May-02 8:09 
GeneralRe: Still having problems double buffering a CListView MDI Pin
RobJones16-May-02 8:19
RobJones16-May-02 8:19 
QuestionConvert the string "(5/12)*8" to a number? Pin
Tony Fontenot16-May-02 7:56
Tony Fontenot16-May-02 7:56 
AnswerRe: Convert the string "(5/12)*8" to a number? Pin
Matt Gullett16-May-02 8:15
Matt Gullett16-May-02 8:15 
AnswerRe: Convert the string "(5/12)*8" to a number? Pin
Chris Losinger16-May-02 8:09
professionalChris Losinger16-May-02 8:09 
GeneralError when i try to use std::map Pin
redeemer16-May-02 7:24
redeemer16-May-02 7:24 
GeneralRe: Error when i try to use std::map Pin
Le centriste16-May-02 7:38
Le centriste16-May-02 7:38 
did you:

using namespace std;


or

typedef std::map<int, std::string, std::less<int>, std::allocator<std::string> > strmap;


Michel

It is a lovely language, but it takes a very long time to say anything in it, because we do not say anything in it, unless it is worth taking a very long time to say, and to listen to.

- TreeBeard
GeneralRe: Error when i try to use std::map Pin
redeemer16-May-02 8:05
redeemer16-May-02 8:05 
GeneralRe: Error when i try to use std::map Pin
Chris Losinger16-May-02 8:07
professionalChris Losinger16-May-02 8:07 
GeneralOne more question Pin
redeemer16-May-02 8:26
redeemer16-May-02 8:26 
GeneralRe: One more question Pin
Chris Losinger16-May-02 8:43
professionalChris Losinger16-May-02 8:43 
GeneralThanks. Works perfectly, you rule! Pin
redeemer16-May-02 9:24
redeemer16-May-02 9:24 
QuestionHow to detect if starting normal/minimized? Pin
16-May-02 7:04
suss16-May-02 7:04 
AnswerRe: How to detect if starting normal/minimized? Pin
PJ Arends16-May-02 7:14
professionalPJ Arends16-May-02 7:14 
GeneralRe: How to detect filename? Pin
16-May-02 7:29
suss16-May-02 7:29 
GeneralRe: How to detect filename? Pin
PJ Arends16-May-02 7:41
professionalPJ Arends16-May-02 7:41 
General3D CEdit Pin
Max Santos16-May-02 7:05
Max Santos16-May-02 7:05 
GeneralRe: 3D , I want 3D Pin
PJ Arends16-May-02 7:09
professionalPJ Arends16-May-02 7:09 
GeneralRe: 3D , I want 3D Pin
Max Santos16-May-02 7:19
Max Santos16-May-02 7:19 
GeneralRe: 3D , I want 3D Pin
PJ Arends16-May-02 7:27
professionalPJ Arends16-May-02 7:27 
QuestionHow to export a MSWord doc to XML ? Pin
16-May-02 6:50
suss16-May-02 6:50 
AnswerRe: How to export a MSWord doc to XML ? Pin
rbc16-May-02 14:07
rbc16-May-02 14:07 
GeneralRe: How to export a MSWord doc to XML ? Pin
16-May-02 23:51
suss16-May-02 23:51 
Generalprinting Pin
16-May-02 6:48
suss16-May-02 6: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.