Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: toutarrive on November 19, 2007, 06:07:01 pm
-
Hi all,
I'm looking for a document which summarize the equivalence between C and C++ headers. Is there any?
So far, i've been using this technique when i couldn't find a C++ header equivalent (as far as my knolewdge allows me..) :
extern "C" {
#include <io.h>
#include <sys/stat.h>
}/
Oli
-
I'm looking for a document which summarize the equivalence between C and C++ headers. Is there any?
Have a look but not in this forum. Try for example here: http://cboard.cprogramming.com/index.php.
This is *not* a general programming forum. We cannot and will not maintain an "all dev's question" forum. Please ask C::B related questions here only. Thanks.
With regards, Morten.
-
Thanks Morten