I'm in the process of building a web GPS positioning application for surveying applications. Algorithms for data processing and position estimation will be taken from an open source C library for GPS measurements processing.
As I haven't any previous experience on web development of large-scale application and my skills on scripting languages are inadequate, I decided to choose the C++ web framework Wt, as I found it easy to learn, well supported, suitable for my application and I have to write code in a language that I'm familiar with.
My question is, can I use it to completely hide the C code, which is the backbone of my project but has a large number of unsafe functions (printf, sprintf and such)?