Re: Programming from scrath

2002-11-15 Thread Rob Weir
On Fri, Nov 15, 2002 at 06:34:34AM -0600, Jamin W. Collins wrote: > On Fri, Nov 15, 2002 at 10:34:36AM +0100, Q. Gong wrote: > > > I used to code c++ terminal programs by Kdevelop. But now I want to > > try a low level way -- constructing manually all the files such as > > configure, Makefile, sou

Re: Programming from scrath

2002-11-15 Thread Jamin W. Collins
On Fri, Nov 15, 2002 at 10:34:36AM +0100, Q. Gong wrote: > I used to code c++ terminal programs by Kdevelop. But now I want to > try a low level way -- constructing manually all the files such as > configure, Makefile, source files, etc. Are there some guidelines for > creating all these files as

Programming from scrath

2002-11-15 Thread Q. Gong
Hi, I used to code c++ terminal programs by Kdevelop. But now I want to try a low level way -- constructing manually all the files such as configure, Makefile, source files, etc. Are there some guidelines for creating all these files as well as their structures, in order to get good portability? T