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

C / C++ / MFC

 
GeneralRe: STL question Pin
User 988514-Oct-02 9:54
User 988514-Oct-02 9:54 
GeneralRe: STL question Pin
Joaquín M López Muñoz14-Oct-02 10:59
Joaquín M López Muñoz14-Oct-02 10:59 
GeneralRe: STL question Pin
Anonymous14-Oct-02 11:26
Anonymous14-Oct-02 11:26 
GeneralRe: STL question Pin
Joaquín M López Muñoz14-Oct-02 11:35
Joaquín M López Muñoz14-Oct-02 11:35 
GeneralRe: STL question - Loki Pin
Neville Franks14-Oct-02 12:16
Neville Franks14-Oct-02 12:16 
GeneralRe: STL question - Loki Pin
Mike Nordell14-Oct-02 15:48
Mike Nordell14-Oct-02 15:48 
GeneralRe: STL question - Loki Pin
Neville Franks14-Oct-02 16:26
Neville Franks14-Oct-02 16:26 
GeneralRe: STL question - Loki Pin
Joaquín M López Muñoz14-Oct-02 20:07
Joaquín M López Muñoz14-Oct-02 20:07 
I reckon I should know what PTS is but ...???

Partial Template Specialization. For instance:
template <typename A> class MyTemplateClass{...};
 
template <> MyTemplateClass<int>{...}; // full specialization for ints
template <typename A> MyTemplateClass<A *>{...}; // partial specialization for pointers


Is there such as beast as VC7.1?

This is an internal version codenamed Everett (I think) which allegedly supports PTS. MS says it'll be released by February 2003.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: STL question - Loki Pin
Neville Franks14-Oct-02 20:25
Neville Franks14-Oct-02 20:25 
GeneralRe: STL question - Loki Pin
Joaquín M López Muñoz14-Oct-02 20:02
Joaquín M López Muñoz14-Oct-02 20:02 
GeneralRe: STL question - Loki Pin
Neville Franks14-Oct-02 20:31
Neville Franks14-Oct-02 20:31 
GeneralThread question Pin
Anonymous14-Oct-02 7:22
Anonymous14-Oct-02 7:22 
GeneralRe: Thread question Pin
valikac14-Oct-02 7:44
valikac14-Oct-02 7:44 
GeneralRe: Thread question Pin
Anonymous14-Oct-02 7:59
Anonymous14-Oct-02 7:59 
GeneralRe: Thread question Pin
valikac14-Oct-02 8:16
valikac14-Oct-02 8:16 
GeneralRe: Thread question Pin
Anonymous14-Oct-02 8:54
Anonymous14-Oct-02 8:54 
GeneralRe: Thread question Pin
valikac14-Oct-02 11:59
valikac14-Oct-02 11:59 
GeneralRe: Thread question Pin
Neville Franks14-Oct-02 12:23
Neville Franks14-Oct-02 12:23 
GeneralRe: Thread question Pin
RobJones14-Oct-02 18:26
RobJones14-Oct-02 18:26 
GeneralRe: Thread question Pin
Neville Franks14-Oct-02 19:08
Neville Franks14-Oct-02 19:08 
GeneralRe: Thread question Pin
RobJones15-Oct-02 3:34
RobJones15-Oct-02 3:34 
GeneralWhy?? This code block return the "ERROR_INVALID_OWNER"?? Please Help me~~ Pin
Qiang.Fu14-Oct-02 6:47
Qiang.Fu14-Oct-02 6:47 
QuestionHow to create .exe from my .exe Pin
Johnny_Papa14-Oct-02 6:40
sussJohnny_Papa14-Oct-02 6:40 
AnswerRe: How to create .exe from my .exe Pin
Pavel Klocek14-Oct-02 7:41
Pavel Klocek14-Oct-02 7:41 
GeneralRe: How to create .exe from my .exe Pin
jmkhael14-Oct-02 7:59
jmkhael14-Oct-02 7:59 

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.