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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

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

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