Tagged Questions

2
votes
1answer
136 views

Using C MPI syntax in a C++ application

I am developing a C++ MPI application. I have some existing code that is a C MPI application which partly do what I want, so I should be able to copy some of the code (or rewrite it in a cleaner C++ ...
0
votes
1answer
98 views

mixing c and c++

I have couple of questions that about mixing code: a complete project based on c, if I wanna use a c++ library, then I create a wrapper around it with pure c code,then build that shared library, do ...