Subscribe to this list via RSS Blog posts tagged in Libraries

Posted by on in Programming
C++でLINQを使う C++で面白いライブラリがあったので紹介します。 LINQって何? LINQ(統合言語クエリ)はC#の機能でコンテナに対してクエリを発行して結果を抽出します。 詳細はMSDNのドキュメントを参照してください。 https://docs.microsoft.com/ja-jp/dotnet/csharp/linq/ LINQ for C++ LINQ for C++はこの、LINQをC++で使用できるようにしたライブラリです。 https://archive.codeplex.com/?p=cpplinq 使い方も簡単で、GitHubで公開されているヘッダファイルをインクルードするだけです。 https://github.com/mrange/cpplinq では、実際に使ってみましょう。 #pragma hdrstop #pragma argsused #ifdef _WIN32 #include <tchar.h> #else typedef char _TCHAR; #define _tmain main #endif ...
Posted by on in Blogs
Quickly find add-ons with new GetIt categories We have added a number of new categories to the GetIt Package Manager in 10.2 Tokyo to make it easier to find what you're looking for in GetIt. The GetIt Package Manager can be accessed through the Tools menu in the IDE.  Here's the new list of categories you will find in the GetIt Package Manager: All Libraries Components Internet of Things Trial Connectors Industry Templates IDE Plugins Styles Sample Projects    ...
  • Page :
  • 1

Check out more tips and tricks in this development video: