• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Testing c/c++ code

Joined
6/26/21
Messages
6
Points
13
Hi all,

this might be a little outside of the scope for this course, but I was wondering what's the most commonly used unit testing library for c/c++.

Also, is test driven development religiously followed in the c/c++ community?

Thanks!
 
These?



// I haven't used them as they are not in my job title at the moment :)
But you probably need them in production environment. Certainly worth knowing a bit about.
 
These?



// I haven't used them as they are not in my job title at the moment :)
But you probably need them in production environment. Certainly worth knowing a bit about.
Thanks! I'll defintely look into it.
 
Back
Top