 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Chen shuSheng Guest
|
Posted: Sun Aug 20, 2006 9:10 am Post subject: How to use lib function "getline" |
|
|
I have a code:
---------------------------
#include <iostream.h> \\ where I assume getline() is inner.
#include <stdlib.h>
int main()
{ int max=15;
char line[max];
getline(line,max);
system("PAUSE");
return 0;
}
---------------------
But it can not pass the complier. Message of complier is implicit
declararion of function 'int getline(....)'
Could you help to let it run? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|