im programming on c++ and i have this errors for that code:
#include <stdio.h>
int main(int argc, char* argv[])
{ int x;
printf("%d","Please enter a number\n");
scanf(%d,&x);
printf("%d","You entered 56\n");
}
This is the errors: Error 1 error C2065: 'd' : undeclared identifier 9 1 ניסיון1
2 IntelliSense: expected an expression 9 8
Thanks, Peleg