Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Stack Overflow ; Forum: C and child forums
Forum: C Oct 14th, 2004
Replies: 17
Views: 4,574
Posted By Stack Overflow
Greetings,

If I understand correctly, you want to find which of the totals are shortest. Like from minimum to maximum, e.g. A is less than B so B is greater; B is greater than C so C is less than...
Forum: C Sep 18th, 2004
Replies: 13
Views: 370,740
Posted By Stack Overflow
Greetings,

This process is not hard since the default libraries included a function to do this. It's called itoa().

ยป char *itoa(int value, char *buffer, int radix);
Converts an integer value...
Forum: C Sep 14th, 2004
Replies: 8
Views: 5,749
Posted By Stack Overflow
Greetings,

I did see a few errors that evidently caught my attention.

Firstly, on line 6 of your posted code you have the following:

int side1 = 0;

Though 4 lines later, [or line 10], you...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC