so im using the portable version of dev cpp and its missing this file for some reason... I'm not sure if there is any way that i can download it or not... thanks.. I tried google but no luck
This is a discussion on Compiler missing stdafx.h include file within the C++ Programming forums, part of the General Programming Boards category; so im using the portable version of dev cpp and its missing this file for some reason... I'm not sure ...
so im using the portable version of dev cpp and its missing this file for some reason... I'm not sure if there is any way that i can download it or not... thanks.. I tried google but no luck
stdafx.h is not a standard header. It's a manually created header for projects, such as my_include.h.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
It's added by Visual Studio for precompiled headers(?). Just take it out.
yeah i commented it out and it worked..