cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square47fedilinkarrow-up182arrow-down114cross-posted to: [email protected]
arrow-up168arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square47fedilinkcross-posted to: [email protected]
minus-squarer00ty@kbin.lifelinkfedilinkarrow-up2·3 months agoMaybe c# has similar. There’s \r\n or \n like c++ and Environment.NewLine. Probably it’s similar in that Environment.NewLine takes into account the operating system in use and I wonder if endl in c++ does the same thing?
Maybe c# has similar. There’s \r\n or \n like c++ and Environment.NewLine.
Probably it’s similar in that Environment.NewLine takes into account the operating system in use and I wonder if endl in c++ does the same thing?