Tagged Questions
2
votes
1answer
126 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++ ...
1
vote
1answer
169 views
including c++ libraries in ios programming
I'm developing an ios app that's very basic and uses objective almost all of the time. However my app needs to deal with big integer numbers (eg: 2^200) and add and multiply them. To achieve that I ...
0
votes
1answer
93 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 ...
-1
votes
1answer
123 views
How to mix php and C++ for user authenication?
Hello i'm making a program to get the names of users on my website and use that log for my programs so only registered people can login. How would I go about doing this?