cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
How do I create a uml diagram for this c
How do I create a uml diagram for this code?
May 11, 2014 at 6:24pm UTC
glamiex
(4)
I need to create a UML class diagram for this code
private:
GradedActivity *grades[NUM_GRADES];
public:
void setLab(GradedActivity *activity)
{ grades[LAB] = activity; }
May 11, 2014 at 6:31pm UTC
DeXecipher
(458)
http://lmgtfy.com/?q=uml+diagramming+tool
Topic archived. No new replies allowed.