kritika292 wrote: > is there any program that can run in c but not in c++?
Smart aleck response: Programs don't run in C/C++. C/C++ code is "human-readable" text that the C/C++ compiler analyzes and generates machine code in the form of an executable. C and C++ are not interpreted languages. (Of course, a quick Google search turns up the 'Ch embeddable C/C++ interpreter', but it costs $500.) -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
