Bonjour,
Cela dépend de ton framework en partie (MFC, Qt, wxWidgets, etc...).
Par exemple, avec les MFC :

CString command("INSERT INTO model_ordinateur (id_model,nom_model) VALUES (");
command...