Tagged Questions

11
votes
5answers
2k views

Must know programming language for a modern electrical engineer [closed]

I'm currently finishing my BSc in electrical engineering. During my studies, we were taught a bit of everything, including c, c++, matlab and some basic assembly. Now that I have some free time on my ...
7
votes
4answers
4k views

C++ to UML ( Reverse engineer / Round-trip engineering )

I am looking for a tool that can reverse engineer C++ to UML (and vice-versa). However, the crucial requirement is that it can correctly parse method (member function) bodies so that dependencies are ...