Search Results

3
votes

Is there a compiler or IDE for C on Windows that’s regarded as an industry standard?

I recommend Quincy when you are just learning to program in C/C++. Simple to use and created for easily trying out small C/C++ p …
5
votes

How do I push a file from a Linux box to a Windows Box?

I don't think any version of windows has built in SSH server. You can take a look at FileZilla for easily setting up a SFTP server. …