Voker57 31.12.2011 19:51 nbl

Мне никогда не постичь стдлибы C++:
istream& getline (char* s, streamsize n );
Extracts characters from the input sequence and stores them as a c-string into the array beginning at s.

A global function with the same name exists in header <string>. This global function provides a similar behavior, but with standard C++ string objects instead of c-strings: see getline (string).

1. dorfe 31.12.2011 23:45

И что тут не понятного? Обычное тормозное ненужное говно.

2. Voker57dorfe /1 31.12.2011 23:47 nbl

Непонятно, почему в istream оказалась функция для чтения сишных строк, а std:string где-то в странном месте да еще и глобальная

3. dorfeVoker57 /2 31.12.2011 23:49

Для надёжности же :) Потому там всё и костыльно.

Do you really want to delete ?