Wednesday, July 12, 2017

C++ Call Interface Programmer's Guide



C++ & Oracle 
Call Interface Programmer's Guide

Reference link :
https://docs.oracle.com/database/121/LNCPP/relational.htm#LNCPP003

C++ & Sybase :

Call Interface Programmer's Guide

Reference link 

http://www.object-craft.com.au/projects/sybase/sybase/module-sybasect.html

No comments:

Post a Comment

lvalue vs rvalue

  1. What is an lvalue? An lvalue is an object that: Has an identifiable memory location. Has a name (in most cases). Can appear on th...