looking for the pure C++ programming software

D

dkultasev

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
 
V

Victor Bazarov

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
 
V

Vladislav.Lazarenko

A

Abhishek Padmanabh


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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,184
Messages
2,570,978
Members
47,561
Latest member
gjsign

Latest Threads

Top