I downloaded Microsoft Visual C from the Internet, and started to code. Issued some commands, but it is not working and I am confused.
When I entered the C expression gets(Name);
the compiler said the function is unidentified, why??? How is this compiler different from a regular C++ compiler? Why did it not find the command? I have declared the libraries: <windows.h>
, <stdio.h>
and <math.h>
. Not sure what is wrong.