I have worked with Java, C, and C++ primarily on unix systems. I would like to get into Windows application development, and have two questions.
(In your opinion) - What is the best IDE supported lanauage in the Windows environment that is capable of sending system events to change system options (e.g. change the time the computer sleeps from 5 to 10 minutes), or are sending these types of commands to Windows not supported such as they are under linux (whereas you could make a call to the system
with the appropriate command)?
e.g.
system("clear") ;