I have just started with Visual C++ 2005 Express Edition. I have also installed Platform SDK with it. I have few questions:
I couldn't see line numbers, or gutter on the editor. How could I toggle gutter/line numbers.
I saw the include directory of the VC. I saw that several header files are without extensions such as iostream. And there are several other header files too with .h extension such as conio.h, dos.h etc. I know that we could declare header files with
#include<iostream>
or#include<iostream.h>
. But what does this mean. Previous version i.e. VC6 didn't had anything like this.Platform SDK includes MFC, so does VC2005 express supports MFC.