Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAdding hidden data to a Combobox Pin
Hamed Musavi24-May-07 23:56
Hamed Musavi24-May-07 23:56 
AnswerRe: Adding hidden data to a Combobox Pin
Arman S.25-May-07 2:02
Arman S.25-May-07 2:02 
GeneralRe: Adding hidden data to a Combobox Pin
Hamed Musavi25-May-07 2:23
Hamed Musavi25-May-07 2:23 
QuestionReading Data From A file Pin
jannathali24-May-07 23:17
jannathali24-May-07 23:17 
AnswerRe: Reading Data From A file Pin
Nelek25-May-07 0:59
protectorNelek25-May-07 0:59 
QuestionRe: Reading Data From A file Pin
David Crow25-May-07 3:48
David Crow25-May-07 3:48 
AnswerRe: Reading Data From A file Pin
Nelek31-May-07 6:15
protectorNelek31-May-07 6:15 
QuestionI am stuck again. C++ Pin
C_Zealot24-May-07 23:16
C_Zealot24-May-07 23:16 
Hi all:

Evening to all.

I create an instance of ifstream:

ifstream in(argv[1], ios_base::binary); //argv[1] is the name of a text file.

and try to read something from it.

in.open(argv[1]);
string line;
while(!in.eof()) {
cout << "I am here" <
AnswerRe: I am stuck again. C++ Pin
Nelek25-May-07 0:53
protectorNelek25-May-07 0:53 
QuestionRe: I am stuck again. C++ Pin
David Crow25-May-07 4:02
David Crow25-May-07 4:02 
AnswerRe: I am stuck again. C++ Pin
zeus200025-May-07 18:39
zeus200025-May-07 18:39 
Question"W" and "A" appended versions of functions ? Pin
ldsdbomber24-May-07 23:13
ldsdbomber24-May-07 23:13 
AnswerRe: &quot;W&quot; and &quot;A&quot; appended versions of functions ? [modified] Pin
Naveen24-May-07 23:28
Naveen24-May-07 23:28 
AnswerRe: "W" and "A" appended versions of functions ? Pin
Cedric Moonen24-May-07 23:42
Cedric Moonen24-May-07 23:42 
GeneralRe: "W" and "A" appended versions of functions ? Pin
ldsdbomber24-May-07 23:56
ldsdbomber24-May-07 23:56 
AnswerRe: "W" and "A" appended versions of functions ? Pin
David Crow25-May-07 4:04
David Crow25-May-07 4:04 
QuestionCMenu question Pin
ldsdbomber24-May-07 22:30
ldsdbomber24-May-07 22:30 
AnswerRe: CMenu question Pin
Naveen24-May-07 22:50
Naveen24-May-07 22:50 
AnswerRe: CMenu question Pin
toxcct24-May-07 23:05
toxcct24-May-07 23:05 
GeneralRe: CMenu question Pin
ldsdbomber24-May-07 23:10
ldsdbomber24-May-07 23:10 
GeneralRe: CMenu question Pin
Naveen24-May-07 23:24
Naveen24-May-07 23:24 
GeneralRe: CMenu question Pin
ldsdbomber24-May-07 23:56
ldsdbomber24-May-07 23:56 
QuestionHooking menu items disabled... Pin
Fuzzychaos24-May-07 22:17
Fuzzychaos24-May-07 22:17 
QuestionShow DIB Pin
kcynic24-May-07 22:15
kcynic24-May-07 22:15 
AnswerRe: Show DIB Pin
Nelek25-May-07 0:46
protectorNelek25-May-07 0:46 

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.