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@...
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@...
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...
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@...
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...
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@...
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...
Well................ getchar() or fgets(,).......canalso do the trick...just........place them before return..........included in....stdio.h ... what ... ...
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 ...
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@...
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,...
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@...
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@...
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...
... 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){ ...
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@...
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...
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@...
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...
... 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...
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...
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...
... 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 -...
Check out TrollTech QT (www.trolltech.com <http://www.trolltech.com> ). QT is a "Cross-platform application framework for desktop and embedded development."...
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...
... <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...
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...
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...
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...