Hi,
i’m new here, and i’ve already encounter a problem.
this is a simple Hello, World program i’ve try to compile it and its give me this error:
Microsoft ® C/C++ Optimizing Compiler versione 19.26.28805 per x86
Copyright © Microsoft Corporation. Tutti i diritti sono riservati.
triplex.cpp
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.26.28801\include\ostream(747): warning C4530: utilizzato gestore eccezioni C++, ma la semantica di rimozione non è abilitata. Specificare /EHsc
triplex.cpp(5): note: vedere il riferimento all’istanza ‘std::basic_ostream<char,std::char_traits> &std::operator <<<std::char_traits>(std::basic_ostream<char,std::char_traits> &,const char *)’ della funzione modello di cui è in corso la compilazione
Microsoft ® Incremental Linker Version 14.26.28805.0
Copyright © Microsoft Corporation. All rights reserved.
/out:triplex.exe
triplex.obj
how can i fix this?
sorry for potato english