Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Free Visual C++ Toolkit 2003

Status
Not open for further replies.

dainis

Advanced Member level 4
Joined
May 15, 2001
Messages
1,125
Helped
53
Reputation
106
Reaction score
9
Trophy points
1,318
Activity points
9,269
The Microsoft Visual C++ Toolkit 2003 includes the core tools developers need to compile and link C++-based applications for Windows and the .NET Common Language Runtime – compiler, linker, libraries, and sample code.

h**p://msdn.microsoft.com/visualc/vctoolkit2003/


FAQ:
What is the Visual C++ Toolkit 2003?
The Visual C++ Toolkit is a free edition of Microsoft’s professional Visual C++ optimizing compiler and standard libraries – the same optimizing compiler and standard libraries that ship in Visual Studio .NET 2003 Professional!

Are there any restrictions on how I use the Visual C++ Toolkit?
In general, no. You may use the Toolkit to build C++ -based applications, and you may redistribute those applications. Please read the End User License Agreement (EULA), included with the Toolkit, for complete details.

Is there any technical support available for the Visual C++ Toolkit?
No. The Visual C++ Toolkit is a free download and is provided without formal technical support. Documentation for the Visual C++ compiler is available online, and it is recommended that further assistance be obtained by posing questions in online programming newsgroups and community forums.

What does the Visual C++ Toolkit install on my machine?
The Toolkit installs 1) the Visual C++ command-line compiler and linker, and their dependencies. 2) the Visual C++ C Runtime Library and static-link modules, and the Standard C++ Library, including STL 3) the Microsoft .NET Framework Runtime, including library files necessary for building C++ applications that run on the .NET Common Language Runtime, 4) four samples demonstrating key features of the Visual C++ compiler and libraries.


.....
 

Could you suggest some good free tools to do reverse engineering of C++ code which will give some relation diagrams
 

vempus said:
Could you suggest some good free tools to do reverse engineering of C++ code which will give some relation diagrams

Look:
h**p://www.stack.nl/~dimitri/doxygen/
h**p://students.cs.byu.edu/~pbiggs/re3-cpp.html
h**p://www.gedanken.demon.co.uk/cxref/
 

If you are after the relation diagramms alone, try the Visustin from Aivosto - easy to use and fast. Source Insight from SOURCE DYNAMICS (w_w_w.sourceinsight.c_o_m) offers more - a nice editor environment and relation graphs. If more serious work is needed use the WithClass from MicroGold - it is an UML tool.
There used to be an Understand for C++ (h**p://w_w_w.scitools.c_o_m) but graphics was not its strength (at least in the 1.4 version).
Regards
eg
 

Need full working Visustin v6.01
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top