Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? 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 8529 - 8558 of 8807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8529
try doing a google on "pow() +C" and also "sqrt() +C" for a start printf("sqrt(64.0) returns: %2.0f\n",sqrt); I think should read printf( "sqrt(64.0)...
Eric
eric.richards@...
Send Email
Nov 1, 2008
3:04 pm
8530
Someone said the other day that their program closes to qiuck to see what the result was The answer from the group was to use system(pause) Well this got me...
Eric
eric.richards@...
Send Email
Nov 1, 2008
8:20 pm
8531
... <snip> That's the opinion of some members. Personally I disagree with this attitude wholeheartedly for a simple reason (which many people might not...
Nico Heinze
nico_heinze
Offline Send Email
Nov 2, 2008
4:36 pm
8532
Just a quick reply, I have not read it all but I will before I reply again My example of a system(pause) DOES NOT DO a system pause it waits for a data to by...
Eric
eric.richards@...
Send Email
Nov 2, 2008
6:15 pm
8533
Hello everybody,   Can you point me in the direction where I can find a small true win32 program.  I have used google, but mostly I find small program that...
Benito
dezheben
Offline Send Email
Nov 5, 2008
8:12 am
8534
Hrllo Thomas I have DEV C++ 4.9.9.2 it is not a beta this series has come to a dead end because the people making it did not get any money for their work Sun...
Eric
eric.richards@...
Send Email
Nov 6, 2008
5:44 am
8535
Hello Thomas, I don't know if it can be useful to you, but I've made an application freeware employing only dev-cpp 4.9.9.2. The sourcecode can be installed...
joselopezcano
Offline Send Email
Nov 6, 2008
5:04 pm
8536
Well................ getchar() or fgets(,).......canalso do the trick...just........place them before return..........included in....stdio.h ... what ... ...
singh_15885
Offline
Nov 6, 2008
7:49 pm
8537
Hello All, A query.. Below code works fine if I pass integers as input for x but second scanf does not work if I pass a float as input for x. I tried ...
abhi_misra_1980
Offline Send Email
Nov 7, 2008
2:59 pm
8538
um what numbers are you using so we can see if they repeat on our system From Eric CV short for 105 ... From: abhi_misra_1980 <abhi_misra_1980@...> To:...
Eric
eric.richards@...
Send Email
Nov 7, 2008
5:50 pm
8539
The issue is feeding a float into an int without typecasting. The result becomes unreliable due to system implementations. A better way is to input as a float,...
Neil
neilorme
Offline Send Email
Nov 7, 2008
6:05 pm
8540
IC So do you think it would be good to do this as common good software writting or "Check & report" Come up with a error message "the number you have just ...
Eric
eric.richards@...
Send Email
Nov 7, 2008
6:24 pm
8541
why would you use a decimal point to test your program when you know your program only ask for interger? or to put it another way, why use a number outside...
Eric
eric.richards@...
Send Email
Nov 8, 2008
2:11 am
8542
hai I defined check function which its return value is true or false so I declare it with char. It make little allocation, isnt it? I dont know why many...
dullohmail
Offline Send Email
Nov 11, 2008
8:20 pm
8543
... Makes no odds; the memory is used for whatever variable the result of the function is assigned to (if any.) ... What's wrong with char IsEven(int num){ ...
Paul Herring
Shabble
Offline Send Email
Nov 11, 2008
8:58 pm
8544
Hi THANKS if you wanted to return char wooden you have to go return '1'; or return '0'; From Eric ... From: dullohmail <dullohmail@...> To:...
Eric
eric.richards@...
Send Email
Nov 12, 2008
7:56 am
8545
... No. They're using char as a 'very small int' (i.e. one byte) instead of an int (typically four bytes,) not as a human readable representation intended for...
Paul Herring
Shabble
Offline Send Email
Nov 12, 2008
8:18 am
8546
The question now is then Why drive down the wrong side of the road when you could have a accident with a oncoming vehicle? From Eric ... From: Paul Herring...
Eric
eric.richards@...
Send Email
Nov 12, 2008
2:05 pm
8547
Hi Guys, I am asking this question out of curiosity. Is it possible to develop graphics application using C++ under a linux environment? Does linux come with a...
Shivakumar
cshivain2000
Offline Send Email
Nov 14, 2008
8:49 am
8548
... As far as I recall, graphics.h is a header file from the old Borland compilers Turbo C and Turbo C++. These compilers generated executable programs for...
Nico Heinze
nico_heinze
Offline Send Email
Nov 14, 2008
7:10 pm
8549
Greetings! I am a recent new member on this list and this is my first post. I apologize for the length of this post, but I would really appreciate some help in...
rkristof1
Offline Send Email
Nov 17, 2008
7:55 am
8550
Hello Everyone, This is in reference to the email sent to you few months back about Zephyr, the revolutionary software quality test management system. I'm glad...
sean_zephyr
Offline Send Email
Nov 17, 2008
7:56 am
8551
... Hi, Please take a look here: www.allegro.cc This graphic library (GPL) , currently 4.2.2, originally developed by Shawn Hargreaves, is cross platform -...
Marek Ratajczak
marekratajczak
Offline Send Email
Nov 17, 2008
9:37 am
8552
Check out TrollTech QT (www.trolltech.com <http://www.trolltech.com> ). QT is a "Cross-platform application framework for desktop and embedded development."...
Basic Poke
basicpoke
Offline Send Email
Nov 19, 2008
8:43 pm
8553
i need some help on these questions,thank u. one: i wrote a program in c,and i compiled it(in borland c), it had no errors(so far so good) then i run it and...
v.qasemi
Offline
Nov 20, 2008
10:34 pm
8554
... <snip> The Borland C compiler is "ancient"; it doesn't understand ANSI C or ANSI C++; and it's been written for MS-DOS environments, not for Windows. Get...
Nico Heinze
nico_heinze
Offline Send Email
Nov 23, 2008
6:20 pm
8555
dear friends... I've made something simple with openCV . A simple photo editor... It might not so good... but it can be a starting point for you if you want to...
Auralius Manurung
mr_manurung
Online Now Send Email
Dec 2, 2008
8:28 am
8556
Dear friend I need a program to store 2d object using QUUADTREE algorithm. Plz help me.. [--mod: please don't hijack any thread if you are asking something...
chandanb1983
Offline Send Email
Dec 4, 2008
10:03 pm
8557
hi guys i have a question.i wanted to what is open gl exactley? is it a library in c/c++ that has its own functions?or what?...
v.qasemi
Offline
Dec 5, 2008
10:20 am
8558
I thought it was openCV CV I learnt from WordWeb is 105, Well I knew that all along (for what it was worth) but did not realize it, realy did not want to get...
Eric
eric.richards@...
Send Email
Dec 5, 2008
4:29 pm
Messages 8529 - 8558 of 8807   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