Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Most windows developers that develop on the microsoft stack of products probably use Visual Studio. For windows development without Visual Studio, <a href="http://www.icsharpcode.net/OpenSource/SD/" rel="nofollow noreferrer">SharpDevelop</a> is the current most popular alternative.</p> <p>However if you are looking for a user experience more similar to linux you can always use windows command prompt and all of the command prompt compilers still exist. Just like with linux you'll have to modify your environmental variables to make everything work you you'd like it to.</p> <p>If that still isn't close enough to the feel on linux, you can try out <a href="http://www.cygwin.com/" rel="nofollow noreferrer">Cygwin</a>.</p> <p>Many of your common utilities from linux like gdb <a href="http://hamsterrepublic.com/ohrrpgce/index.php/GDB_on_Windows.html" rel="nofollow noreferrer">do have windows builds as well.</a></p> <p>And of course there is the <a href="http://www.eclipse.org/" rel="nofollow noreferrer">Eclipse IDE</a> that is used for many languages, by many people, on multiple platforms. It is very extendable.</p> <p>Some other tools you may be missing:</p> <ul> <li><a href="http://gcc.gnu.org/install/binaries.html" rel="nofollow noreferrer">GCC - Available Via Cygwin</a> </li> <li><a href="http://codingcockerel.co.uk/?p=10" rel="nofollow noreferrer">MS Build can give you similar functionality to what you had with make</a> (I'm not sure if <a href="http://johnbokma.com/perl/make-for-windows.html" rel="nofollow noreferrer">nmake</a> is still used/supported)</li> <li><a href="http://www.vim.org/download.php" rel="nofollow noreferrer">Vi/Vim</a></li> <li><a href="http://www.wingrep.com/" rel="nofollow noreferrer">Grep</a></li> <li><a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" rel="nofollow noreferrer">SysInternals</a> will have lots of various file/process monitoring utilities to hopefully adequately replace what you miss being able to simply get from /proc</li> <li><a href="http://www.wireshark.org/" rel="nofollow noreferrer">Wireshark</a>(or ethereal) to replace well... wireshark/ethereal/</li> <li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&amp;displaylang=en" rel="nofollow noreferrer">Tail</a> is available in the Windows Resource Kit</li> <li><a href="http://www.gnu.org/software/emacs/windows/ntemacs.html" rel="nofollow noreferrer">Emacs</a> </li> </ul> <p>Hopefully that covers most of your basic tasks. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload