Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UnmanagedToManaged Bridge called from unmanaged DLL Pin
Jose Viveiros15-Dec-06 8:36
Jose Viveiros15-Dec-06 8:36 
QuestionMemory management Pin
BlitzPackage14-Dec-06 7:54
BlitzPackage14-Dec-06 7:54 
AnswerRe: Memory management Pin
Maximilien14-Dec-06 8:12
Maximilien14-Dec-06 8:12 
GeneralRe: Memory management Pin
BlitzPackage14-Dec-06 8:15
BlitzPackage14-Dec-06 8:15 
GeneralRe: Memory management Pin
peterchen14-Dec-06 13:11
peterchen14-Dec-06 13:11 
GeneralRe: Memory management Pin
peterchen14-Dec-06 13:12
peterchen14-Dec-06 13:12 
GeneralRe: Memory management Pin
BlitzPackage14-Dec-06 13:31
BlitzPackage14-Dec-06 13:31 
GeneralRe: Memory management Pin
peterchen14-Dec-06 14:31
peterchen14-Dec-06 14:31 
boost can certainly be intimidating. It is a collection of many different libraries, and some of them are clearly made for advanced program(mer)s.

The smart pointers are an exception. They are (IMO) a very important concept, maybe the first step away from beginner towards advanced programming. They should be easy to understand if you have mastered basic memory management and RAII (using constructors and destructors to acquire and release resources like memory, file handles, ...). I also tried to make the article suitable for beginners (if you read it, please tell me if it works for you Wink | ;) )

I've been using them with VC6 and VC8, so VC2003 should be no problem. But if boost is still to intimidating, there are many other smart pointer implementations. I recommend boost because they are well designed, flexible, but still fairly simple (a good balance).





Developers, Developers, Developers, Developers, Developers, Developers, Velopers, Develprs, Developers!
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
Linkify!|Fold With Us!

GeneralRe: Memory management Pin
Maximilien14-Dec-06 14:15
Maximilien14-Dec-06 14:15 
QuestionMFC printing Pin
Milos Djokovic14-Dec-06 6:29
Milos Djokovic14-Dec-06 6:29 
QuestionHow i can create Toolbar in my application?? Pin
Shah Satish14-Dec-06 4:36
Shah Satish14-Dec-06 4:36 
AnswerRe: How i can create Toolbar in my application?? Pin
Mark Salsbery14-Dec-06 6:15
Mark Salsbery14-Dec-06 6:15 
AnswerRe: How i can create Toolbar in my application?? Pin
Hamid_RT14-Dec-06 18:18
Hamid_RT14-Dec-06 18:18 
QuestionChanging Network property programmatically in C++ [modified] Pin
IlyaCher14-Dec-06 4:27
IlyaCher14-Dec-06 4:27 
QuestionError Pin
Alex_Y14-Dec-06 4:24
Alex_Y14-Dec-06 4:24 
AnswerRe: Error Pin
Alex_Y14-Dec-06 5:28
Alex_Y14-Dec-06 5:28 
GeneralRe: Error Pin
toxcct14-Dec-06 6:20
toxcct14-Dec-06 6:20 
GeneralRe: Error Pin
Alex_Y14-Dec-06 7:47
Alex_Y14-Dec-06 7:47 
QuestionComboBox problem Pin
Like2Byte14-Dec-06 3:38
Like2Byte14-Dec-06 3:38 
AnswerRe: ComboBox problem Pin
Hamid_RT14-Dec-06 18:14
Hamid_RT14-Dec-06 18:14 
QuestionSTL giving an error but error is somewhere else Pin
schoonmoeder14-Dec-06 3:30
schoonmoeder14-Dec-06 3:30 
QuestionUser breakpoint called from code at Pin
bosfan14-Dec-06 3:21
bosfan14-Dec-06 3:21 
AnswerRe: User breakpoint called from code at Pin
prasad_som14-Dec-06 3:27
prasad_som14-Dec-06 3:27 
GeneralRe: User breakpoint called from code at Pin
bosfan14-Dec-06 3:59
bosfan14-Dec-06 3:59 
GeneralRe: User breakpoint called from code at Pin
toxcct14-Dec-06 4:19
toxcct14-Dec-06 4:19 

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.