April 11th, 2013 03:35 AM
can any one please help me how to give a database connection to a c++ code
i am using turbo c++ as an editor and if i have oracle 11g client, odbc as a driver , what else i require and how to link...
March 28th, 2013 08:26 AM
then what should i use.
I want to retrieve the data in the order it is reading the reader xml ,but set is internally sorting it, which i don't want.
If i don't want to change the data structure...
March 28th, 2013 01:16 AM
hey i am using set in my code to get fields from a reader xml which are being errored out but it is storing it in ordered form(i.e it is internally sorting it) not in accordance to how the reader xml...
March 25th, 2013 12:30 AM
Hey , i have code that reads an input file and generates an output file .For reading the input file we have a xml file.If there is an error while reading or writing the output file the an errored...
March 20th, 2013 08:56 AM
what is the difference between unsigned char in[] and const unsigned char in[]
Thanks