What are you working on? - Programming On Unix
Users browsing this thread: 52 Guest(s)
|
|||
Coming back to my personal project after a while I realized it's a waste of time to rewrite python-Levenshtein in C++ when I could just wrap the related C-functions with some C++. So far so good, but when building the lib, should I compile the C code with a C compiler instead of letting the C++ compiler handle everything?
I've seen it being mentioned that doing the former is a better idea, but not for what reason. |
|||