News

I read through the information on your link about WSF, but I'm still not clear on how the call would look. Say a Function is on a WSF at a location named C:/Example1 and the script you want to run ...
In my 20 years of C/C++ programming, I’ve had to use a pointer to a function in almost every project. I don’t even recall the circumstances where it would not make a huge un-testable mess ...
So I have a C++ program that I'm refactoring from someone elses code. It has a File class object called File_C that's intended to handle all the file i/o for input files and put the data in files ...