RT , UML 挺复杂的,但是要深入 C++ 的类设计,就可能必须用到 UML和Rational工具了。看什么书好呢?请大家帮我推荐吧?我看了很多人在写 JAVA程序的时候,身边都是一堆堆的 UML 示例图,看着真晕大家在写C++程序的时候用到过 UML 吗?最后还是请大家就自己所知,推荐基本 UML 的好书吧。

解决方案 »

  1.   

    好的网站:
    http://www-900.ibm.com/developerWorks/cn/rational/r-rose-admin/
    http://www.uml.org.cn/Test/test.asp
      

  2.   

    想学设计现看理论
    学习面向对象思想
    推荐一本UML Java 程序员指南
      

  3.   

    绝对不建议使用ROSE
    用纸和白板
    最多用VISIO
      

  4.   

    http://community.csdn.net/expert/deeptree/RoomForum.asp?roomid=407
      

  5.   

    最系统的UML介绍莫过于UML Distilled,不过结合开发来做的话,就仁者见仁了,多看看大家的参考意见吧
      

  6.   

    学习面向对象,熟悉UML建模过程和方法
    可以用Visio等画图,Rose也可以
      

  7.   

    Rose Rational 好像挺难学的,就象nonocast(如果没有如果)说的,不建议用Rose。
      

  8.   

    Rational也好,Visio也好,毕竟是工具。读过一个美国佬Allen Holub写的OO设计的教程,里边有这么一段:A note on OO-design tools is also in order. Someone once told me that he couldn't do OO because he couldn't afford it: "Rose costs $2500/seat and you obviously can't do design without Rose!" The "Rose" in question is an OO CASE (Computer-Aided Software Engineering) tool sold by Rational Software. (I may review OO-CASE tools in a future column.) Putting aside the fact that Rose is neither the most cost-effective, nor the most capable, nor the most usable of the tools available, I often work effectively with nothing more hi-tech than a pencil and paper -- no computer at all.学好OO建模,学好UML,跟用什么工具没有什么必然联系吧,而且用什么工具毕竟是次要的问题。