Click here to Skip to main content
16,011,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSyntax question... Pin
John Uhlenbrock21-Jun-01 6:23
John Uhlenbrock21-Jun-01 6:23 
GeneralRe: Syntax question... Pin
Tim Deveaux21-Jun-01 6:46
Tim Deveaux21-Jun-01 6:46 
GeneralOpening/Editing a simple text file Pin
21-Jun-01 6:15
suss21-Jun-01 6:15 
GeneralRe: Opening/Editing a simple text file Pin
Tomasz Sowinski21-Jun-01 6:31
Tomasz Sowinski21-Jun-01 6:31 
GeneralRe: Opening/Editing a simple text file Pin
21-Jun-01 6:53
suss21-Jun-01 6:53 
GeneralRe: Opening/Editing a simple text file Pin
21-Jun-01 8:05
suss21-Jun-01 8:05 
GeneralRe: Opening/Editing a simple text file Pin
Mark Terrano21-Jun-01 8:46
Mark Terrano21-Jun-01 8:46 
QuestionWhat is the problem here ? Pin
21-Jun-01 5:27
suss21-Jun-01 5:27 
template < template < class TYPE > class COORD >
class vector : public COORD
{
public:
TYPE& operator[]( const int nIndex )
{
return ( ( TYPE *) this[ nIndex] );
}
};
AnswerRe: What is the problem here ? Pin
John Uhlenbrock21-Jun-01 6:41
John Uhlenbrock21-Jun-01 6:41 
AnswerRe: What is the problem here ? Pin
Ben Burnett21-Jun-01 6:53
Ben Burnett21-Jun-01 6:53 
Answeranswer Pin
21-Jun-01 7:57
suss21-Jun-01 7:57 
GeneralRe: answer Pin
Ben Burnett21-Jun-01 9:12
Ben Burnett21-Jun-01 9:12 
GeneralRe: answer Pin
Tomasz Sowinski21-Jun-01 9:15
Tomasz Sowinski21-Jun-01 9:15 
GeneralRe: answer Pin
22-Jun-01 8:19
suss22-Jun-01 8:19 
GeneralRe: answer Pin
Tomasz Sowinski22-Jun-01 8:32
Tomasz Sowinski22-Jun-01 8:32 
GeneralDrag and Drop with WTL Pin
21-Jun-01 5:03
suss21-Jun-01 5:03 
GeneralRe: Drag and Drop with WTL Pin
CodeGuy21-Jun-01 6:22
CodeGuy21-Jun-01 6:22 
GeneralCStrings in unicode Pin
Andrew Stampor21-Jun-01 4:25
Andrew Stampor21-Jun-01 4:25 
GeneralRe: CStrings in unicode Pin
Tomasz Sowinski21-Jun-01 7:06
Tomasz Sowinski21-Jun-01 7:06 
GeneralRe: CStrings in unicode Pin
Andrew Stampor21-Jun-01 7:28
Andrew Stampor21-Jun-01 7:28 
GeneralDetecting *any* program launch (not a particular one) Pin
21-Jun-01 4:13
suss21-Jun-01 4:13 
GeneralRe: Detecting *any* program launch (not a particular one) Pin
Tomasz Sowinski21-Jun-01 6:29
Tomasz Sowinski21-Jun-01 6:29 
GeneralOpening more than one file with onl one command Pin
mr200321-Jun-01 4:07
mr200321-Jun-01 4:07 
GeneralRe: Opening more than one file with onl one command Pin
Tomasz Sowinski21-Jun-01 4:23
Tomasz Sowinski21-Jun-01 4:23 
Generalautomation Pin
Gérald Mercet21-Jun-01 3:29
Gérald Mercet21-Jun-01 3:29 

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.