C++ MFC Applications - MFC Components

preview_player
Показать описание
C++ MFC Applications - MFC Components

MFC Source and Apps
----------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

Very nice but what version of Visual C++ are you using?

jonathananderson
Автор

Great tutorial. Can you please share your source code or website link?

mdmanjurulhaque
Автор

Do you have the link to download this solution?

CrystalxSea
Автор

why are you using a lot of "if" while you can use "switch() case:" ?

AbanoubNassemMousa
Автор

very good friend, I want you to please help me ---> I want to make a dialog box that allows me to enter a user name and password, well what I have most of the problem is when I do the comparison of the string, like this:

UpdateData(true);
CString user="ljkbljr";
if(strcmp(user, m_passoword)==0)//este es el error, me dice que no hay una funcion //de conversion de CString a const char.


UpdateData(false);
I would greatly appreciate it if you help me.

sullivanfelipe