#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
cout << "Hello Future Contact!" << endl;
return 0;
}
何の変哲も無い Windows Console Application(C++) のハロワだけれど、#include “stdafx.h” の前に #include
日常のメモと技術メモ
#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
cout << "Hello Future Contact!" << endl;
return 0;
}
何の変哲も無い Windows Console Application(C++) のハロワだけれど、#include “stdafx.h” の前に #include