How can I develop for iPhone using a Windows development machine? How to find MySQL my.cnf on my windows computer? How to find the MySQL data directory from command line in Windows? Which one is safer Sleep or Hibernate in Windows? How to install Python MySQLdb module using pip? The Best C IDE or Editor for Windows; System Calls in Unix.
- Related Questions & Answers
- Nov 14, 2008 abt using sleep in windows. C / C Forums on Bytes. There is no standard portable sleep function,.nix has sleep Windows has Sleep.
- Oct 17, 2017 You can also press the Windows logo key + X on your keyboard, and then select Shut down or sign out Hibernate. For Windows 8.1 / Windows RT 8.1, move your mouse to the lower left-hand corner of the screen and right-click the Start button or press Windows logo key + X on your keyboard.
- Selected Reading
Sleep Dev C Windows Ev C++ Windows 7
There are several alternatives for compiling C++ on windows. Let's look at 2 of them:
GCC
Sleep Dev C Windows Ev C++ Windows 8
To install GCC on Windows you need to install MinGW. To install MinGW, go to the MinGW homepage, www.mingw.org, and follow the link to the MinGW download page. Download the latest version of the MinGW installation program which should be named MinGW-<version>.exe.
While installing MinGW, at a minimum, you must install gcc-core, gcc-g++, Binutils, and the MinGW runtime, but you may wish to install more.
Add the bin subdirectory of your MinGW installation to your PATH environment variable so that you can specify these tools on the command line by their simple names.
When the installation is complete, you will be able to run gcc, g++, ar, ranlib, dlltool, and several other GNU tools from the Windows command line.
For a detailed installation guide, visit: https://www.compile.work/guides/installation/windows/gcc.html
Dev C++
If you'd rather use an IDE for C++ development, you can install the devC++ compiler/IDE for windows. Download the exe file from https://bloodshed-dev-c.en.softonic.com/ and follow the instructions there to install it. Installation is pretty straightforward.