c++ - Clang in windows codeblocks 'iostream' file not found -


i trying use clang compiler in codeblocks. upon use can not find of basic header files, iostream example.

fatal error: 'iostream' file not found 

i tried using clang -v told me "'clang' not recognized internal or external command, operable program or batch file."

i tried searching initheadersearch.cpp dont seem have one

i tried installing gcc answered in this question did not work

i tried reinstalling clang, same issues around


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -