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++ Library : Other (not classified elsewhere) » How i can read formatted data from StringStream (ala STL)?
How i can read formatted data from StringStream (ala STL)? [message #14544] Sat, 01 March 2008 04:13 Go to previous message
ajmf77 is currently offline  ajmf77
Messages: 6
Registered: December 2006
Location: Santiago de Chile
Promising Member
How i can read formatted data, like:
1 2 1.2
withou defined separators, from a StringStream class variable, ala STL, like:

stringstream dummy;
string strline;
int i,j;
float x;

dummy.string(strline);

dummy >> i >> j >> x;

Thanx!
 
Read Message
Read Message
Previous Topic: [BUG] DnD Cursor flicker
Next Topic: Giving the user a Page Setup dialog
Goto Forum:
  


Current Time: Thu Jun 06 05:05:24 CEST 2024

Total time taken to generate the page: 0.02309 seconds