Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to compare pick-up a word from a string Pin
Stephen Hewitt15-Mar-06 12:51
Stephen Hewitt15-Mar-06 12:51 
GeneralRe: how to compare pick-up a word from a string Pin
George L. Jackson15-Mar-06 17:37
George L. Jackson15-Mar-06 17:37 
Questionerror LNK2019 when using DLL Pin
yongwpi15-Mar-06 10:29
yongwpi15-Mar-06 10:29 
AnswerRe: error LNK2019 when using DLL Pin
Saurabh.Garg15-Mar-06 12:49
Saurabh.Garg15-Mar-06 12:49 
AnswerRe: error LNK2019 when using DLL Pin
superSYNC15-Mar-06 15:18
superSYNC15-Mar-06 15:18 
GeneralRe: error LNK2019 when using DLL Pin
yongwpi15-Mar-06 16:59
yongwpi15-Mar-06 16:59 
QuestionWhy VC++ .NET 2005 adds a function to a class in a different cpp file? Pin
yellowine15-Mar-06 9:53
yellowine15-Mar-06 9:53 
Questionhow to write a new line each time ? Pin
mrby12315-Mar-06 9:30
mrby12315-Mar-06 9:30 
ofstream f_ptr2;
string qq;

while (....)
{
f_ptr2.write(qq.c_str(),qq.length());
}

I found the above code continueously write in one big line. How to write a new line each
time when while repeat ?
AnswerRe: how to write a new line each time ? Pin
Christian Graus15-Mar-06 9:39
protectorChristian Graus15-Mar-06 9:39 
GeneralRe: how to write a new line each time ? Pin
mrby12315-Mar-06 9:45
mrby12315-Mar-06 9:45 
AnswerRe: how to write a new line each time ? Pin
Stephen Hewitt15-Mar-06 13:25
Stephen Hewitt15-Mar-06 13:25 
GeneralRe: how to write a new line each time ? Pin
mrby12315-Mar-06 16:41
mrby12315-Mar-06 16:41 
QuestionPalmOS3.5 sdk Pin
GreenLantern15-Mar-06 9:16
GreenLantern15-Mar-06 9:16 
AnswerRe: PalmOS3.5 sdk Pin
El Corazon15-Mar-06 10:38
El Corazon15-Mar-06 10:38 
QuestionCRecordset::GetFieldValue + UNICODE = problem Pin
leandrobecker15-Mar-06 8:56
leandrobecker15-Mar-06 8:56 
Questionto interagate each word in a line of stringstream Pin
mrby12315-Mar-06 7:09
mrby12315-Mar-06 7:09 
QuestionRe: to interagate each word in a line of stringstream Pin
David Crow15-Mar-06 7:16
David Crow15-Mar-06 7:16 
AnswerRe: to interagate each word in a line of stringstream Pin
mrby12315-Mar-06 7:23
mrby12315-Mar-06 7:23 
QuestionRe: to interagate each word in a line of stringstream Pin
David Crow15-Mar-06 7:36
David Crow15-Mar-06 7:36 
AnswerRe: to interagate each word in a line of stringstream Pin
mrby12315-Mar-06 7:46
mrby12315-Mar-06 7:46 
GeneralRe: to interagate each word in a line of stringstream Pin
David Crow15-Mar-06 8:12
David Crow15-Mar-06 8:12 
GeneralRe: to interagate each word in a line of stringstream Pin
mrby12315-Mar-06 8:18
mrby12315-Mar-06 8:18 
QuestionRe: to interagate each word in a line of stringstream Pin
David Crow15-Mar-06 8:34
David Crow15-Mar-06 8:34 
AnswerRe: to interagate each word in a line of stringstream Pin
mrby12315-Mar-06 8:40
mrby12315-Mar-06 8:40 
GeneralRe: to interagate each word in a line of stringstream Pin
David Crow27-Mar-06 9:20
David Crow27-Mar-06 9:20 

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.