C++
C++も手軽に並列化(parallel_for)できるのですね。いろいろ調べると面白そうです。 #include "stdafx.h" #include <iostream> #include <ppl.h> #include <vector> using namespace std; using namespace concurrency; int main() { vector<int> v; for (size_t i = 0; i < 1000; i++) { v.</int></vector></ppl.h></iostream>…
Microsoft Visual Studio Express 2012 for Windows DesktopでC++/CLIを利用する時にエディタの補完機能が使用できるようになっていました。2010では、補完ができなかったのですが復活して良かったです。for (tabキー) (tabキー)でfor文を入力できたりいろい…
これも読んでおこうと思いました。なるべく普通のC++のコードに近い形でGPUを使えるのは嬉しいですね。Visual Studio 2011、早くリリースされないかな...C++ A Code-Based Introduction to C++ AMP