Since 4/26/2012 4:26:16 PM, amandeep_dilse has written 5 articles and participated in 0 conversations. amandeep_dilse signature: amandeep_dilse
amandeep_dilse's articles:
Items(5) /1
Adding Picture In oracle228 (10/20/2004 5:03:27 PM) comp.programming I want to know that how can i save the picture in oracle 8i using VB6 as front end. I want to knoe the complete procedure as creating table in oracle with proper data type and then using VB interface to save pi... amandeep_dilse
Generating Barcode527 (10/6/2004 2:11:17 PM) comp.programming I want to know that how can i generate the barcode for my VB applications. I want it for my project library management(Creating Barcodes For The Books). ... amandeep_dilse
size of object In C++324 (5/4/2004 4:39:07 AM) comp.programming In C++ the size of object is the size of the data members in class. So if it contains one integer data member it has size two bytes. According to it if contains no data member its size should be Zero, but in re... amandeep_dilse
What will be the answer228 (9/12/2003 8:59:47 AM) comp.programming This is the prog in c c=5; b= ++a * ++a; printf("%d",a); a=5; printf("\n %d",++a*aa+); Answer in the both cases are different. In first case answer is 49 and in sec. in second is 42. I want to know why answe... amandeep_dilse
What will be answer and why1029 (9/11/2003 10:45:03 AM) comp.programming This IS the problem in C. a=5; b=++a * ++a; printf("%d %d",a,b); a=5; printf("%d",++a * ++a); Please Reply Soon ... amandeep_dilse