visual description for data structure
        Posted  
        
            by radi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by radi
        
        
        
        Published on 2010-03-26T17:18:35Z
        Indexed on 
            2010/03/26
            17:23 UTC
        
        
        Read the original article
        Hit count: 160
        
data-structures
|compiler
i have a data structure for my compiler (such as ast) , and i need a method to print it (like ms visio) and verify its contents (i need to verify the contents of the ast nodes)
note : i dont want to print it to the console , i am using c++ & qt
thanks
© Stack Overflow or respective owner