anderkve / FYS3150

https://anderkve.github.io/FYS3150
26 stars 14 forks source link

Fixed a couple of typos #113

Closed evenmn closed 1 year ago

evenmn commented 1 year ago

A couple of minor typos were corrected. Should we recommend using #include <ctime> instead of #include <time.h> as C headers are deprecated in C++?

anderkve commented 1 year ago

Thanks for the fixes, @evenmn!

Should we recommend using #include instead of #include as C headers are deprecated in C++?

Yes, let's do. I'll make that change to the second example here: https://anderkve.github.io/FYS3150/book/projects/project1.html#code-snippets