Re: This calculation is just wrong / computer can't count!



On Thu, 4 Oct 2007 22:44:14 +0100, "GT"
<ContactGT_remove_@xxxxxxxxxxx> wrote:

We are not working on a low level C system here, we
are writing an MFC application with dialog boxes, menus and the likes. There
is not a printf in sight.

No, the printf's are inside the MFC that prints the dialogs. The fact
that they are hidden from you doesn't mean they don't express
themselves in your application.
.



Relevant Pages

  • Re: How can I use CArray efficiently?
    ... MFC allocates memory in a way calculated to avoid memory fragmentation ... int main ... "CArray in the default case.\n", ...
    (microsoft.public.vc.mfc)
  • Re: I/O Stream and MFC Control Integration
    ... > I'm attempting to develop an application using MFC. ... > would like to integrate a previously written C program that uses 'printf' ... With this scheme the MFC application creates a pipe and issues a read ... > the best MFC control to use specifically to display output from the I/O ...
    (microsoft.public.dotnet.languages.vc)
  • Creating a console window in MFC
    ... I'm writing a MFC application. ... How could I also create a console window so that I can use printf to output ...
    (microsoft.public.vc.mfc)
  • Re: Console output from MFC dialog based app
    ... Try AttachConsole() to connect your parent's console. ... I don't know whether this affect printf() though. ... I have developed a MFC dialog based application. ... Now when I execute this app ...
    (microsoft.public.win32.programmer.gdi)
  • MFC inside .NET
    ... I currently have an MFC MDI app. ... My toolbar and menus are sensitive to the ... types of child windows the menus and toolbars update accordingly. ...
    (microsoft.public.vc.mfc)

Loading