Archive for the ‘ STL reserch ’ Category
這是從尼可拉都達的網頁轉過來的.我加一點心得註解 form Nikola Dudar’s WebLog Sorry, I know I promised more information about STL/CLR and did not keep my promise last two days. It is just I have a portion of my time dedicated to emails from you or posts made by you on forums or in newsgroups. In particular last two days I have [ READ MORE ]
這是從尼可拉都達的網頁做註解的 Well, finally I have a good news. We have started working on preparing STL/CLR (former called STL.NET) for the next Community Technology Preview of the Orcas-version of Visual Studio. We are targeting CTP#2 that is planned to be released in late July/early August timeframe. We are going to show a build of STL/CLR [ READ MORE ]
這是從尼可拉都達的網頁轉過來的.我加一點心得註解 form Nikola Dudar’s WebLog STL/CLR, originally called STL.NET, is an implementation of Standard Template Library (STL) that can operate with objects of managed types. VC++ already has implementation of STL, however it is currently working only with native types. If you ever tried inserting an object of managed type in STL container, you would [ READ MORE ]
先講結論 延續微軟一貫的不標準做法 在bcb or bds 裡面要放一個vcl元件到stl容器裡面來動態使用跟管理 ..像是TImage 簡簡單單用vector< TImage* > objName; 即可 但是在.net裡面就不是這麼單純了 要先 #include < vcclr.h > 然後才能 vector< gcroot< System::Windows::Forms::PictureBox ^>> 同上文的作者. 另一篇很有用的文章, 因為也是太有用而且重要了, 所以也特別註解一下 Mixing and Matching: Using STL with the Base Class Library From Kate Gregory’s Codeguru column, “Using Visual C++ .NET“. If you’re porting older C++ code to the [ READ MORE ]
這我從codeguru上面找到的資料, 中英夾雜的部分是我的隨性註解. From Kate Gregory’s Codeguru column, “Using Visual C++ .NET“. With the release of Visual Studio .NET 2003 (formerly known as Everett) on April 24th, many developers are now willing to consider using the new technology known as managed code. But especially for C++ developers, it can be a bit confusing. That’s because C++, [ READ MORE ]
Get every new post delivered to your Inbox.