I am using visual studio 2010. I wanted to compile my cpp from cmd. I can compile it using "cl file.cpp" comand in visual studio developer command line tool.
But I wanted to compile it from the built in cmd of windows. When I try to use the command "cl file.cpp" it does not recognize the command. I even tried to cd to cl.exe path and run from there but then it gives a mspdb110.dll is missing error.
I herd that we need to put environment variables but I am not able to find anywhere which variables to set.