Click here to Skip to main content
15,886,362 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionGetting Rebar Hieght with WTL Pin
Eoinoc28-Dec-05 6:51
Eoinoc28-Dec-05 6:51 
AnswerRe: Getting Rebar Hieght with WTL Pin
Eoinoc29-Dec-05 14:19
Eoinoc29-Dec-05 14:19 
QuestionLoad a dll into an Out of Proc Server Pin
misha_grewal27-Dec-05 0:25
misha_grewal27-Dec-05 0:25 
QuestionA istringstream question Pin
zghelp21-Dec-05 19:32
zghelp21-Dec-05 19:32 
QuestionRe: A istringstream question Pin
toxcct21-Dec-05 21:46
toxcct21-Dec-05 21:46 
AnswerRe: A istringstream question Pin
zghelp22-Dec-05 20:16
zghelp22-Dec-05 20:16 
GeneralRe: A istringstream question Pin
toxcct22-Dec-05 21:14
toxcct22-Dec-05 21:14 
AnswerRe: A istringstream question Pin
Roland Pibinger22-Dec-05 10:47
Roland Pibinger22-Dec-05 10:47 
zghelp wrote:

istringstream is("hello world hello earth" );
string s,str;
str = is.str() ; //str = hello world hello earth
is >> s; //s = hello
str = is.str(); //str still = hello world hello earth

But i want the rest "world hello earth", what can I do?

is >> s; //s = hello
string s2;
getline (is, s2); // s2 = world hello earth

GeneralRe: A istringstream question Pin
zghelp22-Dec-05 20:14
zghelp22-Dec-05 20:14 
AnswerRe: A istringstream question Pin
Roland Pibinger26-Dec-05 9:17
Roland Pibinger26-Dec-05 9:17 
QuestionAdd-in for OutlookExpress Pin
kotiramkoteswararao19-Dec-05 0:27
kotiramkoteswararao19-Dec-05 0:27 
Questionabout wtl Pin
HOW WHAT16-Dec-05 15:14
HOW WHAT16-Dec-05 15:14 
Questionstl use <list> Pin
nne-vitamin16-Dec-05 5:19
nne-vitamin16-Dec-05 5:19 
AnswerRe: stl use <list> Pin
toxcct18-Dec-05 21:14
toxcct18-Dec-05 21:14 
GeneralRe: stl use <list> Pin
nne-vitamin21-Dec-05 22:15
nne-vitamin21-Dec-05 22:15 
GeneralRe: stl use <list> Pin
toxcct21-Dec-05 22:25
toxcct21-Dec-05 22:25 
GeneralRe: stl use <list> Pin
nne-vitamin21-Dec-05 23:10
nne-vitamin21-Dec-05 23:10 
GeneralRe: stl use <list> Pin
toxcct21-Dec-05 23:13
toxcct21-Dec-05 23:13 
GeneralRe: stl use <list> Pin
nne-vitamin21-Dec-05 23:31
nne-vitamin21-Dec-05 23:31 
GeneralRe: stl use <list> Pin
toxcct21-Dec-05 23:59
toxcct21-Dec-05 23:59 
GeneralRe: stl use <list> Pin
nne-vitamin22-Dec-05 0:38
nne-vitamin22-Dec-05 0:38 
GeneralRe: stl use <list> Pin
toxcct22-Dec-05 0:47
toxcct22-Dec-05 0:47 
GeneralRe: stl use <list> Pin
nne-vitamin22-Dec-05 0:57
nne-vitamin22-Dec-05 0:57 
GeneralRe: stl use <list> Pin
toxcct22-Dec-05 0:59
toxcct22-Dec-05 0:59 
GeneralRe: stl use <list> Pin
nne-vitamin22-Dec-05 1:26
nne-vitamin22-Dec-05 1:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.