c++includedev-c++evc

Using Common Header Files in eVC++ 3


I'm learning C++ and i have the eVT(eMbedded Visual Tools) installed in my computer, because of the eVB 3(eMbedded Visual Basic) for my VB pocket programs, but i'm learning C++, then i want to use the eVC++ 3 for develop some command line aplications, then only to test i created an HelloWorld aplication, just for test, but when i try to compile it gave me this error:

Fatal error C1083: Cannot open include file: 'iostream': No such file or directory Error executing clarm.exe.

Remember that i can't update to eVC++ 4, because i want to build programs for Windows CE 3.1 Thanks!


Solution

  • Recently i see some eVC++ example and as i can see, eVC++(remember: Plus Plus) only uses C(Without ++) code.