Thread: Setting up on windows

  1. #1
    Registered User
    Join Date
    Dec 2008
    Posts
    66

    Setting up on windows

    I hope this is the correct forum for the thread

    My question is about what I can do to get the closest set-up on a windows that is similar to what we use at my University (Unix on Sun machines).

    Normally, I would just use SSH to connect, but I will be without an Internet connection while on holiday and I need to write a coursework during that time. My tutor suggested Visual Studio (which I installed), but I am put off by the fact that I could spend too much time trying to understand what the program is telling me in error messages and such.

    Is there an easy way to set up emacs editor and g++ compiler on a windows machine? What's the best solution?

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Well, I don't recall installing emacs for windows or Code::Blocks with MinGW (hence your g++ compiler) requiring anything other than clicking "Next" a lot. (Of course, if you've got C::B, who needs emacs?)

  3. #3
    Registered User
    Join Date
    Nov 2006
    Posts
    519
    install open solaris?
    Maybe they also have live cd's, I'm not sure

    http://opensolaris.org/os/downloads/#use

  4. #4
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    learning to interpret compiler errors is time well spent...
    And of course if you write correct code you won't get any so don't need to worry about spending time reading them

    Easiest would probably to set up Sun VirtualBox and create a Solaris image in that using an ISO.
    Both can be downloaded for free, see http://www.opensolaris.org for details.

  5. #5
    Registered User
    Join Date
    Dec 2008
    Posts
    66
    Quote Originally Posted by tabstop View Post
    Well, I don't recall installing emacs for windows or Code::Blocks with MinGW (hence your g++ compiler) requiring anything other than clicking "Next" a lot. (Of course, if you've got C::B, who needs emacs?)
    I was, in a way, looking for the wrong thing. Googling emacs/g++ just threw source code at me and this website produced http://www.cprogramming.com/g++.html. Searching for "Code::Blocks with MinGW" gave me what I needed in moments. Thank you.


    I will look into open solaris too, thanks for the help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Just starting Windows Programming, School me!
    By Shamino in forum Windows Programming
    Replies: 17
    Last Post: 02-22-2008, 08:14 AM
  2. Windows 98/2000 programming in Windows XP
    By Bill83 in forum Windows Programming
    Replies: 3
    Last Post: 07-22-2005, 02:16 PM
  3. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  4. dual boot Win XP, win 2000
    By Micko in forum Tech Board
    Replies: 6
    Last Post: 05-30-2005, 02:55 PM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM