Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: File Generation. Pin
Chris Meech27-May-03 9:04
Chris Meech27-May-03 9:04 
Could you try
ofstream* df[100];
for (int i=0;i<100;i++)
{
  string  filename("data");
  filename.append(itoa(i));
  filename.append(".txt")
  df[i]->open(filename,ios...
...


Chris Meech

"what makes CP different is the people and sense of community, things people will only discover if they join up and join in." Christian Graus Nov 14, 2002.

"Microsoft hasn't ever enforced its patents. Apparently they keep them for defensive reasons only. Or, they could be waiting 'til they have a critical mass of patents, enforce them all at once and win the game of Risk that they're playing with the world." Chris Sells Feb 18, 2003.
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 
GeneralRe: List Control with Cut and Paste Pin
valikac27-May-03 9:33
valikac27-May-03 9:33 

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.