Cristian Salazar
unread,Mar 10, 2008, 3:33:37 PM3/10/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sysquake
hi, everybody, i'm from chile, and i newbie here... so i hope could
get some usefull help.
the thing is this:
i'm starting programming in Lyme enviroment (PALM), and i've made some
stuff; functions...
but i need to know how is posible to get an answer from keyboard, like
in console with C
example=
int r;
printf("Enter the radius of circle: ");
scanf("%d",&r);
printf("The radius of circle is: %d",r);
i want to do something like that in the lyme. i guss this is very
simple, but i can't
i try this:
line=fgets(0) --->obvious this is incorrect, the zero is 'cos i read
that 0 is Standar input from keyboard
that is all. see u later
PS: so sorry, i know my english isn't really good. i'll be wating
for..