Tagged Questions
6
votes
8answers
287 views
Distribute a application to the public so they can compile, without revealing the source
I have a proprietary application I would like to hand out to a few people for testing, except we do not want to reveal the source to them. The application is written in C++ for Linux. It links against ...
2
votes
5answers
119 views
how to prohibit other developers to #include a third party header in C++
So there is third-party library that has a header file you need to include in order to use it. Since the implementation of the library is not object oriented I wrote a Class to encapsulate all usage ...
0
votes
2answers
45 views
Is pro*c/c++ support “describe [schema.]object” statement?
I can't prepare this statement in my pc code. When I running this statement always show out
"SQLERROR: ORA CODE: -900 MSG: ORA-00900: invalid SQL statement".
Can there are any way to exec this ...
0
votes
1answer
142 views
How to generate a C++ header with Apache Avro (python script)
I am interested in generating a C++ header using Apache Avro's code generation tool (i.e. the python script). According to the documentation it should be fairly easy to do, but I don't usually use ...