473,799 Members | 2,734 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3888
Tom
I don't think so.

"Juan" <ju*******@hotm ail.com> wrote in message news:bq******** **@nsnmpen2-gest.nuria.tele fonica-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.co m> wrote in message
news:zr******** ************@tw ister01.bloor.i s.net.cable.rog ers.com...
I don't think so.

"Juan" <ju*******@hotm ail.com> wrote in message
news:bq******** **@nsnmpen2-gest.nuria.tele fonica-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*******@hotm ail.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********@hot mail.com> wrote in message
news:1t******** *************** *********@4ax.c om...
On Tue, 9 Dec 2003 17:25:43 +0100, "Juan" <ju*******@hotm ail.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.v c-graz.ac.at> wrote in message
news:3f******** *************** @aconews.univie .ac.at...
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.v c-graz.ac.at> wrote in message
news:3f******** *************** @aconews.univie .ac.at...
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
1904
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
2032
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
1608
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
1978
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. Just rename classes / member / parameter with a mouse click. reduce the size of a method by transforming parts of it into a seperate
2
2115
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 I skip, due to the enormous effort it seems to require, usually comes back to me with larger costs. I read a few comp.lang.c++ threads over past few years regarding
3
1422
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 be able to point at a class (either in the editor or the class browser) and apply for instance the Singelton pattern on the class.
8
2017
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
1405
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 it easy to work with again, which of course frightens product marketing and your boss. How do we get into these messes? What can we do about it? Many books and courses teach principles, rules, and guidelines of good
15
4415
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 that will let us figure out which header files are actually needed by each .cpp, and allow us to break this up so that we're not including the world in each one. Ideally, the same tool would also recognize where #includes can be replaced with...
0
9688
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10238
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10030
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9077
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7570
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6809
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4145
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.