text in datei schreiben... was bedeutet ios::app | ios::out genau?
-
tja, was es macht weiß ich, sowas lässt sich besser merken wenn man weiß wofür die ganzen verknüpfungen stehen?
hat jemand dafür vielleicht ne tabelle wo auch noch andere von solchen dingern stehen?
ich bin noch anfänger?
-
Suchst du jetzt ne Tabelle oder willst du wissen, was die zwei machen? Warum schreibst du eigentlich hinter Feststellungen auch Fragezeichen
? Bist du dir da nicht sicher??
-
ios::app (to seek to the end of a stream before each insertion)
ios::ate (to seek to the end of a stream when its controlling object is first created)
ios::binary (to read a file as a binary stream, rather than as a text stream)
ios::in (to permit extraction from a stream)
ios::out (to permit insertion to a stream)
ios::trunc (to truncate an existing file when its controlling object is first created)MfG SideWinder
-
ja sowas wie ne tabelle, nein ich bin nicht sicher und danke für die schnellen antworten!!!!= sicher;
-
Hier steht ja eine Tabelle - das sind definitiv alle.
MfG SideWinder
-
thx
-