Welcome Guest ( Log In | Register )



2 Pages V  < 1 2  
Reply to this topicStart new topic
> Looking For A Good C++ Compiler, I'm hoping to get a URL to get C++
BitShift
post Jun 4 2006, 04:05 AM
Post #11


Advanced Member
Group Icon

Group: Members
Posts: 153
Joined: 8-May 06
From: Houston, TX
Member No.: 13,291



QUOTE(hatim @ Jun 17 2005, 06:58 AM) *

Well Dev-C++ is awsome ..but its an awsome IDE and not a compiler . Although its bundeled with one. The compiler is MinGW which is a port of GNU C compiler. Mingw can also be downloaded seprately. There is also cygwin gcc. One can use other compilers with Dev-C++.

You may also want to check this page
it contains the descriptions of various compilers and their links. Some of them are free



I agree, I tried using Dev-C++ for a while and the compiler kept saying alot of standard libraries were deprecated and it was having alot of trouble reading my code

for the longest time i thought it was me and i kept looking online for what i was doing wrong until i finally tried antoher compiler and realized that the compiler that comes with Dev was a bad compiler
Go to the top of the page
 
+Quote Post
abhishek
post Jun 18 2006, 08:46 PM
Post #12


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 28
Joined: 13-August 05
Member No.: 7,827



I use Borland C++ compiler 5.5. It doesnt include an IDE but it is free. There are many 3rd party IDEs available which can be used along with this awesome compiler.

Get it Here Download the compiler.

Note that you must register before you downlode the compiler.
Go to the top of the page
 
+Quote Post
polarysekt
post Sep 25 2007, 08:29 PM
Post #13


Advanced Member
Group Icon

Group: Members
Posts: 128
Joined: 12-February 05
From: St. Louis, MO
Member No.: 2,612



I would say the free version of Microsoft Visual C++ Express... here's my other (quite a bit more detailed) post about how to get native (non-framework) apps to compile...

I had to put down the DevC++ ... trust me...

This post shows how to get it all to work...
(2 downloads, 2 files changed, 3 settings changed - it's easy, trust me...)

http://www.astahost.com/index.php?showtopi...mp;#entry111433


Again, I would recommend this as a free IDE as opposed to DevC++ which has yet to be updated since about 2005 anyways...
Go to the top of the page
 
+Quote Post
sparkx
post Sep 25 2007, 10:23 PM
Post #14


Sparkx
Group Icon

Group: [HOSTED]
Posts: 354
Joined: 11-October 06
From: Dana Point, CA, USA
Member No.: 16,496



Personally I use Dev-Shed C++. It is OK but has some bugs for example you need to run all the files from My Documents rather then just pressing run (that buttom seems to not work). I could never figure out the debug but I dont need it anyway. I needed to download some extra things for it to work with my programs but other then that I would need to say it is fairly good.
I have only used the trial verson of Visual C++ by Microsoft but I think this is a good compiler also. I didn't need to download extra things and it ran file without me going in and opening them manually. I know it has some handy settings (though I didn't use them) but I have found some good C++ tutorials aimed directly to the Visuall C++. The only error I ever came up with was while assigning bool variables. They are case-sensitive on Visuall C++.
Hope this helps,
Sparkx
Go to the top of the page
 
+Quote Post
The Pixel Coder
post Jan 12 2008, 07:50 PM
Post #15


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 12
Joined: 12-January 08
Member No.: 27,570



It depends on what are your purposes:
Are you going to develop for windows only? or are you going to take a broader range of OS's?
MS Visual C++ is probably the best windows-only compiler, but it is a bit different of the other "general" compilers, like gcc. It has a good IDE though, and even a RAD solution with MFC and now also CLR...
However, if you are more like me, and you prefer to write cross-platform apps, then you should consider GCC (for windows its MinGW). Ofc, here it's all about pure C++ (and without RAD -> wouldnt be crossplatform otherwise)...
If you are going for Crossplatform RAD, it'd be a good idea to combine an app made with Lazarus (delphi lang, only for the interface of your app) with an external library (C++ lang, providing you all your c++ freedom).

Hope this was some use for you... wink.gif
Go to the top of the page
 
+Quote Post
iGuest
post Apr 20 2008, 10:21 AM
Post #16


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



check whether a particular function belongs to some header file
Looking For A Good C++ Compiler

I m making a parser for C programs which writes all the functions of the program which are not defined ie functions with no signature.The compiler will show errors for these function calls.
So for that I wrote a code which seperates out all the functions which are called and all the functions with signatures and writes these two in two seperate files 'file1.Txt' & 'file2.Txt'.Now I look for those entries in file1 for which there is no entry in file2.These are the functions which are not defined by the user but they can be there in the header files included.So my question is that how do I ckeck for their definitions or prototypes in the header files.

-question by ginni_gemini
Go to the top of the page
 
+Quote Post
wem83m2
post Jul 15 2008, 10:11 PM
Post #17


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 5
Joined: 15-July 08
Member No.: 31,469



I'd go for the dev-C++ too, nice interface and only uses 30 MB or something like that , although incompatable with Visual Studio as it uses the MinGW compiler, worst part is you can have hard time searching for linking libraries ( libxxxx.a )
Go to the top of the page
 
+Quote Post
FirefoxRocks
post Aug 10 2008, 12:05 AM
Post #18


Super Member
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



I just use Linux and there is a compiler included (well you might have to apt-get it first) called gcc. Although if you are using Windows then I guess you can use Microsoft Visual C++ 2008 Express Edition (but that's a bit huge to download) but i would still recommend Linux for programming, especially "software development".
Go to the top of the page
 
+Quote Post
NelsonTR4N
post Oct 8 2008, 07:28 PM
Post #19


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 20
Joined: 8-October 08
Member No.: 33,303



DEv-C++ is the best type of compiler for beginners. Dont forget to get the Ming-G or something like that version of Dev-C++.

Dev-C++ is not for professional programming, just for starters.
Go to the top of the page
 
+Quote Post

2 Pages V  < 1 2
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. C++ Compiler(6)


 



- Lo-Fi Version Time is now: 11th October 2008 - 09:37 AM