Sun, 2009-03-29 14:06

A Little concept in STL.

Submitted by chatsiri on Sun, 2009-03-29 14:06.

Posted in | | chatsiri's blog | add new comment | quote | 1006 reads »

Talk people at TLWG about metaprogramming by c++.STL implement by using template for specifies type.Template in C++ is effect for use them.Case casing type or object is good example.If wrong casting type or object,It's will be negative effect for your programs.

From chatsiri.com

Tue, 2009-03-17 13:34

2 day in Nakhonratchasima

Submitted by chatsiri on Tue, 2009-03-17 13:34.

Posted in | chatsiri's blog | add new comment | quote | 850 reads »

Nakhonratchasima( at Corat )


2 Days in Nakhonratchasima [link]

Sun, 2009-03-08 13:03

Garbage Collection in C++/CLI.

Submitted by chatsiri on Sun, 2009-03-08 13:03.

Posted in | | | chatsiri's blog | 3 comments | quote | 1044 reads »

C++/CLI manage object with GC(Garbage Collection).I think,it's not good for traditional C++.It's available .NET's developer.C++/CLI code cannot port to other operation system.Next time C++/CLI develop limit in M$ Operation system.I wait issue time C++0x next standard for C++.I unlike GC for C++.Why?.It's good for write a code by don't' care pointer(C++/CLI using handle syntax for reference object) and manage memory by delete keyword.GC use high resource for work load.I not sure GC in C++ available for Large System!.