私はC ++を学ぼうとしていますが、「cout」や「cin」のような単純な方法は存在しません。これは私のコードです:
#include "stdafx.h"
#include <iostream>
int _tmain(int argc, _TCHAR* argv[])
{
cout>>"hello";
return 0;
}
「エラー C2065: 'cout' : 宣言されていない識別子」というエラーがあります。
および "IntelliSense: 識別子 "cout" は定義されていません"