Assign very very large integer5108 (9/5/2007 9:19:32 AM) comp.programming Hi, I want to do arithmetic opeation like + ,- ,* , / using two large number. The number would very large it may be 100, 200, 300, and every 1000 digit number. But interger can store only 4 byte. long double ca... srini4vasan
Function returning two values #2618 (8/24/2007 12:07:36 PM) comp.lang.c++ Hi, Is that possible to return two values from a functions at a time. ie.,Can a function return two values at a time. if() { return } else { return } } // Not like this. Anything apart from th... srini4vasan
this pointer - deletion525 (8/9/2007 7:31:06 AM) comp.lang.c++ Can we delete 'this' pointer in C++. If so how can we delete this pointer? If not why? ... srini4vasan
Linker error in compilation443 (7/6/2007 9:24:16 AM) comp.lang.c Hi, I wrote a small socket program in C++ using unix machine. Compiler CC. It is asking some library file or linker file Could you please send the library files or linker files for following program. error: ... srini4vasan
C++ using database339 (7/5/2007 11:36:30 AM) comp.lang.c++ Can you send me C++ program though which i can able to access the database. Please send me the program with entire explanation. Thanks ... srini4vasan