2019-02-07 18:40
2019-02-07 18:40
#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 を置くと cout が undefined な identifier になる

About

ウェブ界隈でエンジニアとして労働活動に励んでいる @gomi_ningen 個人のブログです

Copyright © 53ningen.com