Click here to Skip to main content
15,904,297 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Append BStr Pin
Mogaambo12-May-09 22:51
Mogaambo12-May-09 22:51 
AnswerRe: Append BStr [modified] Pin
Madhu Nair12-May-09 22:55
Madhu Nair12-May-09 22:55 
GeneralRe: Append BStr Pin
Mogaambo12-May-09 23:51
Mogaambo12-May-09 23:51 
GeneralRe: Append BStr Pin
KarstenK12-May-09 23:47
mveKarstenK12-May-09 23:47 
GeneralRe: Append BStr Pin
Mogaambo13-May-09 1:20
Mogaambo13-May-09 1:20 
GeneralRe: Append BStr Pin
KarstenK13-May-09 1:59
mveKarstenK13-May-09 1:59 
Questionhi plz help me Pin
priyakp12-May-09 21:01
priyakp12-May-09 21:01 
AnswerRe: hi plz help me Pin
Madhu Nair12-May-09 21:05
Madhu Nair12-May-09 21:05 
AnswerRe: hi plz help me Pin
CPallini12-May-09 21:06
mveCPallini12-May-09 21:06 
JokeRe: hi plz help me Pin
Naveen12-May-09 22:14
Naveen12-May-09 22:14 
QuestionGet groups and the number of associated users in that group in a system ? Pin
Mogaambo12-May-09 19:54
Mogaambo12-May-09 19:54 
AnswerRe: Get groups and the number of associated users in that group in a system ? Pin
«_Superman_»12-May-09 20:07
professional«_Superman_»12-May-09 20:07 
AnswerRe: Get groups and the number of associated users in that group in a system ? Pin
Madhu Nair12-May-09 20:50
Madhu Nair12-May-09 20:50 
QuestionProblem in using toolbar. Pin
Le@rner12-May-09 19:47
Le@rner12-May-09 19:47 
Question[Message Deleted] Pin
lek25812-May-09 19:22
lek25812-May-09 19:22 
JokeRe: Creating ISO9660 Image File(URGENT PLEASE) Pin
Michael Schubert13-May-09 0:15
Michael Schubert13-May-09 0:15 
GeneralRe: Creating ISO9660 Image File(URGENT PLEASE) [modified] Pin
enhzflep13-May-09 5:15
enhzflep13-May-09 5:15 
QuestionTo read a complete string Pin
Pankaj D.Dubey12-May-09 18:52
Pankaj D.Dubey12-May-09 18:52 
AnswerRe: To read a complete string Pin
Chandrasekharan P12-May-09 19:10
Chandrasekharan P12-May-09 19:10 
AnswerRe: To read a complete string Pin
Madhu Nair12-May-09 19:20
Madhu Nair12-May-09 19:20 
AnswerRe: To read a complete string Pin
«_Superman_»12-May-09 19:31
professional«_Superman_»12-May-09 19:31 
GeneralRe: To read a complete string Pin
Pankaj D.Dubey12-May-09 19:50
Pankaj D.Dubey12-May-09 19:50 
GeneralRe: To read a complete string Pin
«_Superman_»12-May-09 20:03
professional«_Superman_»12-May-09 20:03 
GeneralRe: To read a complete string Pin
Pankaj D.Dubey12-May-09 20:16
Pankaj D.Dubey12-May-09 20:16 
fopen("some_file.txt","r");

Search(fp_mt2, "Text: 2", "xyz");

for(i = 0; i < 10; i++)
{
fgets(line_buffer, 200, fp_mt2);
j=0;
while(line_buffer[j]!='(')
{
j++;
}
j = j + 2;
mt2[i] = line_buffer[j];

}
m_txt = mt2[0];
" " " " " "........ some 10 times w.r.t every value of mt2[j]
m-txt is the textbox. But i am getting only first character of every string of every line. The string carry 2 or 3 characters.
j = to reach the perticular line.

would u please help me further.

French is the language of love, for everything else there is c++ ...(anonymous)

GeneralRe: To read a complete string Pin
«_Superman_»12-May-09 21:05
professional«_Superman_»12-May-09 21:05 

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.