This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

error


hi 
 
i need help. i saved the exeptions int the 
attachments.  
I use the gcc 3.3.3 on Linux Suse 9.1.  

Attachment: cpp-errorcode
Description: Text document

#include <iostream>

using std::cout;

int main(void){

	cout << "hello world!\n";
	return 0;
}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]