Loading

Adding C++ virtual methods in Visio

Amazing how difficult is to get C++ virtual methods in Visio .

visio drawing

visio drawing

3 Comments

  1. Jano
    Posted April 1, 2009 at 1:25 pm | Permalink

    If you ain’t going to read the diagram from code don’t bother. Use Omnigraffle and change the font style problem solved.

  2. Posted April 1, 2009 at 1:57 pm | Permalink

    Omnigraffle is a very good product indeed but only available for Mac OS X I’m afraid. At work I’m stuck with Vista and Visio.

  3. Anonymous
    Posted May 12, 2009 at 7:32 am | Permalink

    include

      int main()
     {
      char a,b;
      printf("%d,%d,%d,%d",sizeof('A'),sizeof('NULL'),SIZEOF('a'),sizeof(main));
    
      }
    

Post a Comment

Your email is never shared.