User forums > General (but related to Code::Blocks)

How to : Using C and C++ headers

(1/1)

toutarrive:
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..) :


--- Quote ---extern "C" {
#include <io.h>
#include <sys/stat.h>
}/
--- End quote ---

Oli

MortenMacFly:

--- Quote from: toutarrive on November 19, 2007, 06:07:01 pm ---I'm looking for a document which summarize the equivalence between C and C++ headers. Is there any?

--- End quote ---
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.

toutarrive:
Thanks Morten

Navigation

[0] Message Index

Go to full version