NEST HelpDesk | Command Index | NEST Quick Reference |
getc - Read single character from input stream.Synopsis:
istream getc -> istream integerDescription:
getc reads a single character from theDiagnostics:
supplied input stream. The character is
returned as integer. The mapping between
characters and its numerical value is
determined by the C++ compiler.
Raises BadIOErrorSeeAlso: Source:
/builddir/build/BUILD/nest-simulator-2.14.0/sli/sli_io.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative