I have been switching back and forth
2025-08-21 02:05:02.637526+02 by
Dan Lyke
2 comments
I have been switching back and forth between C++ and Objective-C, which means that I can add mixing up std::cout and .count to my list of things my fingers typed when I wasn't looking...
comments in ascending chronological order (reverse):
#Comment Re: I have been switching back and forth made: 2025-08-21 16:26:52.482962+02 by:
Mars Saxman
Is Objective-C++ no longer a thing?
#Comment Re: I have been switching back and forth made: 2025-08-22 21:15:15.066477+02 by:
Dan Lyke
It's still a thing, I've just been doing Objective-C for work, which uses .count for the length of its arrays, and C++, which uses cout for its stdout reference, and adding extraneous 'n's one side and omitting needed ones on the other.
And then jumping into JavaScript which uses .length for array length...