#include <stdio.h>
#include <wchar.h>
....
scanf_s("%d", &inum);
....
|1173|error: 'scanf_s' was not declared in this scope|
kde moze byt problem?
to iste s
#include <time.h>
....
localtime_s(<ime, &local_tv_sec);
.....
1229|error: 'localtime_s' was not declared in this scope|
chyba?
-
audiotrack
VIP
- Príspevky: 25958
- Registrovaný: 09 sep 2005, 18:39
- Kontaktovať používateľa:
Re: chyba?
skús std::scanf_s("%d", &inum); alebo si zadefinuj používanie std namespacu
Re: chyba?
no poriesil som to inak diky za pomoc K+