Click here to Skip to main content
15,912,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Putting Buttons in the view? Pin
valikac27-May-03 14:26
valikac27-May-03 14:26 
AnswerRe: Putting Buttons in the view? Pin
Martyn Pearson27-May-03 23:20
Martyn Pearson27-May-03 23:20 
GeneralPassing pointer by address as argument Pin
Vancouver27-May-03 13:15
Vancouver27-May-03 13:15 
GeneralRe: Passing pointer by address as argument Pin
Chris Richardson27-May-03 13:31
Chris Richardson27-May-03 13:31 
GeneralRe: Passing pointer by address as argument Pin
Vancouver27-May-03 13:47
Vancouver27-May-03 13:47 
General[MDI] How to open a document wich is not active Pin
selecta27-May-03 12:58
selecta27-May-03 12:58 
GeneralCHtmlView: can not load java ... Pin
includeh1027-May-03 10:55
includeh1027-May-03 10:55 
GeneralFile Generation. Pin
73Zeppelin27-May-03 8:53
73Zeppelin27-May-03 8:53 
I am trying to track reams of data and am getting exhausted of opening
multiple files. Anyone have a quick method for opening somewhere on the order
of 100 files?

I suppose I could generate filenames, but how do I open them all without coding 100 separate instances of:
ofstream DataFile1;

DataFile1.open("Data1.txt", ios::out | ios::trunc);

if ( DataFile.fail() )
     throw "This disk is full.\n";

// etc....to Data100.txt

GeneralRe: File Generation. Pin
Chris Meech27-May-03 9:04
Chris Meech27-May-03 9:04 
GeneralUsing MFC with win32 Pin
d_kilshtein27-May-03 8:35
d_kilshtein27-May-03 8:35 
GeneralRe: Using MFC with win32 Pin
John M. Drescher27-May-03 9:05
John M. Drescher27-May-03 9:05 
GeneralColor on MessageBox Pin
kostya_f27-May-03 7:37
kostya_f27-May-03 7:37 
GeneralRe: Color on MessageBox Pin
Neville Franks27-May-03 11:27
Neville Franks27-May-03 11:27 
QuestionIs there an alternative to GetDIBits? Pin
georgiek5027-May-03 7:36
georgiek5027-May-03 7:36 
AnswerRe: Is there an alternative to GetDIBits? Pin
Chris Losinger27-May-03 8:29
professionalChris Losinger27-May-03 8:29 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5027-May-03 9:30
georgiek5027-May-03 9:30 
GeneralRe: Is there an alternative to GetDIBits? Pin
Chris Losinger27-May-03 12:15
professionalChris Losinger27-May-03 12:15 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5027-May-03 12:39
georgiek5027-May-03 12:39 
GeneralRe: Is there an alternative to GetDIBits? Pin
Chris Losinger27-May-03 12:50
professionalChris Losinger27-May-03 12:50 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5027-May-03 22:22
georgiek5027-May-03 22:22 
GeneralRe: Is there an alternative to GetDIBits? Pin
Joel Lucsy28-May-03 2:53
Joel Lucsy28-May-03 2:53 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5028-May-03 4:54
georgiek5028-May-03 4:54 
GeneralRe: Is there an alternative to GetDIBits? Pin
Anonymous28-May-03 16:08
Anonymous28-May-03 16:08 
GeneralRe: Is there an alternative to GetDIBits? Pin
georgiek5028-May-03 23:16
georgiek5028-May-03 23:16 
GeneralList Control with Cut and Paste Pin
tools200027-May-03 6:40
tools200027-May-03 6:40 

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.