Monthly Archives: April 2008

Namespaces and Forward Class Declarations

One last subtlety I discovered while adding namespaces to EP Simulator has to do with forward declarations of classes. Most C++ programmers know you don’t have to include a header file with the class definition if you are using pointers … Continue reading

Posted in Computers & Software | Leave a comment

Namespace Blues

I spent the weekend not writing code, but thinking about how to organize my code. EP Simulator is a large project written in C++ and utilizing Qt to build its Gui. There are large chunks of code that really have … Continue reading

Posted in Computers & Software, Electrophysiology | Leave a comment