Pelles C forum

C language => Beginner questions => Topic started by: Feardon101 on September 16, 2015, 09:36:46 AM

Title: Converting float array to characters
Post by: Feardon101 on September 16, 2015, 09:36:46 AM
Hi,
I'm trying to transform my array from a float array into an array of characters. Could use urgent help :\
Title: Re: Converting float array to characters
Post by: jj2007 on September 16, 2015, 09:36:27 PM
Just post what you have coded so far (complete program please), and tell us what the problem is (crashes, compiler errors etc).
Title: Re: Converting float array to characters
Post by: Bitbeisser on September 16, 2015, 11:13:54 PM
Quote from: jj2007 on September 16, 2015, 09:36:27 PM
Just post what you have coded so far (complete program please), and tell us what the problem is (crashes, compiler errors etc).
And in general, it would help to describe a bit more precisely what exactly you are trying to achieve, as at least to me, the problem/task description doesn't make much sense..

Ralf

PS: As mentioned in other threads, we don't do your homework for you, we are however willing to help you with some more specific problems, if properly described and as JJ mentioned, you show us what you already did...