not just welcome to microsoft (for us non MS employees).
Welcome to channel 9 !
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
alecont wrote:Hi CPrest,
You don't always need a garbage collector to get a simple memory resource management
For example, if you extensively use smart pointers like tr1::shared_ptr, you can safely manage memory with familiar C++ concepts (like for example determistic destruction).
With tr1::shared_ptr, you call new() once and you don't need to worry about calling delete to release the memory. The smart pointer will take care of releasing the memory when the reference count goes to 0.
tr1::shared_ptr is part of the TR1 addition to the Standard C++ Libraries. TR1 will be released on top of VC++ 2008 very soon. Check out vcblog for more info on this!
HTH, ale.
Damien Watkins wrote:Hello CPrest
Please look at Herb's more recent blog on GC and C++0x: http://herbsutter.spaces.live.com/blog/cns!2D4327CC297151BB!330.entry" href="http://herbsutter.spaces.live.com/blog/cns%212D4327CC297151BB%21330.entry"> http://herbsutter.spaces.live.com/blog/cns!2D4327CC297151BB!330.entry
Thanks
Damien
VC++
jeffsand wrote:
swiatecki wrote:
Do you ship overseas ? (Europe)
Yes, we do!