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
Post a Comment