underpl1g
28.01.2021, 18:39
help! Пытаюсь открыть страницу на свой вк при неверном значении. Но фигня происходит. Ошибка ниже код тоже. Буду благодарен кто поможет.
https://forum.antichat.xyz/attachments/27658397/
code:
[CODE]
#include
#include
#include
#include "Windows.h"
#include
#include
int
main
(
)
{
setlocale
(
LC_ALL
,
"Russian"
)
;
std
::
string nickname
{
""
}
;
while
(
nickname
==
""
)
{
std
::
cout
>
nickname
;
std
::
string password
{
""
}
;
while
(
password
==
""
)
{
std
::
cout
>
password
;
if
(
nickname
==
"underpl1g"
)
{
// проверка на логин != underpl1g = crush
std
::
cout
https://forum.antichat.xyz/attachments/27658397/
code:
[CODE]
#include
#include
#include
#include "Windows.h"
#include
#include
int
main
(
)
{
setlocale
(
LC_ALL
,
"Russian"
)
;
std
::
string nickname
{
""
}
;
while
(
nickname
==
""
)
{
std
::
cout
>
nickname
;
std
::
string password
{
""
}
;
while
(
password
==
""
)
{
std
::
cout
>
password
;
if
(
nickname
==
"underpl1g"
)
{
// проверка на логин != underpl1g = crush
std
::
cout