Skip to content
valenj18 edited this page Dec 5, 2012 · 5 revisions

Vestavěné třídy

Null

  • 0xffffffff

Int

  • field 0 - hodnota

Real

  • field 0 - reference na double

String

  • field 0 - délka
  • field 1 - reference na string

File

  • field 0 - reference na fstream
  • metoda 0 - int open(file)
  • metoda 1 - void close(file)
  • metoda 2 - void write(file, object)
  • metoda 3 - string readLine(file)
  • metoda 4 - int readInt(file)
  • metoda 5 - real readReal(file)

Console

  • metoda 0 - void print(object)
  • metoda 1 - string readLine()
  • metoda 2 - int readInt()
  • metoda 3 - real readReal()
Clone this wiki locally