openframeworks/ofBook

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.

Thanks. Can you make a PR with the necessary changes?

dsvid commented

sure, I've just made a pull request here #313

Just merged. Thanks

@roymacdonald this issue can be closed because of #313 right? :)

@montoyamoraga gracias. :)