Welcome to Dream.In.Code
Become a C++ Expert!

Join 149,942 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,423 people online right now. Registration is fast and FREE... Join Now!




MinGW

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

MinGW, cool!!

Jingle
3 Jan, 2008 - 05:49 PM
Post #1

D.I.C Regular
***

Joined: 20 Oct, 2007
Posts: 250


My Contributions
so I downloaded MinGW. I love it !!
it is so small I have it on my jumpdrive and it takes up almost nothing.
also I found MinGWhas a sweet IDE very simlilar to visual studios.
of cours you have to download it seperetly you cant make things to easy.
I have noticed that it is very slow though. it takes way longer than any other compiler I use.
I was just wondering why it is so slow?
I am using the windows version so that might be why.
at first i thought it might be because I was using it on my jumpdrive.
so I instaled it on the computer and pulled my jumpdrive out and it was a little faster.
but still pretty slow.


I am curius to know what seems to be peoples favorit compilers and why?

sorry for the stuped spelling mistake Tom thanks for catching it

This post has been edited by Jingle: 3 Jan, 2008 - 06:14 PM
User is offlineProfile CardPM
+Quote Post

Tom9729
RE: MinGW
3 Jan, 2008 - 06:06 PM
Post #2

Debian guru
Group Icon

Joined: 30 Dec, 2007
Posts: 1,590



Thanked: 12 times
Dream Kudos: 325
My Contributions
I've never heard of that before. Do you mean MinGW (the Windows port of GCC)?

I use Eclipse as my IDE for pretty much everything. It's cross platform, has code auto completion, and a huge repository of plugins that add things ranging from language support (I have C/C++, Java, Lisp, Perl, PHP, Lua, and Fortran support installed) to extra features (comes with CVS support out of the box, but there are plugins for SVN, GIT, etc).

By the way, it's worth noting that compilers an IDE's are not the same thing.
* IDE = Integrated Development Environment, typically a text editor with syntax highlighting, project management, and a "Compile" button.
* Compiler compiles your code. wink2.gif

This post has been edited by Tom9729: 3 Jan, 2008 - 06:09 PM
User is online!Profile CardPM
+Quote Post

Jingle
RE: MinGW
3 Jan, 2008 - 06:08 PM
Post #3

D.I.C Regular
***

Joined: 20 Oct, 2007
Posts: 250


My Contributions
never mind i have fixed the slow it is still a might slower than xcode and visual studios but barly enoph to notice.
so pretty much it is just awsom lol!!

QUOTE(Jingle @ 3 Jan, 2008 - 06:49 PM) *

so I downloaded MnGwin. I love it !!
it is so small I have it on my jumpdrive and it takes up almost nothing.
also I found MnGwin has a sweet IDE very simlilar to visual studios.
of cours you have to download it seperetly you cant make things to easy.
I have noticed that it is very slow though. it takes way longer than any other compiler I use.
I was just wondering why it is so slow?
I am using the windows version so that might be why.
at first i thought it might be becaus i was using it on my jumpdrive.
so I instaled it on the computer and pulled my jumpdrive out and it was a little faster.
but still pretty slow.


I am curius to know what seems to be peoples favorit compilers and why?


User is offlineProfile CardPM
+Quote Post

jjhaag
RE: MinGW
3 Jan, 2008 - 06:22 PM
Post #4

me editor am smartastic
Group Icon

Joined: 18 Sep, 2007
Posts: 1,789



Thanked: 2 times
Dream Kudos: 775
Expert In: C,C++

My Contributions
Sounds like you're talking about MinGW as the compiler, Jingle. But what's the actual IDE you're using? Dev-C++ is one that's pretty frequently seen on here, and it's bundled with MinGW. Pretty common for beginning windows C++ programming.

I use Eclipse for most stuff as well. A bit of a resource hog on lower-powered machines, but that's okay. I've also taken to using Notepad++ and command-line compiling as well.

@Tom9729, what do you use for a compiler with Eclipse? MinGW, Cygwin's gcc, or something else?

This post has been edited by jjhaag: 3 Jan, 2008 - 06:22 PM
User is offlineProfile CardPM
+Quote Post

Jingle
RE: MinGW
3 Jan, 2008 - 06:44 PM
Post #5

D.I.C Regular
***

