I don't know, and I'd get a new book (after trying to get my money back for that one) ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous...
hi all members, I've several little questions... what is the quickest algorithm to compute: * the gcd of two ints (big ints defined in a "hand" made class) ...
Raphlistes@...
Feb 1, 2003 9:25 am
26058
... Typo. ... See below. ... Don't know. '\0' won't be added to *dest if len begins at 0, either. So the function has a bug. It won't copy empty strings...
c the best approach is 2 write a function which can give u a no. for each date... startin frm 1 jan 2003 i.e if date is 20 jan 2003 then i gives 20, and if...
c the best book 4 C++ as per my best knowledge is...Complete Referance of C++ .. by Herbert Schildt.... c-prog@yahoogroups.com wrote: Dear Friends, I join this...
From: Arun Jagannathan [mailto:arunmca123@...] ... Actually, it's more likely to be a typesetting problem. I've seen a couple of layout systems that...
From: Melchizedec, New [mailto:melchi@...] ... The only true way... :-) ... Drop that though! It just looks like the original poster is replying to you, ...
Hi group, I recently had some homework where we needed to sort a dynamic string array by numerical order. I wanted to use the "quicksort" function, but...
hi what is the dfference b/w a platform and a computer language. some people said that java is a platform and also a language plz reply wasi ... Do you Yahoo!?...
Whats your opinion on using #include <iostream.h> and #include<iostream> using namespace std; I've seen and used both but see no reason for using the secound...
Hi all The second one is a new standard, ISO C++, wich is new and some dev-kits only have that one, so my advise to you is to use the statment #include...
Coen Leermakers
a.leermakers@...
Feb 1, 2003 9:50 pm
26071
From: marianne [mailto:uddane@...] ... Had, or still have? ... There is no "quicksort" function in C or C++. In C there is a qsort function which, by...
From: wasi ur rehman [mailto:wasiure@...] ... There need not be any difference. A platform is usually taken to be an actual machine or class thereof....
I've got a problem with this function i'm new to Visual C++ and am trying to create this program to change the wall paper when the user clicks my dialog...
the 1st is nobody knows what the 2nd is standard C++ you've got it exactly backwards ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous...
I HAD homework ( as in I already handed it in ) I'm using C++ ( in Visual Studio 6) It was a dynamic array of integers input by the user that had to be sorted...
marianne
uddane@...
Feb 2, 2003 7:30 am
26078
From: marianne [mailto:uddane@...] ... The reason I asked is because I see quite a lot of blatant homework assignment questions and I'm long past...
Thank you for the "heads up" The first link you posted was pretty much what I wanted to look at. And as for the link about how to post intelligent...
marianne
uddane@...
Feb 2, 2003 3:42 pm
26080
how do i convert 64-bit number into two 32-bit numbers and then back two 32-bit numbers into one 64-bit number? I need HIWORD and LOWORD for 64-bit number....
Tone Skoda
tone.skoda@...
Feb 2, 2003 7:00 pm
26081
If you're using C++ there is a sort in the standard library that is very easy to use (and it generally runs faster than qsort (the quicksort your friend is...
Hello, I think you can logical and it. lets say you have a 64 bit number MyNumber; #define HIWORD_MASK 18446744069414584320 #define LOWORD_MASK 4294967295 ...
Thanks a lot everyone......really appreciate your inputs. Peter thanks for typing out so much extra. Something which prabodh touched upon. Which is the best...