C++
Request to my readership for clarification concerning C#
OK, I can see why the designers of C# did not implement the preprocessor of C++ and C. It creates obfuscated code, and its functionality, as I learned several years ago from Number One Son, its functionality is largely replaced by objects.
For me, furthermore, it doesn't go far enough. This is because the preprocessor of PL/I was Turing complete in that you could create loops in the preprocessor and, from a logical standpoint, the preprocessor was a full "computer", allowing you to ship seriously customizable (and, seriously obfuscated) solutions.
But I find the string model of C# supports the concept of "scan for any one of a SET of characters" that is found in C strspn, but FAILS to support (as far as I can determine) the concept of "scan for any one of the COMPLEMENT of a SET of characters" as seen in strcspn.


Recent comments
3 weeks 6 days ago
3 weeks 6 days ago
38 weeks 5 days ago
39 weeks 5 days ago
39 weeks 5 days ago
40 weeks 5 days ago
41 weeks 1 day ago
41 weeks 1 day ago
41 weeks 3 days ago
41 weeks 4 days ago