home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / vista_1 / !Manual_manual_preq < prev    next >
Encoding:
Text File  |  1996-01-25  |  1.1 KB  |  33 lines

  1. <html>
  2. <h1>Prerequisites for using the library</h1>
  3.  
  4. In order to use Vista, you will need the following:
  5. <p>
  6. <ul>
  7. <li>An Acorn RISC PC or other ARM based machine with 2 MB of memory or more.  The 
  8. more memory you have the better (I have 26 MB - that's enough).
  9. <p>
  10. <li>RISC OS 3.1 (or later)
  11. <p>
  12. <li>A C++ compiler.  Vista was written using <em>Easy C++,</em> but can be 
  13. used with <em>Acorn C++</em> (AT&T cfront).  If you are using it with <em>Easy C++</em>
  14. then the <b>C++ exception facility</b> is available.
  15. <p>
  16. <li>A good Template editor.  I recommend <em>TemplEd</em> by Dick Alstein but
  17. others are available.
  18. <p>
  19. <li>A text editor.  I use <em>Zap</em>, but <em>Edit</em> will suffice.
  20. <p>
  21. <li>Acorn's public domain <em>DrawFile</em> module for displaying DrawObject
  22. objects.
  23. <p>
  24. <li>A good C++ book would be helpful if you are learning C++.  I found
  25. <em>The C++ Programming Language. Second Edition</em> by Blarne Stroustrup
  26. and <em>C++ Primer</em> by Stanley Lippman to be useful.
  27. <p>
  28. <li>The <em>RISC OS 3 Programmer's Reference Manual</em> (PRM) by Acorn is
  29. an absolute must. 
  30. </ul>
  31. <p>
  32. Good luck with the library.
  33.