File: README

package info (click to toggle)
ns2 2.35%2Bdfsg-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 78,808 kB
  • sloc: cpp: 172,923; tcl: 107,130; perl: 6,391; sh: 6,143; ansic: 5,846; makefile: 816; awk: 525; csh: 355
file content (16 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The code in this directory is from libg++,
either copied directly (builtin.h),
or derived with genclass (everything else).

If you genclass new classes, 
please
	(1) make sure they don't use any gcc-isms
	(2) comment out #include <stream> and replace
		the "cerr <<" statement in the default error handler
		with fprintf (ns doesn't use streams, just printf)


Current classes:
int.Vec:      arrays of integers (with bounds checking and helpers)
int.RVec:     auto-resizing arrays of integers