Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » Is there a token function?
Re: Is there a token function? [message #2727 is a reply to message #2726] Sun, 23 April 2006 13:55 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1207
Registered: March 2006
Location: Italy
Senior Contributor
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?
 
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 Jul 08 11:56:00 CEST 2025

Total time taken to generate the page: 0.03525 seconds