473,408 Members | 1,938 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,408 software developers and data experts.

Flow chart (function tree) & cross references

Hi all,
I am developing in Python (as a GUI I choosed Qt).
To increase my expertise, besides reading manuals & tutorials, I am
studying a big program developed in the language of my choice, and
related with my project (to develop a card game).
For that reason I choosed PySol (also if the GUI part uses Tkinter and
not Qt).
PySol is made up from almost 100 python modules and for that reason
you need a mean to organize that. I developed some very small programs
to merge all together in one big listing, keeping the line numbering
of the individual modules (with an identification mark).
The line numbering is in hex to be able to use only 3 char (in hex you
can accomodate 4095 lines instead of only 999 in decimal).
As an example X03F means line 63 (0x3F in hex) of the program
identified by 'X'.

Does someone knows something about function tree generation and cross
references?
I have decided to develop these functionalities in python, but if
someone can help...
Jul 18 '05 #1
1 2185
On Tuesday 22 February 2005 13:27, qwweeeit wrote:
Does someone knows something about function tree generation and cross
references?


for trees of *module* dependencies:
http://www.tarind.com/depgraph.html

--
Toby Dickenson
Jul 18 '05 #2

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

Similar topics

11
by: Josh Lessard | last post by:
Hi all. I'm maintaining a C++ program and I've come across a nasty piece of code that works, but I just don't understand why. I'm not actually this part of the program, but I really want to know...
4
by: David Goldsmith | last post by:
Is there software that will take C++ source and generate from it a flow chart? Thanks! DG
3
by: Hemanth | last post by:
Hi group I am loking for a tool to convert C source code to flow chart( as a visio diagram is preferred, but other formats are also fine)/ documentation. I If you know any such tool please post...
1
by: Daemon | last post by:
Hi All, I am going to use C#.Net to write an application which can let the user to design work flow diagrams within the application. So I think I have to acquire and employ some flow chart...
4
by: Lucas Tam | last post by:
Are there any free diagramming components to build flow chart type graphs for .NET - in particular one that works with ASP.NET? If not, can anyone recommend one of the commerical components over...
1
by: Agnes | last post by:
I will use visio to draw a flow chart to show the module flows . Can I do it in vb.net ?? or I should use visio to draw it. and then make it as image file ?? Or... anyother suggestion ? Thanks a...
7
by: codepp | last post by:
Hello I need a way to create a flow chart for some code written in C. I need if there are a normalized way to create it like UML. Thanks in advance.
0
by: qwer | last post by:
Hi... I need to do a flow chart diagram using VB. As usual, I'm doing my car park system. So this is how it should look like: Upon arrival... 1) The user will see these messages - "Welcome...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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...
0
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...

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.