User Tools

Site Tools


codebase:add_cpp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
codebase:add_cpp [2017/05/25 03:21]
vodur
codebase:add_cpp [2017/05/25 03:23]
vodur
Line 17: Line 17:
 [[http://​www.geeksforgeeks.org/​write-c-program-produce-different-result-c/​|http://​www.geeksforgeeks.org/​write-c-program-produce-different-result-c/​]] [[http://​www.geeksforgeeks.org/​write-c-program-produce-different-result-c/​|http://​www.geeksforgeeks.org/​write-c-program-produce-different-result-c/​]]
  
-C/C++ interop is well supported. We can compile C files as C into object files and C as C++ into object files and link them without issue.+C/C++ interop is well supported. We can compile C files as C into object files and C++ as C++ into object files and link them without issue.
  
 To access C functions from C++, C++ code will need to include the C headers (wrapping in extern "​C"​ { }). To access C functions from C++, C++ code will need to include the C headers (wrapping in extern "​C"​ { }).
codebase/add_cpp.txt ยท Last modified: 2019/07/13 06:16 by vodur