khalilov 0 Report post Posted January 5, 2009 I tried to install C++ 4.5 on vista but it said its not compatable with it, does this apply to all the other versions of C++ (5 in particular cuz thats what iam gona get). Share this post Link to post Share on other sites
Quatrux 4 Report post Posted January 5, 2009 What are you talking about C++ 4.5? Are you talking about Borland? Share this post Link to post Share on other sites
xboxrulz1405241485 0 Report post Posted January 5, 2009 for programming I just use the GNU C/C++ Tools like g++ and gcc.xboxrulz Share this post Link to post Share on other sites
yordan 10 Report post Posted January 6, 2009 for programming I just use the GNU C/C++ Tools like g++ and gcc.And did you try them with vista ? Share this post Link to post Share on other sites
khalilov 0 Report post Posted January 6, 2009 Yes its borland, i have a project >.<, looks like iam gona have to borow a computer or so cuz formating isn't an option. for programming I just use the GNU C/C++ Tools like g++ and gcc.xboxrulz is that the same syntax and functions as borland? Share this post Link to post Share on other sites
Quatrux 4 Report post Posted January 6, 2009 I think yes, the syntax is the "same". So why don't you use Eclipse? on Windows, I think it's using GCC, even though can't remember..http://www.eclipse.org/cdt/Also you can use Dev C++, I stopped using it as it started to be buggy and I think it was updated some time ago, as if the project is abandoned, but you can still use it: http://www.bloodshed.net/devcpp.htmland you can use Visual Studio 2008 on Windows too, but it has a little bit different syntax in some situations then programming C/C++ if moving from Borland.. Usually code written for GCC works on Visual Studio, the opposite doesn't work in some situations of coding style. Share this post Link to post Share on other sites
wutske 0 Report post Posted January 7, 2009 It's not only the coding style that differs in Visual C++, Microsoft has added it's own set of functions and global variables which aren't available in gcc and other compilers. I also suggest getting Eclipse, it's bit tough to begin with, but once you know it you have an up to date SDK to work with Share this post Link to post Share on other sites
Lordrach 0 Report post Posted January 11, 2009 hi,you can use code::blocks, free, open source, very popular and multi platform.download here. Share this post Link to post Share on other sites