Subj : Re: Linux Portability. To : borland.public.cpp.borlandcpp From : Greg Chicares Date : Fri Dec 03 2004 04:20 pm On 2004-12-03 12:02 PM, vi wrote: > I want to write C++ program that will compile on Linux with g++ compiler and > also on Windows. The program uses Sockets. > Can anyone send me the list of tips / standards for this purpose? It may be easiest to use a windows port of g++, the same compiler you've already decided to use for GNU/Linux: for instance, www.mingw.org If it's a GUI app, consider a platform-independent toolkit: for instance, www.wxwidgets.org .