| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"" |
| Date: |
12 Dec 2007 09:25:19 AM |
| Object: |
looking for the pure C++ programming software |
Hello,
I am looking for the C++ software. I mean I need to write programs on
pure C++ but I want software with good debugger to be able watch
variables and so on.
Of course I can use notepad + compiler but debugging would be painful.
Can anyone offer any good one ?
Sincerely,
Dmitrij
.
|
|
| User: "Victor Bazarov" |
|
| Title: Re: looking for the pure C++ programming software |
12 Dec 2007 09:32:45 AM |
|
|
wrote:
I am looking for the C++ software. I mean I need to write programs on
pure C++ but I want software with good debugger to be able watch
variables and so on.
Of course I can use notepad + compiler but debugging would be painful.
Can anyone offer any good one ?
We cannot really offer, we can only recommend. Since you mentioned
notepad, you're probably on Windows. Download Visual C++ Express
Edition from Microsoft and enjoy a very sturdy development environment
that is (a) built around a very decent compiler (b) has a decent editor
and (c) has a built-in debugger.
Also, next time please consider that tools are not really on topic in
this newsgroup. In most cases tools are OS-specific, and you need to
ask about them in the newsgroup dedicated to your OS.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
.
|
|
|
|
| User: "" |
|
| Title: Re: looking for the pure C++ programming software |
12 Dec 2007 09:51:08 AM |
|
|
On Dec 12, 10:25 am, wrote:
Hello,
I am looking for the C++ software. I mean I need to write programs on
pure C++ but I want software with good debugger to be able watch
variables and so on.
Of course I can use notepad + compiler but debugging would be painful.
Can anyone offer any good one ?
Sincerely,
Dmitrij
Eclipse (http://www.eclipse.org/)
NetBeans (http://www.netbeans.org/)
Dev-C++ (http://en.wikipedia.org/wiki/Dev-C++)
CodeBlocks (http://www.codeblocks.org/)
....
.
|
|
|
| User: "Abhishek Padmanabh" |
|
| Title: Re: looking for the pure C++ programming software |
12 Dec 2007 10:54:01 AM |
|
|
On Dec 12, 8:51 pm, wrote:
On Dec 12, 10:25 am, wrote:
Hello,
I am looking for the C++ software. I mean I need to write programs on
pure C++ but I want software with good debugger to be able watch
variables and so on.
Of course I can use notepad + compiler but debugging would be painful.
Can anyone offer any good one ?
Sincerely,
Dmitrij
Eclipse (http://www.eclipse.org/)
I once tried integrating g++ compiler with the Eclipse for C++ IDE
with gdb as the debugger (both part of my cygwin install). gdb did not
work well in that it did not stop at the breakpoints I put. May be, it
would have been my mistake with the integration and/or probably it
(eclipse) could integrate with some other debugger very well, but
otherwise, I think it is not worth the effort.
.
|
|
|
|
|

|
Related Articles |
|
|