www.digitalmars.com         C & C++   DMDScript  

c++.idde - idde

reply "David" <friedman101 gmx.net> writes:
Is there any idde i can use with this compiler? If so, can you give me the
configurations i would need. Thanks!
Apr 13 2001
parent reply "Walter" <walter digitalmars.com> writes:
Yes, but we haven't got the CD put together yet. Please be patient!

David wrote in message <9b8dge$fc8$1 digitaldaemon.com>...
Is there any idde i can use with this compiler? If so, can you give me the
configurations i would need. Thanks!

Apr 13 2001
parent reply "David" <friedman101 gmx.net> writes:
Ok, for the time being, should I just use Mingw? I really need an ide to do
any real work.
Walter <walter digitalmars.com> wrote in message
news:9b8f3p$g8p$1 digitaldaemon.com...
 Yes, but we haven't got the CD put together yet. Please be patient!

 David wrote in message <9b8dge$fc8$1 digitaldaemon.com>...
Is there any idde i can use with this compiler? If so, can you give me


configurations i would need. Thanks!


Apr 14 2001
next sibling parent "Walter" <walter digitalmars.com> writes:
I have never heard of mingw, but if it works, great!

David wrote in message <9bbctv$22lm$1 digitaldaemon.com>...
Ok, for the time being, should I just use Mingw? I really need an ide to do
any real work.
Walter <walter digitalmars.com> wrote in message
news:9b8f3p$g8p$1 digitaldaemon.com...
 Yes, but we haven't got the CD put together yet. Please be patient!

 David wrote in message <9b8dge$fc8$1 digitaldaemon.com>...
Is there any idde i can use with this compiler? If so, can you give me


configurations i would need. Thanks!



Apr 15 2001
prev sibling parent reply Jan Knepper <jan smartsoft.cc> writes:
David wrote:

 Ok, for the time being, should I just use Mingw? I really need an ide to do
 any real work.

Why would you really need an IDE to do any real work??? A professional Editor and a makefile work very well as well. Don't worry, be Kneppie! Jan
Apr 15 2001
parent reply "Rajiv Bhagwat" <dataflow vsnl.com> writes:
He probably means Dev C++ from www.bloodshed.net which uses the mingw
compiler. This is an OK IDE, the compiler does not compile its own generated
sample windows app ;) though.

David, at times I have used M$ ide with SC compiler (particulary for testing
portability) by creating a batch file for compiling and assigning it to a
'tool'. But I whole-heartedly agree with Jan that for doing 'real' work,
just a good editor and the makefile is sufficient.
-Rajiv


Jan Knepper <jan smartsoft.cc> wrote in message
news:3AD9CB9D.5E5D83C7 smartsoft.cc...
 David wrote:

 Ok, for the time being, should I just use Mingw? I really need an ide to


 any real work.

Why would you really need an IDE to do any real work??? A professional Editor and a makefile work very well as well. Don't worry, be Kneppie! Jan

Apr 16 2001
next sibling parent "Kar Gay Lim" <kagay kimay.net> writes:
Not only that, if you have a few programs in the same project, Makefile
is "easier" to control than using IDDE with subprojects within subprojects.

Rajiv Bhagwat <dataflow vsnl.com> wrote in message
news:9beulh$134t$1 digitaldaemon.com...
 He probably means Dev C++ from www.bloodshed.net which uses the mingw
 compiler. This is an OK IDE, the compiler does not compile its own generated
 sample windows app ;) though.

 David, at times I have used M$ ide with SC compiler (particulary for testing
 portability) by creating a batch file for compiling and assigning it to a
 'tool'. But I whole-heartedly agree with Jan that for doing 'real' work,
 just a good editor and the makefile is sufficient.
 -Rajiv


 Jan Knepper <jan smartsoft.cc> wrote in message
 news:3AD9CB9D.5E5D83C7 smartsoft.cc...
 David wrote:

 Ok, for the time being, should I just use Mingw? I really need an ide to


 any real work.

Why would you really need an IDE to do any real work??? A professional Editor and a makefile work very well as well. Don't worry, be Kneppie! Jan


Apr 17 2001
prev sibling parent Mark Evans <mevans zyvex.com> writes:
The thing about an IDE is not so much that it builds the project, but that it
debugs the result.  Text editors will not step 
through code during execution like an IDE debugger.  To me that is what an IDE
really brings to the table.

Mark


On Mon, 16 Apr 2001 19:38:27 +0530, "Rajiv Bhagwat" <dataflow vsnl.com> wrote:
 He probably means Dev C++ from www.bloodshed.net which uses the mingw
 compiler. This is an OK IDE, the compiler does not compile its own generated
 sample windows app ;) though.
 
 David, at times I have used M$ ide with SC compiler (particulary for testing
 portability) by creating a batch file for compiling and assigning it to a
 'tool'. But I whole-heartedly agree with Jan that for doing 'real' work,
 just a good editor and the makefile is sufficient.
 -Rajiv
 
 
 Jan Knepper <jan smartsoft.cc> wrote in message
 news:3AD9CB9D.5E5D83C7 smartsoft.cc...
 David wrote:

 Ok, for the time being, should I just use Mingw? I really need an ide to


 any real work.

Why would you really need an IDE to do any real work??? A professional Editor and a makefile work very well as well. Don't worry, be Kneppie! Jan


May 31 2001