Joined: 20 Oct, 2007
Posts: 250


My Contributions
QUOTE(jjhaag @ 3 Jan, 2008 - 07:22 PM) *

Sounds like you're talking about MinGW as the compiler, Jingle. But what's the actual IDE you're using? Dev-C++ is one that's pretty frequently seen on here, and it's bundled with MinGW. Pretty common for beginning windows C++ programming.

I use Eclipse for most stuff as well. A bit of a resource hog on lower-powered machines, but that's okay. I've also taken to using Notepad++ and command-line compiling as well.

@Tom9729, what do you use for a compiler with Eclipse? MinGW, Cygwin's gcc, or something else?



MinGW Developer Studio
User is offlineProfile CardPM
+Quote Post

jjhaag
RE: MinGW
3 Jan, 2008 - 06:48 PM
Post #6

me editor am smartastic
Group Icon

Joined: 18 Sep, 2007
Posts: 1,789



Thanked: 2 times
Dream Kudos: 775
Expert In: C,C++

My Contributions
Haven't used it, but I may check it out - looks decent enough.
User is offlineProfile CardPM
+Quote Post

Tom9729
RE: MinGW
3 Jan, 2008 - 07:12 PM
Post #7

Debian guru
Group Icon

Joined: 30 Dec, 2007
Posts: 1,590



Thanked: 12 times
Dream Kudos: 325
My Contributions
QUOTE(jjhaag @ 3 Jan, 2008 - 07:22 PM) *

@Tom9729, what do you use for a compiler with Eclipse? MinGW, Cygwin's gcc, or something else?

GCC on Linux.
User is online!Profile CardPM
+Quote Post

manzoor
RE: MinGW
4 Jan, 2008 - 10:26 AM
Post #8

D.I.C Regular
Group Icon

Joined: 7 Aug, 2007
Posts: 409



Thanked: 2 times
Dream Kudos: 50
My Contributions
So we can use eclipse for C++ ? Right ?


Is it light ? if so I might install it smile.gif

This post has been edited by k00ldude47: 4 Jan, 2008 - 10:27 AM
User is offlineProfile CardPM
+Quote Post

Amadeus
RE: MinGW
4 Jan, 2008 - 10:41 AM
Post #9

g++ -o drink whiskey.cpp
Group Icon

Joined: 12 Jul, 2002
Posts: 12,353



Thanked: 51 times
Dream Kudos: 25
My Contributions
You can us Eclipse for C++ using the C++ plugin.
User is online!Profile CardPM
+Quote Post

Tom9729
RE: MinGW
4 Jan, 2008 - 11:15 AM
Post #10

Debian guru
Group Icon

Joined: 30 Dec, 2007
Posts: 1,590



Thanked: 12 times
Dream Kudos: 325
My Contributions
QUOTE(k00ldude47 @ 4 Jan, 2008 - 11:26 AM) *

So we can use eclipse for C++ ? Right ?


Is it light ? if so I might install it smile.gif

Eclipse is a very nice IDE, but I don't know if I would consider it "light" compared to others.

You can use Eclipse for pretty much any language (through plugins).

On their site they provide several "distributions", each is preloaded with a language plugin.

Eclipse CDT (probably what you're looking for) comes with the C/C++ plugin and development tools. There's also Eclipse JDT (Java support).

Eclipse can be downloaded here.

Plugins can be found here.

This post has been edited by Tom9729: 4 Jan, 2008 - 11:15 AM
User is online!Profile CardPM
+Quote Post

Jingle
RE: MinGW
4 Jan, 2008 - 05:32 PM
Post #11

D.I.C Regular
***

Joined: 20 Oct, 2007
Posts: 250


My Contributions
if small is what you want MinGW is great
bolth the compiler and the IDE take about 75 Megabytes
User is offlineProfile CardPM
+Quote Post

Moezzie
RE: MinGW
4 Jan, 2008 - 07:50 PM
Post #12

New D.I.C Head
*

Joined: 25 Nov, 2007
Posts: 48


My Contributions
Im using MinGW for compiling Qt on windows. It works great. I've never heard of a IDE for it though, might check it out.
User is offlineProfile CardPM
+Quote Post

2 Pages V  1 2 >
Reply to this topicStart new topic
Time is now: 1/8/09 04:46PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month