|
Page Created :
qpid :
C++ vs. Python API Discrepancies
C++ vs. Python API Discrepancies has been created by Jonathan Robie (Mar 09, 2009). Content:This page compares C++ and Python code samples from our examples, looking for arbitrary discrepancies in the API. I suggest that we add proposals to fix these discrepancies inline for each example. h2 h3 <pre> Unknown macro: {
connection.open(host, port);
Session session = connection.newSession();
...
connection.close();
return 0;
} catch(const std::exception& error) Unknown macro: {
std} return 1; </pre> h3 <pre> socket = connect(host, port) h3
|
Unsubscribe or edit your notifications preferences
