473,394 Members | 1,932 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Refactoring browser for C++ ?

Hi,

Does anyone if is there any refactoring browser (or some ide supporting
refactoring) for C++ ? There are two dead projects in sourceforge, but I
found nothing more...

Regards,

- Juancho
Jul 22 '05 #1
8 3869
Tom
I don't think so.

"Juan" <ju*******@hotmail.com> wrote in message news:bq**********@nsnmpen2-gest.nuria.telefonica-data.net...
Hi,

Does anyone if is there any refactoring browser (or some ide supporting
refactoring) for C++ ? There are two dead projects in sourceforge, but I
found nothing more...

Regards,

- Juancho

Jul 22 '05 #2

"Tom" <bl**@blah.com> wrote in message
news:zr********************@twister01.bloor.is.net .cable.rogers.com...
I don't think so.

"Juan" <ju*******@hotmail.com> wrote in message
news:bq**********@nsnmpen2-gest.nuria.telefonica-data.net...
Does anyone if is there any refactoring browser (or some ide supporting refactoring) for C++ ? There are two dead projects in sourceforge, but I
found nothing more...


We have the machinery to support the basics of refactoring of C++:
parsing, treebuilding, analyzing, patternmatching, transforming,
prettyprinting, and are starting to carry out interesting transformations
on large C++ codes with it.

It isn't packaged as browser or an IDE interface.
Rather, it is packaged as a set of tools for which one can
code arbitrary transforms.

See the DMS Software Reengineering Toolkit.
http://www.semdesigns.com/Products/DMS/DMSToolkit.html.

--
Ira D. Baxter, Ph.D., CTO 512-250-1018
Semantic Designs, Inc. www.semdesigns.com


----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
Jul 22 '05 #3
Hi,

Thank you for your the web site, but I'd need a "real" refactoring tool,
like Eclipse for Java... It seems that C++ programmers don't refactor their
code :)

Regards,

- Juan
We have the machinery to support the basics of refactoring of C++:
parsing, treebuilding, analyzing, patternmatching, transforming,
prettyprinting, and are starting to carry out interesting transformations
on large C++ codes with it.

It isn't packaged as browser or an IDE interface.
Rather, it is packaged as a set of tools for which one can
code arbitrary transforms.

See the DMS Software Reengineering Toolkit.
http://www.semdesigns.com/Products/DMS/DMSToolkit.html.

--
Ira D. Baxter, Ph.D., CTO 512-250-1018
Semantic Designs, Inc. www.semdesigns.com


----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption

=---
Jul 22 '05 #4
On Tue, 9 Dec 2003 17:25:43 +0100, "Juan" <ju*******@hotmail.com>
wrote:
Hi,

Thank you for your the web site, but I'd need a "real" refactoring tool,
like Eclipse for Java... It seems that C++ programmers don't refactor their
code :)


Eclipse for C++ should have refactoring eventually. It's much much
harder to do it for C++ though than Java, mainly because C++ is a much
more complex language and is a lot harder to parse. Templates further
complicate matters.

Tom

C++ FAQ: http://www.parashift.com/c++-faq-lite/
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Jul 22 '05 #5
I'd love to use Eclipse for C++ with the same features as in Java. I thought
Visual Studio was the best ide ever until I started using Eclipse at work...
It's really awesome.

"tom_usenet" <to********@hotmail.com> wrote in message
news:1t********************************@4ax.com...
On Tue, 9 Dec 2003 17:25:43 +0100, "Juan" <ju*******@hotmail.com>
wrote:
Hi,

Thank you for your the web site, but I'd need a "real" refactoring tool,like Eclipse for Java... It seems that C++ programmers don't refactor theircode :)


Eclipse for C++ should have refactoring eventually. It's much much
harder to do it for C++ though than Java, mainly because C++ is a much
more complex language and is a lot harder to parse. Templates further
complicate matters.

Tom

C++ FAQ: http://www.parashift.com/c++-faq-lite/
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html


Jul 22 '05 #6
Juan wrote:
I'd love to use Eclipse for C++ with the same features as in Java. I thought
Visual Studio was the best ide ever until I started using Eclipse at work...
It's really awesome.


No, VS is a rather stupid IDE. But with the Visual Assist
extension from:

www.wholetomato.com

it is awsome!

Since this is OT here, f'up to me.

Christoph
Jul 22 '05 #7
Well, I know we are a bit off topic but, do you know other tools for a C++
programmer in a Windows world?

Visual Assist looks great ! It's a pity to pay for something that is free in
Eclipse, but well, this is the windows' way.

- Juan

"Christoph Rabel" <od**@hal9000.vc-graz.ac.at> wrote in message
news:3f***********************@aconews.univie.ac.a t...
Juan wrote:
I'd love to use Eclipse for C++ with the same features as in Java. I thought Visual Studio was the best ide ever until I started using Eclipse at work... It's really awesome.


No, VS is a rather stupid IDE. But with the Visual Assist
extension from:

www.wholetomato.com

it is awsome!

Since this is OT here, f'up to me.

Christoph

Jul 22 '05 #8
Well, I know I'm a bit off-topic but, do you know other tools for a C++
programmer in a Windows world?

Visual Assist looks great ! It's a pity to pay for something that is free in
Eclipse, but well, this is the windows' way.

- Juan

"Christoph Rabel" <od**@hal9000.vc-graz.ac.at> wrote in message
news:3f***********************@aconews.univie.ac.a t...
Juan wrote:
I'd love to use Eclipse for C++ with the same features as in Java. I thought Visual Studio was the best ide ever until I started using Eclipse at work... It's really awesome.


No, VS is a rather stupid IDE. But with the Visual Assist
extension from:

www.wholetomato.com

it is awsome!

Since this is OT here, f'up to me.

Christoph


Jul 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Guenther Schmidt | last post by:
Hi, does anybody here know of a good tool for PHP that can aid refactoring when you're OOing? Something like a refactoring browser as in Smalltalk? Günther
9
by: Peter Dembinski | last post by:
I am trying to write Master Thesis on refactoring Python code. Where should I look for information? -- http://www.dembiñski.prv.pl
4
by: | last post by:
Hi, Refactoring a winform causes problems if moving this form to a subdirectory in the same project. What is the workaround for this and will this be fixed in future? Thanks /BOB
0
by: Andre Baresel | last post by:
Hello together, just a year ago I was searching arround for a tool supporting refactoring for c++. I've seen implementations for java and was impressed how an IDE can help with such a feature....
2
by: Sachin Garg | last post by:
Hi, I was trying to find (like many others here) a tool for refactoring C++ code as I have lately been noticing that I spend most of my coding time doing refactoring and some refactoring which...
3
by: Arne Styve | last post by:
Hi, The good old Borland JBuilder has very good support for patterns (GoF) and refactoring. Does such support exsist for VS.NET and C# specifically ? The type of support I'm looking for is to...
8
by: Frank Rizzo | last post by:
I keep hearing this term thrown around. What does it mean in the context of code? Can someone provide a definition and example using concrete code? Thanks.
4
by: loulou384 | last post by:
Refactoring by C. Keith Ray Software development on your project has slowed to a crawl. Instead of adding new features, you and your fellow programmers want to rewrite the existing code to make...
15
by: Simon Cooke | last post by:
Does anyone know of any tools for refactoring header files? We're using a third party codebase at work, and pretty much every file includes a 50Mb precompiled header file. I'm looking for a tool...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.