Click here to Skip to main content
15,893,266 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOverloading operator=( ) Pin
fferland26-Jan-03 10:33
fferland26-Jan-03 10:33 
GeneralRe: Overloading operator=( ) Pin
Christian Graus26-Jan-03 10:55
protectorChristian Graus26-Jan-03 10:55 
GeneralRe: Overloading operator=( ) Pin
Mike Nordell26-Jan-03 13:49
Mike Nordell26-Jan-03 13:49 
GeneralRe: Overloading operator=( ) Pin
Joe Woodbury26-Jan-03 21:27
professionalJoe Woodbury26-Jan-03 21:27 
GeneralDisabling WXP start menu while "fullscreen" Pin
CGr26-Jan-03 10:06
CGr26-Jan-03 10:06 
GeneralRe: Disabling WXP start menu while "fullscreen" Pin
Joan M26-Jan-03 21:57
professionalJoan M26-Jan-03 21:57 
QuestionInheriting from std::vector? Pin
Nemanja Trifunovic26-Jan-03 9:25
Nemanja Trifunovic26-Jan-03 9:25 
AnswerRe: Inheriting from std::vector? Pin
Christian Graus26-Jan-03 10:20
protectorChristian Graus26-Jan-03 10:20 
I know for a fact that std::string has no virtual destructor to stop people from deriving from it, std::vector sounds the same, if by 'no virtual functions' you also mean no virtual destructor. You need to contain a vector and then expose the methods you want to use in your own class, adding whatever you're after. Or consider the nature of your additions, perhaps they should be function objects that rely on random access iterators ( if necessary ).


Christian

No offense, but I don't really want to encourage the creation of another VB developer.
- Larry Antram 22 Oct 2002

C# will attract all comers, where VB is for IT Journalists and managers - Michael
P Butler 05-12-2002


It'd probably be fairly easy to make a bot that'd post random stupid VB questions, and nobody would probably ever notice - benjymous - 21-Jan-2003
GeneralRe: Inheriting from std::vector? Pin
Nemanja Trifunovic26-Jan-03 12:56
Nemanja Trifunovic26-Jan-03 12:56 
AnswerRe: Inheriting from std::vector? Pin
Mike Nordell26-Jan-03 13:55
Mike Nordell26-Jan-03 13:55 
GeneralRe: Inheriting from std::vector? Pin
Nemanja Trifunovic26-Jan-03 17:28
Nemanja Trifunovic26-Jan-03 17:28 
AnswerRe: Inheriting from std::vector? Pin
Nitron26-Jan-03 17:17
Nitron26-Jan-03 17:17 
GeneralRe: Inheriting from std::vector? Pin
Nemanja Trifunovic26-Jan-03 17:27
Nemanja Trifunovic26-Jan-03 17:27 
GeneralChanging screen saver programatically Pin
Mahesh Perumal26-Jan-03 5:18
Mahesh Perumal26-Jan-03 5:18 
GeneralRe: Changing screen saver programatically Pin
Ken Mazaika26-Jan-03 11:56
Ken Mazaika26-Jan-03 11:56 
GeneralGlobal memory (GlobalAlloc, etc...) Pin
Dominik Reichl26-Jan-03 3:40
Dominik Reichl26-Jan-03 3:40 
GeneralRe: Global memory (GlobalAlloc, etc...) Pin
Sigmund26-Jan-03 4:38
Sigmund26-Jan-03 4:38 
GeneralRe: Global memory (GlobalAlloc, etc...) Pin
Dominik Reichl26-Jan-03 6:03
Dominik Reichl26-Jan-03 6:03 
GeneralRe: Global memory (GlobalAlloc, etc...) Pin
Joe Woodbury26-Jan-03 21:37
professionalJoe Woodbury26-Jan-03 21:37 
GeneralProblem splitting dynamically allocated CString Pin
Wim Jans26-Jan-03 2:56
Wim Jans26-Jan-03 2:56 
GeneralRe: Problem splitting dynamically allocated CString Pin
Gary R. Wheeler26-Jan-03 5:18
Gary R. Wheeler26-Jan-03 5:18 
GeneralRe: Problem splitting dynamically allocated CString Pin
Ted Ferenc26-Jan-03 9:33
Ted Ferenc26-Jan-03 9:33 
GeneralRe: Problem splitting dynamically allocated CString Pin
Garth J Lancaster26-Jan-03 14:33
professionalGarth J Lancaster26-Jan-03 14:33 
GeneralRe: Problem splitting dynamically allocated CString Pin
Wim Jans26-Jan-03 22:51
Wim Jans26-Jan-03 22:51 
GeneralRe: Problem splitting dynamically allocated CString Pin
Garth J Lancaster27-Jan-03 10:12
professionalGarth J Lancaster27-Jan-03 10:12 

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.