Click here to Skip to main content
15,921,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUsing Microsoft G.723.1 codec Pin
Oleg M9-Nov-00 2:34
sussOleg M9-Nov-00 2:34 
GeneralCView and CDocument and ... Pin
Hadi Rezaie8-Nov-00 23:59
sussHadi Rezaie8-Nov-00 23:59 
GeneralLicense number of executables Pin
raj8-Nov-00 21:55
raj8-Nov-00 21:55 
GeneralRe: License number of executables Pin
14-Nov-00 5:40
suss14-Nov-00 5:40 
Generaldifference between using a static lib, or just using the C files Pin
Bryan Russell8-Nov-00 13:45
Bryan Russell8-Nov-00 13:45 
GeneralRe: difference between using a static lib, or just using the C files Pin
Chris Meech10-Nov-00 6:07
Chris Meech10-Nov-00 6:07 
GeneralRe: difference between using a static lib, or just using the C files Pin
15-Nov-00 0:24
suss15-Nov-00 0:24 
GeneralRe: difference between using a static lib, or just using the C files Pin
16-Nov-00 2:41
suss16-Nov-00 2:41 
GeneralSQL Server Pin
Guillaume Belzile8-Nov-00 10:57
sussGuillaume Belzile8-Nov-00 10:57 
GeneralExport registry Pin
Eq8-Nov-00 5:28
Eq8-Nov-00 5:28 
Questionwhat would be the proper way to use bitmasks? Pin
Byron Thomas Cullen8-Nov-00 3:49
Byron Thomas Cullen8-Nov-00 3:49 
AnswerRe: what would be the proper way to use bitmasks? Pin
Member 11279-Nov-00 2:55
Member 11279-Nov-00 2:55 
GeneralGetOpenFileName() problem Pin
koteswara8-Nov-00 1:58
koteswara8-Nov-00 1:58 
GeneralFlexGrid double the size of the .rc file Pin
Adi Peer8-Nov-00 1:17
Adi Peer8-Nov-00 1:17 
GeneralCListCtrl with non-resizable columns Pin
Harilaos Sfougaris7-Nov-00 22:36
Harilaos Sfougaris7-Nov-00 22:36 
GeneralTooltip for ActiveX - controls Pin
Michael Welsch7-Nov-00 22:28
Michael Welsch7-Nov-00 22:28 
GeneralSkins for VisualC++ GUI Pin
Sky7-Nov-00 20:32
Sky7-Nov-00 20:32 
GeneralC++ graphics modes Pin
dan7-Nov-00 14:08
dan7-Nov-00 14:08 
GeneralRe: C++ graphics modes Pin
Erik Funkenbusch8-Nov-00 10:35
Erik Funkenbusch8-Nov-00 10:35 
GeneralRe: C++ graphics modes Pin
Brendan Tregear9-Nov-00 12:48
Brendan Tregear9-Nov-00 12:48 
Generaltricky question about endl Pin
Erich Ruth7-Nov-00 7:47
Erich Ruth7-Nov-00 7:47 
GeneralRe: tricky question about endl Pin
Michael Dunn7-Nov-00 9:17
sitebuilderMichael Dunn7-Nov-00 9:17 
GeneralRe: tricky question about endl Pin
Erich Ruth7-Nov-00 11:40
Erich Ruth7-Nov-00 11:40 
I really appreciate your response. I have gotten responses
from you before and they have always been helpful.

For some reason, I still can't get my code to work. I managed
to reduce it to the following error. If I type at the end
of my function

cout << "." << endl;

the code works fine, but I get along list of periods before
I get the answer. If I type

cout << ".";

or

cout << "." << "\n";

or

puts("");

or anything that doesn't have the endl command, then my
calculations are way, way, way off. It does not make any
sense to me why is works with endl. In a book I read,
it says endl "flushes the stream", but the command
cout.flush(): doesn't "flush" anything.

I am going nuts! Please any response you can give me will
be gretly appreciated.

Sincerely,
Erich J. Ruth (an overworked graduate student)
GeneralRe: tricky question about endl Pin
Michael Dunn7-Nov-00 14:37
sitebuilderMichael Dunn7-Nov-00 14:37 
GeneralRe: tricky question about endl Pin
Erich Ruth8-Nov-00 3:27
Erich Ruth8-Nov-00 3:27 

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.