U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Is there a token function?
Re: Is there a token function? [message #2728 is a reply to message #2727] Sun, 23 April 2006 13:57 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1324
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
forlano wrote on Sun, 23 April 2006 12:55

fudadmin wrote on Sun, 23 April 2006 13:35

forlano wrote on Sun, 23 April 2006 12:31

fudadmin wrote on Sun, 23 April 2006 11:50

Why there is no String::GetLine()? or I can't find?


There is. After typing
FileIn in(filename);
if I add a '.' - FileIn in(filename).; - appear a list in which I can see GetLine().




String s;
s.GetLine(); ???



FileIn in;
String s;
...
s = in.GetLine();

I'm using it to get a record from a file. Maybe you mean from stdin?



What if I don't have any files?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Is there a function to remove leading white space?
Next Topic: TimeDate.cpp [BUG][FIXED]
Goto Forum:
  


Current Time: Tue Sep 15 22:35:14 GMT+2 2026

Total time taken to generate the page: 0.00857 seconds