|
|
|
|
|
by jjnoakes
3274 days ago
|
|
> provided they don't make use of the few cases where C language features and C++ are no longer compatible, e.g. VLAs or structure initializers Wouldn't one compile hiredis in C, their app in C++, and link the two together? In general compiling C code with a C++ compiler isn't the path of least resistance. |
|