When writing ruby code, it is easy to test how different functions behave by testing them out in irb. But to test code in C, I usually have to open up a separate IDE and write code there to test how it works. Is there an interpreter-like tool available in Unix or Windows platform?
+1
A:
C is not an interpreted language. However, there are a couple interpreters. I think the best one is Ch however it is not open source. CINT is open source:
BobbyShaftoe
2009-01-14 06:37:18