home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue2 / SDL.ARC / !gcc / !Help next >
Encoding:
Text File  |  2004-10-05  |  1.2 KB  |  33 lines

  1. Welcome to GCC 3.4.1 for RISC OS.
  2.  
  3. This document covers important notes for new users and existing users alike.
  4. GCC and Unixlib have undergone many changes, so it's important that you read
  5. this document fully.
  6.  
  7. If you're new to GCC:
  8.  
  9.  - The !gcc application contains everything you need to get started
  10.    programming in RISC OS.  Although it possible to mix and match,
  11.    in particular with Acorn's C/C++, this is not recommened for beginners.
  12.  
  13.    To get started using GCC, read !gcc.docs.Intro
  14.  
  15.  
  16. If you've used GCC before:
  17.  
  18. - The standard C++ library has been re-written from GCC 2.95.4.  Any existing
  19.   C++ applications and libraries will require re-compiling before
  20.   interoperability can be achieved if they were compiled prior to version
  21.   3.3.3 of GCC.
  22.  
  23. - The C++ compiler does not specify the 'std' namespace by default.  To use
  24.   functions defined within the standard C++ library you must now either
  25.   explicitly declare 'using namespace std' at the head of your source file, or
  26.   explicitly prepend 'std::' to all function and variable references.
  27.  
  28. - The file !gcc.Changes lists major changes from the last version.
  29.   !gcc.docs.Changes has a comprehensive list of changes to Unixlib.
  30.  
  31. GCCSDK Developers, 2004
  32.  
  33.