Yeah sure,all C++ compilers support the C syntax.
You can call the functions written in the C program from the C++ code, just include the .c file into Ur project.
If you have a main() function defined in Ur C program you mght have problems, the solution will be to either remove the main() routine from the C program or just yank out the functions you require in a seprate C file and include it in Ur project.
cheers
amit
crazy_indian@lycos.com
to bug is human to debug devine