Thread: SSH Secure Shell to Microsoft Development Environment

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    45

    SSH Secure Shell to Microsoft Development Environment

    I took a programming course at my college and we used SSH Secure Shell to program in C. It got me really intrested and now I am starting to program at home. Problem is my home computer has Microsoft Development Environment.

    I tried download SSH but the server is gone, so can anyone reccomend any tutorials of Microsoft Development Environment?

    atleast how do you compile and run your program? The option is grayed out on my computer.

  2. #2
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    well you could download a Dev-C++ compiler which is freely available on the Internet. The very user friendly IDE and it is really very good, unless they update quite often.

    I is very good for any beginners.

    ssharish2005

  3. #3
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    hmm... you used SSH to program? More likely you used some compiler at the command line via SSH.

    ssharish2005 suggested Dev-C++, but the compiler behind that is the MinGW port of GCC, which comes with MSYS, an environment that may be similiar to what you used at the command line from SSH.

    If you are indeed looking for SSH for Windows, then you might try PuTTY.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. Microsoft Shell functions speed
    By @nthony in forum Windows Programming
    Replies: 6
    Last Post: 05-31-2009, 08:21 AM
  3. Replies: 0
    Last Post: 12-12-2006, 08:49 AM
  4. Apps that act "differently" in XP SP2
    By Stan100 in forum Tech Board
    Replies: 6
    Last Post: 08-16-2004, 10:38 PM
  5. Most Secure (SSH) Telnet Client for Programming
    By kuphryn in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 02-14-2002, 08:49 PM