Since 7/13/2012 6:15:14 AM, josephsantoyo has written 3 articles and participated in 4 conversations. josephsantoyo signature:
josephsantoyo's articles:
Items(3) /1
Exercise 1-8 of the C programming language1023 (8/13/2011 6:10:06 AM) comp.lang.c Is there any way to write this code without an else if? If so how..and can you explain it line by line please :/ I'm really new to C or programming. #include /* count blanks, tabs and newlines in input */ ma... Joseph
The C programming language 1.5.1 File Copying322 (8/13/2011 12:33:47 AM) comp.lang.c The part where he says: "We can't use char since c must be big enough to hold EOF in addition to any possible char. Therefore we use int. Can someone explain this to me? ... Joseph
Learn Python the Hardway exercise 11 question 4534 (3/31/2011 3:03:09 AM) comp.lang.python print "How old are you?", age =3D raw_input() print "How tall are you?", height =3D raw_input() print "How much do you weigh?", weight =3D raw_input() print "So, you're %r old, %r tall and %r heavy." % ( age, h... Joseph
Exercise 1-8 of the C programming language1023 (8/13/2011 6:10:06 AM) comp.lang.c Is there any way to write this code without an else if? If so how..and can you explain it line by line please :/ I'm really new to C or programming. #include /* count blanks, tabs and newlines in input */ ma... josephsantoyo(7)