Subj : Re: gcc and my mind To : comp.programming.threads From : Joe Seigh Date : Fri Sep 02 2005 11:59 am verna.lamay@bankarea.com wrote: > I'm writing an aplication in C++. This aplication must be ported on a multitude of platforme, so the code must be porbale. When i'm compiling my application with Visual C++ compiler i get, 3,2 , 1 or no warning. When i compile it with gcc it give me 2 screens of warning. I apreciate that gcc it's an open source compiler and it's free, but it have a maturity taht should stop or reduce this kind of thinks. What do you think? > > verna.lamay@balcanicsoft.com If you're using strictly portable contructs (ansi standard) there shouldn't be a problem. I don't think this is a threading issue. You should ask in one C++ newsgroups ... *after* you've made your program ansi compliant. Otherwise they might be a little harsh with you. -- Joe Seigh When you get lemons, you make lemonade. When you get hardware, you make software. .