Re: gcc not seeing.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 6 Nov 2002, Darrel wrote:
> 
> I have no idea what has changed in gcc 3.2 that is so different I can't 
> compile anything.

Standards conformance.

> --------------
> #include <iostream.h>
> 
> int main()
> {
> 	cout << "Hello World\n";

change this to:
	std::cout << "Hello World\n";

> 	return 0;
> }
> --------------
> ...

(and use g++ when compiling C++ code)

David.



-- 
Psyche-list mailing list
Psyche-list@redhat.com
https://listman.redhat.com/mailman/listinfo/psyche-list

[Index of Archives]     [Fedora General Discussion]     [Red Hat General Discussion]     [Centos]     [Kernel]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat 9]     [Gimp]     [Yosemite News]

  Powered by Linux