Re: Deque / Queue
Re: Deque / Queue
- Subject: Re: Deque / Queue
- From: Kevin Grant <email@hidden>
- Date: Sun, 22 Feb 2004 12:01:37 -0600
Kevin, Thank your for your answer.
I use these kinds of headers, they are always found automatically; is
it possible your source files don't have a recognized C++ extension?
Perhaps the C compiler is being used on them.
-> Hmmm, I thought it. I've looked in "XCode\Preferences" to find an
option to change the compiler. But I do not found someting... .
I am sorry. So - here comes my next question. Where can I change this.
The compiler is always the same...GCC will decide between C and C++
automatically based on the file name. My guess is that your source
file might be named "filename.c" instead of "filename.cpp" or
"filename.c++", etc., is that the case?
Kevin G.
http://homepage.mac.com/kmg/
mail to kevin at ieee dot org
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.