Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26054 - 26083 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26054
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...
Victor A. Wagner, Jr.
vawjr1943
Offline Send Email
Feb 1, 2003
8:13 am
26055
Reply embedded and marked with >> Regards Melchi ... From: Arun Jagannathan [mailto:arunmca123@...] Sent: Saturday, February 01, 2003 1:24 PM To:...
Melchizedec, New
melchi@...
Send Email
Feb 1, 2003
8:56 am
26056
... No, I hadn't heard of it, but I'll check it out. Thanks. http://www.objectcentral.com/vide.htm...
andrew clarke
zoomosis
Offline Send Email
Feb 1, 2003
9:00 am
26057
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@...
Send Email
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...
andrew clarke
zoomosis
Offline Send Email
Feb 1, 2003
9:27 am
26059
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...
getprabodh
Offline Send Email
Feb 1, 2003
12:10 pm
26060
please write ur mails in english...... Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy the best in Movies at...
getprabodh
Offline Send Email
Feb 1, 2003
12:16 pm
26061
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...
getprabodh
Offline Send Email
Feb 1, 2003
1:22 pm
26062
From: Victor A. Wagner, Jr. [mailto:vawjr@...] ... I don't know Victor, I wouldn't put it past some dodgy C++ authors from citing such C code as a...
Peter Nilsson
peternilsson42
Offline Send Email
Feb 1, 2003
2:18 pm
26063
From: Arun Jagannathan [mailto:arunmca123@...] ... Actually, it's more likely to be a typesetting problem. I've seen a couple of layout systems that...
Peter Nilsson
peternilsson42
Offline Send Email
Feb 1, 2003
2:18 pm
26064
From: Melchizedec, New [mailto:melchi@...] ... The only true way... :-) ... Drop that though! It just looks like the original poster is replying to you, ...
Peter Nilsson
peternilsson42
Offline Send Email
Feb 1, 2003
2:18 pm
26065
From: Raphlistes@... [mailto:Raphlistes@...] ... <snip math related queries> ... Google is definitely your friend. But try... ...
Peter Nilsson
peternilsson42
Offline Send Email
Feb 1, 2003
2:50 pm
26066
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...
marianne
uddane@...
Send Email
Feb 1, 2003
3:02 pm
26067
Include: <stdlib.h>, <search.h> void qsort( void *base, size_t num, size_t width,int (*compare)( void *elem1, void *elem2)); Saturday, February 1, 2003,...
z0mbie
nxfpxn@...
Send Email
Feb 1, 2003
3:20 pm
26068
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!?...
wasi ur rehman
wasiure
Offline Send Email
Feb 1, 2003
8:22 pm
26069
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...
cbb
cbb3268
Offline Send Email
Feb 1, 2003
9:45 pm
26070
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@...
Send Email
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...
Peter Nilsson
peternilsson42
Offline Send Email
Feb 2, 2003
2:50 am
26072
From: z0mbie [mailto:nxfpxn@...] ... What on earth is <search.h>? ... void qsort( void *, size_t, size_t, int (*)(const void *, const void *) ); ^^^^^...
Peter Nilsson
peternilsson42
Offline Send Email
Feb 2, 2003
2:50 am
26073
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....
Peter Nilsson
peternilsson42
Offline Send Email
Feb 2, 2003
2:50 am
26074
From: cbb [mailto:cbb@...] ... This doesn't exist in the Standard C++ language. ... This does. ... This is a common piece of lazyness used when...
Peter Nilsson
peternilsson42
Offline Send Email
Feb 2, 2003
2:50 am
26075
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...
cbb
cbb3268
Offline Send Email
Feb 2, 2003
6:26 am
26076
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...
Victor A. Wagner, Jr.
vawjr1943
Offline Send Email
Feb 2, 2003
6:46 am
26077
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@...
Send Email
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...
Peter Nilsson
peternilsson42
Offline Send Email
Feb 2, 2003
9:49 am
26079
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@...
Send Email
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@...
Send Email
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...
Victor A. Wagner, Jr.
vawjr1943
Offline Send Email
Feb 2, 2003
7:54 pm
26082
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 ...
Laurian Angelescu
angelescu_la...
Offline Send Email
Feb 2, 2003
8:27 pm
26083
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...
triviagenius <arunmca...
triviagenius
Offline Send Email
Feb 2, 2003
8:56 pm
Messages 26054 - 26083 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help