VSCommunity2013導入

zxc
記事: 79
登録日時: 13年前
住所: 日本の背骨(?)あたり

VSCommunity2013導入

投稿記事 by zxc » 10年前

 EclipseC++は私には早すぎた・・・ので勧められてCommunity2013を導入。 VSC++express2010に比べるとやっぱり色々と楽が出来そうで楽しみ。 constexprが効かないのでコンパイラ設定とか出来たらclangしたいかもしれない。

CODE:


#include
#include

using namespace std;

template
using trio = std::tuple  ;

int main(){
	cout  t(4,3,7);
	
	cout (t) (t) (t) << "\n";

	return 0;
}



コメントはまだありません。