Message Board


Message Board > C/C++ > what do you think is the best C/C++ enviroment

November 16, 2005, 02:17
Puniks
AKA Piglet, Skull, but always in reversing mode
58 posts

i would like to explore the possibilty of using C++, i have a copy of Borlan C++Bulider, now is this any good ?
will it work in XP?

if it wont work in XP, what do i need to use C++ in XP?

or could i code in Win98 and exported the compiled program to XP?

please give your advice
____________
people who find grammatical and spelling errors can keep them. http://www.dragonglow.co.uk
#
November 16, 2005, 10:41
PEader
お前はもう死んでいる
1486 posts

I've not used Borland's C++ Builder but anything compiled for Windows 98 will work in Windows XP as long as it is Win32 based.
____________
I see 57,005 people.
#
November 16, 2005, 13:56
Sandman
F3n!x0r
1194 posts

I'm using VC++, works swell. I had problems with DevCpp though.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
November 16, 2005, 14:01
PEader
お前はもう死んでいる
1486 posts

Quoting Sandman:
I'm using VC++, works swell. I had problems with DevCpp though.

Elaborate! It's no good telling the man you had 'problems'. I use mingw and am tryign to figure out MYSYS. So I don't use IDEs. Dev-cpp is find however some weird shit happens when you are trying to include resources and compile win32 programs. Like the resources can't be found. In reality they are all good, I'd probabely go with Borland out of sentimentality if I was pushed.
____________
I see 57,005 people.
#
November 16, 2005, 16:42
DTM
Earthling!
821 posts

I've always used dev-cpp with no problems.
____________
:o
#
November 16, 2005, 17:47
Sandman
F3n!x0r
1194 posts

* Sandman elaborates:

DevCpp wouldn't compile my Fenix DLL's, no mather what I tried.
____________
BennuWiki
Yes, my avatar has grey borders in IE (so get a decent browser)
ROOFLEZ ROOFLEZ
#
November 16, 2005, 18:04
DTM
Earthling!
821 posts

ooooo it compiles mine just lovely.
____________
:o
#
November 20, 2005, 20:40
Frimkron
Frustrated Megalomaniac
703 posts

What errrors do you get, Sand? We might be able to help you out - you never know.
____________
#
December 23, 2005, 16:29
Deadmaster
Where is Johnny?
458 posts
DEV C++ is the only one I've used. Seems fine to me. Does anyone know if it works with OpenGL or DirectX?
____________
My site still needs updating and redesigning. My last.fm page.

GO TO TEXTUAL ANARCHY II YOU FISHDOG YOU
#
December 23, 2005, 17:29
DTM
Earthling!
821 posts

Quoting Deadmaster:
Does anyone know if it works with OpenGL or DirectX?

Yes, i'm not sure if the directx libraries are included though.
____________
:o
#
December 23, 2005, 18:14
Frimkron
Frustrated Megalomaniac
703 posts

Run the package installer thingy and get the direct X package. Then read my post on here about it.
____________
#
May 2, 2006, 13:09
yonni
None
420 posts
Quoting Sandman:
I'm using VC++, works swell. I had problems with DevCpp though.

How did you get VC++ to work with win32 apps? Enterprise Edition (the free one) only supports .NET. Ive downloaded the SDK and done all the config stuff i found on a tutorial video by microsoft, but it still doesnt have windows.h or anything.
In the meantime im using DevC++ which (although actually compiling windows apps) it pretty shoddy in my opinion, especially the text editor.
____________
#
May 13, 2006, 08:30
Mezzmer
Square-theorist
792 posts

I've just started using Code::Blocks, it's a very stable IDE, and it's cross-platform. Unfortunately i dont think it works with Visual C++.

http://www.codeblocks.org/

Puniks i suggest you should look around for what suits you best.

what are you guys hoping to program?
____________
#
May 13, 2006, 11:08
PEader
お前はもう死んでいる
1486 posts

Quoting Squarepusher:
I've just started using Code::Blocks, it's a very stable IDE, and it's cross-platform. Unfortunately i dont think it works with Visual C++.

http://www.codeblocks.org/

Puniks i suggest you should look around for what suits you best.

what are you guys hoping to program?

Sqaure why would it work with Visual C++? That is like saying notepad doesn't work with wordpad. Also how long have you ben using it?

[Edited on May 13, 2006 by PEader]
____________
I see 57,005 people.
#
May 15, 2006, 01:57
Mezzmer
Square-theorist
792 posts

Not long at all, in fact i've only just set it up.

Though i'm confused by most C++ i want to get past my beginner phase. Someone recommended me Code::Blocks, and i also want to use Allegro game programming library to make some kind of 2d game. I was even thinking about rewriting Hero: The Realm (!) as i basically have a full set of game graphics for it. (Maybe redraw them in a better resolution though!)

Anyway i need something to do over the summer, and learning a bit of C++ would be quite useful.
____________
#
May 15, 2006, 05:20
Stuckie
Code Munkee
21 posts
On Linux, I use just use Kate and gcc manually (though for bigger projects, I use a Make file so I don't kill myself ;))

On Windows, it's Code::Blocks, though it used to be DevCPP
____________
#
August 6, 2006, 23:03
Rhovanion
Exterminated
666 posts
I've used gcc and VI editor (you have Notepad++ and Notepad; VI editor would be something like Notepad--) to make the C file
____________
#
September 25, 2006, 22:50
Htbaa
Perl
368 posts

For Windows you could also use MingW with the MingW Developer Studio. If you ever used Crimson Editor and liked that one, you'll like this one as well I guess.
____________
blog.htbaa.com
#

Message Board > C/C++ > what do you think is the best C/C++ enviroment

Quick reply


You must log in or register to post.
Copyright © 2005 Booleansoup.com
Questions? Comments? Bug reports? Contact us!