Re: [c-prog] endianness questions

2008-04-23 Thread Max Smith
Original-Nachricht Datum: Tue, 22 Apr 2008 18:51:37 -0700 Von: Thomas Hruska [EMAIL PROTECTED] Your method probably works fine. We were merely nitpicking (being purists) and saying you shouldn't access the value _within_ the function. Merely swap the bytes. You can

Re: [c-prog] intergration and differentiation

2008-04-23 Thread Ignacio
On Tue, 22 Apr 2008, at 15:02 (GMT), perfectdance2050 wrote: this is saksham dixit i want to knw that by which way we can calculate that intergration and differentiation by c++ or c language If you want to write the code yourself, there are several algorithms. Depending on your

Re: [c-prog] Porting COM Modules to unix/linux

2008-04-23 Thread Sandeep Setty
Thank you all. - Original Message From: Thomas Hruska [EMAIL PROTECTED] To: c-prog@yahoogroups.com Sent: Wednesday, 23 April, 2008 7:19:12 AM Subject: Re: [c-prog] Porting COM Modules to unix/linux Tamas Marki wrote: On Tue, Apr 22, 2008 at 4:35 PM, Brett McCoy [EMAIL PROTECTED]

Re: [c-prog] Need Help

2008-04-23 Thread Brett McCoy
On Wed, Apr 23, 2008 at 1:23 PM, ~Rick [EMAIL PROTECTED] wrote: Embedding Word/Excel uses a feature of those two products called OLE (Object Link Exchange). Get ready to learn more than you'll wish to ever know about COM (Component Object Model). I always thought OLE was Object Linking

Re: [c-prog] Please Help

2008-04-23 Thread Jim Dougherty
c-prog@yahoogroups.com wrote: I need to figure out what is wrong with this. I need the average of the scores to be calculated in the AverageGrade function, but I am having problems. Can someone help me? float AverageGrade(Student studentGrade, int average) { int i; float n; float

Re: [c-prog] Need Help

2008-04-23 Thread Thomas Hruska
Brett McCoy wrote: On Wed, Apr 23, 2008 at 1:23 PM, ~Rick [EMAIL PROTECTED] wrote: Embedding Word/Excel uses a feature of those two products called OLE (Object Link Exchange). Get ready to learn more than you'll wish to ever know about COM (Component Object Model). I always thought

Re: [c-prog] Any Good C++ Magazines?

2008-04-23 Thread Trent
Only C++ (ANSI) magazine in the US I am aware of is Dr Dobb's Journal. Of course there are some dedicated to the Microsoft side of things, but that is really not C++ - Original Message - From: fireplace_tea [EMAIL PROTECTED] To: c-prog@yahoogroups.com Sent: Wednesday, April 23, 2008

Re: [c-prog] Any Good C++ Magazines?

2008-04-23 Thread Brett McCoy
On Wed, Apr 23, 2008 at 9:15 PM, Trent [EMAIL PROTECTED] wrote: Only C++ (ANSI) magazine in the US I am aware of is Dr Dobb's Journal. I was going to also say the C/C++ User's Journal, but I see they have recently merged with Dr. Dobbs. -- Brett

Re: [c-prog] Any Good C++ Magazines?

2008-04-23 Thread Thomas Hruska
sandeep khokhar wrote: hi u can read yashwant kanetaker indian writer - Original Message From: fireplace_tea [EMAIL PROTECTED] To: c-prog@yahoogroups.com Sent: Thursday, 24 April, 2008 6:22:15 AM Subject: [c-prog] Any Good C++ Magazines? Hello Everyone, I've been