473,671 Members | 2,176 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Eclipse and C++


Does anyone know if Eclipse has a class hierachy / inheritence viewer
for C++? I went to the Eclipse / CDT pages but didn't see anything
offhand.

TIA,
Kent

Mar 28 '07 #1
6 3007
ke***********@g mail.com wrote:
Does anyone know if Eclipse has a class hierachy / inheritence viewer
for C++? I went to the Eclipse / CDT pages but didn't see anything
offhand.
Do you mean that on their pages there is nothing to suggest how to
get in touch with them? Products, like IDEs, are off-topic.
Mar 28 '07 #2
ke***********@g mail.com wrote:
Does anyone know if Eclipse has a class hierachy / inheritence viewer
for C++? I went to the Eclipse / CDT pages but didn't see anything
offhand.

TIA,
Kent
Yes it does... I use it daily... You can get a distribution through
http://yoxos.com/yoxos/product/download.html.. This site will build
you a custom executable with all the options you want, just point and
click and it will give your a tarball thats already compiled and ready
to go... Make sure you choose th3e C++ programming package.

Mar 28 '07 #3
On 28 Mar 2007 10:52:46 -0700, "bjeremy" wrote:
>You can get a distribution through
http://yoxos.com/yoxos/product/download.html.. This site will build
you a custom executable with all the options you want, just point and
click and it will give your a tarball thats already compiled and ready
to go... Make sure you choose th3e C++ programming package.
Seems to be a commercial distibution. Has anyone tried EasyEclipse
(http://www.easyeclipse.org/site/dist...cplusplus.html) or
another Eclipse/CDT distribution?
Mar 28 '07 #4

Roland Pibinger wrote:
On 28 Mar 2007 10:52:46 -0700, "bjeremy" wrote:
You can get a distribution through
http://yoxos.com/yoxos/product/download.html.. This site will build
you a custom executable with all the options you want, just point and
click and it will give your a tarball thats already compiled and ready
to go... Make sure you choose th3e C++ programming package.

Seems to be a commercial distibution. Has anyone tried EasyEclipse
(http://www.easyeclipse.org/site/dist...cplusplus.html) or
another Eclipse/CDT distribution?
Yoxos is free, easy, and fast.... Yoxos seems to be way easier to
customize and build thant that easyeclipse... And I love thier
automatic installer... if I need another plugin, I just install it
right from the IDE..

Mar 28 '07 #5
--- ke***********@g mail.com wrote:
On Mar 28, 12:52 pm, "bjeremy"
<bjer...@sbcglo bal.netwrote:
kenton.wil...@g mail.com wrote:
Does anyone know if Eclipse has a class hierachy
/ inheritence viewer
for C++? I went to the Eclipse / CDT pages but
didn't see anything
offhand.
TIA,
Kent
Yes it does... I use it daily... You can get a
distribution
throughhttp://yoxos.com/yoxos/product/download.html..
This site will build
you a custom executable with all the options you
want, just point and
click and it will give your a tarball thats
already compiled and ready
to go... Make sure you choose th3e C++ programming
package.

I installed eclipse and the CDT (C++) plugin. What
docs should I read
to get the C++ class hierarchy / inheritence viewer
going?

TIA,
Kent

Actually... I originally mis-read your post... sorry... I hastily read
your post and wrongly replied about Eclipse w/C++ instead of replying
to your actual question... Eclipse will not do code browsing (beyond a
limited string search capability), it also will not output a
relationship diagram for C++ Eclipse does have some ... again
sorry...

Mar 29 '07 #6
On Mar 29, 10:47 am, "bjeremy" <bjer...@sbcglo bal.netwrote:
--- kenton.wil...@g mail.com wrote:
On Mar 28, 12:52 pm, "bjeremy"
<bjer...@sbcglo bal.netwrote:
kenton.wil...@g mail.com wrote:
Does anyone know if Eclipse has a class hierachy
/ inheritence viewer
for C++? I went to the Eclipse / CDT pages but
didn't see anything
offhand.
TIA,
Kent
Yes it does... I use it daily... You can get a
distribution
throughhttp://yoxos.com/yoxos/product/download.html..
This site will build
you a custom executable with all the options you
want, just point and
click and it will give your a tarball thats
already compiled and ready
to go... Make sure you choose th3e C++ programming
package.
I installed eclipse and the CDT (C++) plugin. What
docs should I read
to get the C++ class hierarchy / inheritence viewer
going?
TIA,
Kent

Actually... I originally mis-read your post... sorry... I hastily read
your post and wrongly replied about Eclipse w/C++ instead of replying
to your actual question... Eclipse will not do code browsing (beyond a
limited string search capability), it also will not output a
relationship diagram for C++ Eclipse does have some ... again
sorry...
OK, thanks for the clarification. Otherwise I probably would have
spent quite a bit of time trying figure out how to do something that
can't be done! :-). So far the only program I've found that does what
I am wanting is source-navigator. However it isn't maintained
anymore (I don't think). One problem I'm having with it is that it
isn't drawing the Class hierarchy relationships correctly. It might be
a tcl / tk version issue.

If you or someone else knows of a product similar in nature to source-
navigator let me know please.

Kent

Mar 30 '07 #7

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

Similar topics

0
5589
by: Donovan | last post by:
Hello. I am interested in learning about and using the Eclipse framework and Java -- both of which are new to me. I have prior programming experience with VB.NET and c#.NET; but not Java. As such, I am trying to find the best approach to learning Java and Eclipse. My current approach is to first focus on learning Java, then approach Eclipse after nailing down Java fundamentals. I'm currently working my way through "Head First Java",...
4
2202
by: junee | last post by:
I tried to develop php on eclipse installed are prerequisites but it didn't work help me, if any one experienced with it succeeded. it is 0.7 build help plz
16
4003
by: Amir Michail | last post by:
Hi, It seems to me that measuring productivity in a programming language must take into account available tools and libraries. Eclipse for example provides such an amazing IDE for java that it is no longer obvious to me that one would be much more productive in python for medium sized projects. Sure, all that Java static typing can be painful, but Eclipse takes
0
1995
by: Husey | last post by:
Hi, I am trying to create a very simple EJB project which requires me to create a new jboss configuration in Eclipse. I keep getting the error message "An error has occurred. See error log for more details". Same for all versions of JBoss. I couldn't find what causes the error. Any help would be much appreciated. My installation is: JDK 1.5.0 update 11 Jboss 4.0.4GA Eclipse 3.2.2
5
3325
by: chenhong | last post by:
Is there a way to highlight variable in vs2005 like what eclipse do?
16
10758
by: Ananthu | last post by:
Hi I dont know how to connect mysql with ECLIPSE in RCP application. Please send me the sample code of connecting mysql sever with ECLIPSE in RCP application. Coding Part: RCP Application Codes: Class ApplicationActionBarAdvisor:
15
3682
by: Ramon F Herrera | last post by:
I have been using Eclipse for a few weeks, and IMO there is no better IDE. Since my experience has been so productive -and hence satisfactory- in Java, I would like to use the same IDE environment for C++ programming, the targets would be both Unix and Windows. If there is any Eclipse/C++ developer out there, could you share your recommendations, tips, opinions, etc.
0
1370
by: Pesho318i | last post by:
hello, I'm writing in the Java forum, because I believe here I can find ppl comfortable with Eclipse. I'd like to install the PLDT plugin for Eclipse, but always run into compatibility problems... I downloaded the C/C++ Eclipse and unzipped the PLDT 2.0 plugin in the Eclipse directory. However, after restarting Eclipse there was no change, I think it didn't detect the plugin. Do you have a clue why this is so?
7
4504
by: R.A.M. | last post by:
Hello, I have started learning PHP5. I would like to programme in Windows XP and Fedora Linux. I have found two IDEs for PHP (if I understood correctly): - Eclipse PDT, - EasyEclipse for PHP. What is the difference? Which one to choose? I would like to debug my applications. Please help. Thanks in advance. /RAM/
3
6759
by: ravit | last post by:
Hello All, I am trying to execute an application that is developed using eclipse libraries. Jface, SWT , etc. While I execute the application , i have received an exception which I am unable to trace it. TextViewer.setSelection(100,true); is the statement whre it araised. TextViewer is org.eclipse.jface.text.SourceViewer object.
0
8474
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...
0
8912
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8819
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8669
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
7428
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
6222
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
5692
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();...
0
4403
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1807
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.