If you happen to ever title a StackOverlow question something like "How do I do (whatever) in C/C++", then I guarantee within a few short minutes someone will say "Which language? There is no such thing as C/C++.". I don't suggest arguing with them unless you like downvotes. That said--the C/C++ language does exist, and I'm probably one of the few people who sometimes studies it
I'd just like to interject for a moment. What you're referring to as C++, is in fact, C/C++, or as I've recently taken to calling it, See plus See plus plus. C++ is not an programming language unto itself, but rather another component of a fully functioning C/C++ system made useful by the C corelibs, stdio.h utilities and vital system components comprising a full C/C++ programming language as defined by the ISO/IEC 14882 standard.
Name:
Anonymous2016-05-06 14:49
extern "C"{ //C/C++ exists because C is compatible with C++.