Path: utzoo!attcan!uunet!microsoft!jimad From: jimad@microsoft.UUCP (Jim ADCOCK) Newsgroups: comp.lang.c++ Subject: Re: porting tips for c++ Message-ID: <56382@microsoft.UUCP> Date: 7 Aug 90 19:17:59 GMT References: <1990Aug6.133901.25745@swbatl.sbc.com> Reply-To: jimad@microsoft.UUCP (Jim ADCOCK) Organization: Microsoft Corp., Redmond WA Lines: 10 Try reading "Portable C" by Rabinowitz and Schraam? [I think] as a starting point. My only complaint is that the "Portable C" rules are written, true to C programming "style", to be as permissive as possible while still giving you reasonably portable C code. Good C++ style would be much more restrictive. Still, this book contains a wealth of information about writing portable C [and therefor C++] code.