Skip to content

Moder c++11 tárgy házi feladata: Specifikált bemeneti nyelvet interpretál graphviz-nek feldolgozható kimenetté // Modern c++11 language assignement: Uml parser for a specified input that reinterprets it to a syntactically correct output for Graphviz

Notifications You must be signed in to change notification settings

anonymvs/UmlDrawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UmlDrawer

My c++11 second homework

Usage: (on linux)

run from console with one parameter as the filename for the source file

  $./main class_diagram.class

then using graphviz convert the .dot file into .png with:

  $ dot -Tpng class_diagram_from_file.dot -o dst.png

if dot is not installed, you can install from package manager

About

Moder c++11 tárgy házi feladata: Specifikált bemeneti nyelvet interpretál graphviz-nek feldolgozható kimenetté // Modern c++11 language assignement: Uml parser for a specified input that reinterprets it to a syntactically correct output for Graphviz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published