On Thu, May 29, 2008 at 02:04:24PM -0700, Lopezio wrote: > Hi > Thank you for your help.I'm a beginer on cpp. I'm programming in windows/dos > mode and i get error when i compile the program > #include <iostream> > int main(){ > std::cout << "olare" << std::endl; > } > I get error when i compile the program with gcc ola.cpp -o ola.exe > Can you help me?
This list is where the developers of gcc communicate; it is not for user questions. Please use gcc-help. And on that list, please don't say "I get error". Include the exact error message that you got.