I am use to making console apps with cout lines, now I see printf()? Why is this???
--TheProgramer--
C++ Programer since 2004.
You can contact me at:
theprogramer2004@yahoo.com
Hi,
I am making a program with multiple windows. In the main window, you can have multiple other windows. How do I make the smaller windows have a default text input? Now theeey just load as a plain white box, but I want them to have a default text input.
Thanks in advance!!!!!!!!!!
Hi,
I am making a dialog based, Win32 application. I have set it up to have a person input a password, but it won't validate it. How do I make it validate the password? I want it to be able to have multiple passwords. I tried:
if (password == 1111) return 0;
so that if the password is...
Hi,
I am making a dialog based, Win32 application. I have set it up to have a person input a password, but it won't validate it. How do I make it validate the password? I want it to be able to have multiple passwords. I tried:
if (password == 1111) return 0; so that if the password is...
Hi,
I have a bit of code that came with my Dev-C++ for a Win32 Application. All I am asking is, where do I put my prograns code?
Here is my code:
#include <windows.h>
/* Declare Windows procedure */
LRESULT CALLBACK WindowProcedure(HWND, UINT, WPARAM, LPARAM);
/* Make the class name into a...
How do I make an application print text??????
All; I want is to make a program simply print any text that was displayed in my console application.
Thanks in advance!
--TheProgramer--
C++ Programer since 2004.
You can contact me at:
theprogramer2004@yahoo.com
I just need a snipet of code that will delete and recreate a file. Not Rename, but totaly delete and then create a new file under the same name.
--TheProgramer--
C++ Programer since 2004.
You can contact me at:
theprogramer2004@yahoo.com
I have DEV C++, andI need to know how to program a windows program. It has a template fir Windows applications, I just cant find where to my program code. Here is what the template looks like:
"
#include <windows.h>
/* Declare Windows procedure */
LRESULT CALLBACK WindowProcedure(HWND, UINT...
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.