2 results for “visual c++”
-
2016: My Publications in Review
Inspired by my colleague Neil Cohn's review of his publications in 2016, I thought it nice to reflect on what research I have published alongside other colleagues over the past year. I'm happy this year was very productive in terms of publications, and happier that it will culminate in my PhD and…
-
Export & Test a DLL with Visual Studio 2013
My mission: create a struct in Visual C++, export the struct via a Dynamic Link Library (DLL), and test the struct's methods in a Unit Test Project within Visual Studio 2013. Sounds simple enough right? Of course it isn't. Let's go through the motions, in case I can save some poor soul's time in…