News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to : Using C and C++ headers

Started by toutarrive, November 19, 2007, 06:07:01 PM

Previous topic - Next topic

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

Quoteextern "C" {
#include <io.h>
#include <sys/stat.h>
}/

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?
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

toutarrive