Hi everyone! progressing pretty well trough the course! Very well made!
(never coded before)
After compiling my code all of a sudden I started receiving a warning ( will paste it below), TripleX still compile and run normally anyway. I’d like just to know what happened and what is this warning about.
Also noticed that is mentioning VS community, but I’m running VS code.
Thanks
HERE WHAT POPS UP:
triplex.cpp
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\include\istream(488): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.30.30705\include\istream(482): note: while compiling class template member function 'std::basic_istream<char,std::char_traits<char>> &std::basic_istream<char,std::char_traits<char>>::ignore(std::streamsize,int)'
triplex.cpp(56): note: see reference to function template instantiation 'std::basic_istream<char,std::char_traits<char>> &std::basic_istream<char,std::char_traits<char>>::ignore(std::streamsize,int)' being compiled
triplex.cpp(29): note: see reference to class template instantiation 'std::basic_istream<char,std::char_traits<char>>' being compiled
Microsoft (R) Incremental Linker Version 14.30.30705.0
Copyright (C) Microsoft Corporation. All rights reserved.
/out:triplex.exe
triplex.obj
very curious to understand what’s going on!