clang++ 3.2 with libstdc++-6.dll on Windows 7 (32 bit)
问题 After searching alot at Stackoverflow and Googling out my problem, I still can't run an .EXE file build using clang++ 3.2. "clang++" gives out no error when compiling .BC file into .EXE. The moment I try to run the .EXE file, it suddenly terminates the program. Can anyone help me with this? I've already tried to use -static-libstdc++-6/libstdc++, but the problem remains. Side note : executables made using g++ compile without any problem and run fine. EDITED : My code: #include <iostream>