I hate to sound stupid, but the sample C++ directories include C++ header files but there are no headers provided except in the samples directories. And from searching this forum, it appears that programming is according to the COM model. So, is there any information that details the specifics about programming in C++? For example, if I write a C++ program in the IDE of my choice, how would I know what header files are required and what functions they provide as X10 must have specific requirements provided by special header files? How do I know what header files exist and where they are provided so that the IDE preprocessor et al can find them?
I'm sorry if this is stupid but I can't find any information about this. I assume that I must read up on COM programming but am not even sure about this. any help is appreciated.