I
Ian Collins
<OT>Nonsense, it's a couple of standard functions.</OT>goose said:Default said:Chen shuSheng wrote:
I have a code:
---------------------------
#include <iostream.h>
#include <stdlib.h>
int main()
{ int max=15;
char line[max];
getline(line,max);
system("PAUSE");
getline() is not standard C therefore out of topic here.
You should ask at comp.unix.programmer or
comp.os.linux.development.apps
However, it is a standard C++ function.
No it isn't, its an extension in the gnu C library.