How would I program a complex equation such as:
z = z^2 + c, where 'z' and 'c' are: 'real' + 'imaginary' so
it would look like this: (r+i) = (r+i)^2 + (r+i)???
Please put it as simple as you can...
Thanks...
When I try to run a MFC Application program that I made with Visual C++ on a computer that does not have C++ installed on it, I get an error that says:
"A required .DLL file, MFC42D.DLL, was not found"...
How would I fix this error so I may be able to run my programs on other...
How would I loop a *.mp3 file wih MCI???
This is my code:
//m_Forever is a Variable type HWND
m_Forever = NULL;
if (m_Forever == NULL)
{
m_Forever = MCIWndCreate(m_hWnd, AfxGetInstanceHandle(),
MCIWNDF_NOTIFYSIZE | MCIWNDF_NOERRORDLG |
WS_CHILD, NULL);
if (m_Forever !=...
I was able to save to a Binary .txt file by "overloading the operator"...This is in a MFC Application Dialog Based
But when I want to load the informaton back into the Variables I get an error in the istream operator:
************************************************************...
I need an easy way to send information from a modal dialog to a modeless dialog and take information from a modeless dialog to a modal dialog using tbe modal dialog to perform these tasks...
Please Help Me...
Thanks.
I have created a Modeless Dialog using Create() and now I want to have many Modal Dialogs Getting and Sending Information from and to that Modeless Dialog... The Modeless Dialog will just wait in the background until I exit the program...
eg.
//***Send***
pModeless->Variable =...
I would like to create a modeless dialog that runs in the background that I can use to transfer data to and take data from it with mutliple modal dialogs...
I created my Modeless Dialog using this:
//////////////////////////////////////////////
CStatisticsDlg *pStats = new CStatisticsDlg()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.