Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConstructor/Destructor in MFC Extention dll's Pin
D.D. de Kerf11-Jun-01 5:47
D.D. de Kerf11-Jun-01 5:47 
GeneralRe: Constructor/Destructor in MFC Extention dll's Pin
Tomasz Sowinski11-Jun-01 5:55
Tomasz Sowinski11-Jun-01 5:55 
GeneralRe: Constructor/Destructor in MFC Extention dll's Pin
D.D. de Kerf11-Jun-01 22:19
D.D. de Kerf11-Jun-01 22:19 
Generalstl Pin
11-Jun-01 5:28
suss11-Jun-01 5:28 
GeneralRe: stl Pin
11-Jun-01 5:33
suss11-Jun-01 5:33 
GeneralRe: stl Pin
11-Jun-01 5:35
suss11-Jun-01 5:35 
GeneralRe: stl Pin
Michael P Butler11-Jun-01 5:35
Michael P Butler11-Jun-01 5:35 
GeneralRe: stl Pin
11-Jun-01 5:53
suss11-Jun-01 5:53 
okay so maybe im being stupid now.... I tried

#include
using namespace std

I get compiler errors - #include always wants a filename not a newline or a std:: type thing.

I tried using std::vector and get error C2873: 'vector' : symbol cannot be used in a using-declaration

tried various combinations - is it possible im not including another headerfile i should - should there be any stl header files??? maybe im doing something really daft.

it just seems the stl could be really useful to learn, especially as it's portable between compilers (is this the case?)!

thanks in advance

GeneralRe: stl Pin
Igor Sukhov11-Jun-01 6:50
Igor Sukhov11-Jun-01 6:50 
GeneralRe: stl Pin
Igor Sukhov11-Jun-01 5:35
Igor Sukhov11-Jun-01 5:35 
GeneralRe: stl Pin
Mukkie11-Jun-01 7:28
Mukkie11-Jun-01 7:28 
GeneralRe: stl Pin
11-Jun-01 23:45
suss11-Jun-01 23:45 
GeneralRe: stl Pin
Jeremy Pullicino12-Jun-01 2:19
Jeremy Pullicino12-Jun-01 2:19 
GeneralRe: stl Pin
Jeremy Pullicino12-Jun-01 2:22
Jeremy Pullicino12-Jun-01 2:22 
GeneralRe: stl Pin
markkuk12-Jun-01 21:05
markkuk12-Jun-01 21:05 
GeneralReset EOF Pin
11-Jun-01 3:46
suss11-Jun-01 3:46 
GeneralRe: Reset EOF Pin
Igor Sukhov11-Jun-01 5:30
Igor Sukhov11-Jun-01 5:30 
GeneralRe: Reset EOF Pin
12-Jun-01 2:49
suss12-Jun-01 2:49 
GeneralRe: Reset EOF Pin
markkuk12-Jun-01 21:19
markkuk12-Jun-01 21:19 
GeneralScrolling in a CDialog Pin
Derek Lakin11-Jun-01 3:10
Derek Lakin11-Jun-01 3:10 
GeneralRe: Scrolling in a CDialog Pin
Tomasz Sowinski11-Jun-01 3:21
Tomasz Sowinski11-Jun-01 3:21 
GeneralRe: Scrolling in a CDialog Pin
Derek Lakin11-Jun-01 5:04
Derek Lakin11-Jun-01 5:04 
GeneralRe: Scrolling in a CDialog Pin
Tomasz Sowinski11-Jun-01 5:29
Tomasz Sowinski11-Jun-01 5:29 
GeneralRe: Scrolling in a CDialog Pin
Derek Lakin11-Jun-01 5:37
Derek Lakin11-Jun-01 5:37 
GeneralRe: Scrolling in a CDialog Pin
11-Jun-01 8:22
suss11-Jun-01 8:22 

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.