• 0

Windows equivalent of G++?


Question

Hey guys.

In university I'm thrown in a Linux environment for programming C++. There I have emacs and G++...

At home, however, I found the Windows version of xemacs... which looks just like the Linux version... but where can I find a Windows version of g++ which I can use in the same fashion as

g++ file.cpp - file

?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

if you already have g++ on your comp, all you need to do is add it to your environment variables. Go to system properties, advanced tab, environment variables. Under either box, preferably system variables, add a variable named Path, then set the value to the path of g++.

Hope this is right/helps.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.