maybe its time you left c and shifted to perl instead :)
Im sure you have a perl interpretter in your linux box. Give it a try

Perl allows command line execution of most scripts so you can just move
around the values and get answers at command line straight away.

perl -wle ' print "this is really fun \n";'
this is really fun


----- Original Message -----
From: subhadeep panda <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 05, 2000 6:25 PM
Subject: [ilug-cal] c prog... under linux


> hello..
>  I was wondering if I could solve equation strings
>  runtime thru my C prog i.e without compiling
> everytime
>  I wanted to evaluate a new string ...
>  thank you
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
>
> --
> To unsubscribe, send mail to [EMAIL PROTECTED] with the body
> "unsubscribe ilug-cal" and an empty subject line.
> FAQ: http://www.ilug-cal.org/help/faq_list.html
>


--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/help/faq_list.html

Reply via email to