README
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. The code in this directory is from libg++,
  2. either copied directly (builtin.h),
  3. or derived with genclass (everything else).
  4. If you genclass new classes, 
  5. please
  6. (1) make sure they don't use any gcc-isms
  7. (2) comment out #include <stream> and replace
  8. the "cerr <<" statement in the default error handler
  9. with fprintf (ns doesn't use streams, just printf)
  10. Current classes:
  11. int.Vec:      arrays of integers (with bounds checking and helpers)
  12. int.RVec:     auto-resizing arrays of integers