ofbook - C++ Language Basics deprecated header calls
dsvid opened this issue · 5 comments
dsvid commented
Just wanted to point out that the #include functions in the C++ Language Basics are deprecated and will not compile on ideone.com
For example if you use
#include <iostream.h>
on ideone.com the code will note compile
if the header is changed to:
#include <iostream>
Then the code compiles.
Not a big deal, but it could be confusing for newcomers.
roymacdonald commented
Thanks. Can you make a PR with the necessary changes?
roymacdonald commented
Just merged. Thanks
montoyamoraga commented
@roymacdonald this issue can be closed because of #313 right? :)
roymacdonald commented
@montoyamoraga gracias. :)