Click here to Skip to main content
15,914,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A bug made by "connectioin string" (ODBC) Pin
Mark Salsbery5-Apr-08 11:36
Mark Salsbery5-Apr-08 11:36 
QuestionHow to read the values inside a txt file into an array? Pin
johndoelee5-Apr-08 5:09
johndoelee5-Apr-08 5:09 
GeneralRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 7:55
Eytukan5-Apr-08 7:55 
GeneralRe: How to read the values inside a txt file into an array? [modified] Pin
Joseph Marzbani5-Apr-08 9:02
Joseph Marzbani5-Apr-08 9:02 
GeneralRe: How to read the values inside a txt file into an array? Pin
CPallini5-Apr-08 10:33
mveCPallini5-Apr-08 10:33 
GeneralRe: How to read the values inside a txt file into an array? Pin
Joseph Marzbani5-Apr-08 16:25
Joseph Marzbani5-Apr-08 16:25 
GeneralRe: How to read the values inside a txt file into an array? Pin
CPallini5-Apr-08 21:41
mveCPallini5-Apr-08 21:41 
GeneralRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 17:53
Eytukan5-Apr-08 17:53 
I hate MFCs.. [ read it in Brendan Fraser's tone.. I hate mummies..*gunshot* ]

<br />
	ifstream ifs("E:\\test.txt",ios::in);<br />
	string st;	<br />
	vector<string> vec_words;<br />
	while (ifs>>st) <br />
	{<br />
	vec_words.push_back(st);<br />
	}<br />
        ifs.close();<br />






OK,. what country just started work for the day ? The ASP.NET forum is flooded with retarded questions. -Christian Graus


Best wishes to Rexx[^]

modified on Sunday, April 6, 2008 3:44 AM

GeneralRe: How to read the values inside a txt file into an array? Pin
CPallini5-Apr-08 21:39
mveCPallini5-Apr-08 21:39 
GeneralRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 21:49
Eytukan5-Apr-08 21:49 
GeneralRe: How to read the values inside a txt file into an array? Pin
CPallini5-Apr-08 22:20
mveCPallini5-Apr-08 22:20 
GeneralRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 22:43
Eytukan5-Apr-08 22:43 
GeneralRe: How to read the values inside a txt file into an array? [modified] Pin
Rajesh R Subramanian5-Apr-08 22:20
professionalRajesh R Subramanian5-Apr-08 22:20 
GeneralRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 22:38
Eytukan5-Apr-08 22:38 
GeneralRe: How to read the values inside a txt file into an array? Pin
Rajesh R Subramanian5-Apr-08 22:43
professionalRajesh R Subramanian5-Apr-08 22:43 
JokeRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 22:44
Eytukan5-Apr-08 22:44 
JokeRe: How to read the values inside a txt file into an array? Pin
Rajesh R Subramanian5-Apr-08 22:47
professionalRajesh R Subramanian5-Apr-08 22:47 
AnswerRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 22:51
Eytukan5-Apr-08 22:51 
GeneralRe: How to read the values inside a txt file into an array? Pin
Rajesh R Subramanian5-Apr-08 22:57
professionalRajesh R Subramanian5-Apr-08 22:57 
QuestionRe: How to read the values inside a txt file into an array? Pin
johndoelee5-Apr-08 23:05
johndoelee5-Apr-08 23:05 
GeneralRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 23:12
Eytukan5-Apr-08 23:12 
GeneralRe: How to read the values inside a txt file into an array? Pin
johndoelee5-Apr-08 23:38
johndoelee5-Apr-08 23:38 
GeneralRe: How to read the values inside a txt file into an array? Pin
Rajesh R Subramanian5-Apr-08 23:41
professionalRajesh R Subramanian5-Apr-08 23:41 
GeneralRe: How to read the values inside a txt file into an array? Pin
Eytukan5-Apr-08 23:54
Eytukan5-Apr-08 23:54 
GeneralRe: How to read the values inside a txt file into an array? Pin
johndoelee6-Apr-08 1:42
johndoelee6-Apr-08 1:42 

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.