Search Results

-1
votes

Simple C++ UML w/ reverse engineering

Not the answer you are looking for, but if the UML is that simple, then just write the code by hand, you will have far more control over you project in the long run. If you are wanting to use this …
0
votes

How do I explain loose coupling and information hiding to a new programmer?

Just like the move from 16 bit to 32 bit windows applications where processes were given their own address space. This stopped any other process from being able to kill your application when it "ac …