With a bit of googling, I found it here. http://svn.gna.org/svn/gnustep/libs/base/branches/freeze-1_4_0/Documentation/manual/ExampleCode.texi
It looks like it should (and used to be) an appendix for the documentation, but it isn't at the moment. This is what I base my conclusion on: In the 'Distributed Objects' chapter, it was left as an exercise to prepare code for a simple client/server telephone directory. Below is one implementation that you can compare with your own version. If you are reading the on-screen version of this manual, then you can copy and paste the code to suitably named files, and then make and run each program. The directory only stores the telephone numbers of two people: Jack and Jill. To use the telephone directory first run the server and then the client, passing either Jack or Jill as a command line argument. If you pass any other name then the number will be displayed as 'Number not found'. Someone should probably just "svn cp" this into the current docs, and edit the table of contents. On Mon, Mar 26, 2012 at 11:28, Ma Xiaoming <[email protected]>wrote: > Dear friends, > > I am learning GNUstep on Windows. I learn it with the book "GNUstep Base > Programming Manual.pdf". In Chapter "Distributed Objects" of this book, I > need file TelephoneDirectory.h to build the demo program. But I cannot > found > it at the installation directory of GNUstep. Where can I get it? > > Please help. Thank you very much. > > Cheers, > > Xiaoming > > > > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnustep > -- Ivan Vučica - [email protected]
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
