Re: [vox-tech] C-Newbie needs help with a source-code

2003-10-30 Thread Micah J. Cowan
Unlike some other respondants, I have no problem with the size of your code: it's pretty average for what we get over at comp.lang.c (where you might consider posting for even more help). What I do have a problem with is that you didn't adequately explain what you are trying to do, and I can't rea

Re: [vox-tech] C-Newbie needs help with a source-code

2003-10-30 Thread Michael J Wenk
On Thu, Oct 30, 2003 at 12:16:51PM -0800, Nicole TWN wrote: > At 06:06 AM 10/30/2003, you wrote: > >what the program is about: you may input a decimal number and the program > >will convert it into a dual number... after this it will determine the > >length of the dual number (bestimme_laenge() )

Re: [vox-tech] C-Newbie needs help with a source-code

2003-10-30 Thread Nicole TWN
At 06:06 AM 10/30/2003, you wrote: what the program is about: you may input a decimal number and the program will convert it into a dual number... after this it will determine the length of the dual number (bestimme_laenge() ) then it should declare an array Dec[] with last position --> lange-1

Re: [vox-tech] C-Newbie needs help with a source-code

2003-10-30 Thread Tim Riley
[EMAIL PROTECTED] wrote: > > > i hope you can help me with this prob... > Perhaps you could break down the problem into a bite sized chunk. Post a single function, tell us what you send it, tell us what you expect, and tell us what you get. That'll help.

[vox-tech] C-Newbie needs help with a source-code

2003-10-30 Thread danielweyh
/ /* Mit diesem Programme möchte ich Dezimalzahlen in Zahlen des Binären Systems umwandeln und diese anschließend ausgeben */ #include main () { int zahl; /// int bit = 0; /// Variablendeklaration der "zahl", des "