Manually create nodes from C++
letharion - August 12, 2009 - 09:12
I have a C++ program that generates data that I'd like automagically inserted into the DB as nodes.
I found this: http://www.unibia.com/unibianet/drupal/how-create-drupal-nodes-script on how to create nodes automatically, but that requires php for obvious reasons.
Has anyone done this before, and how did you go about it?

Relevant:
Relevant: http://civicactions.com/blog/cck_import_and_update
http://dgtlmoon.com/saving_dr
http://dgtlmoon.com/saving_drupal_cck_node_drupalexecute_is_a_dog_use_no...
Creating the nodes was very simple by calling a php script, but I still don't know how to call that script from my program.