I am trying to port a small program that I originally made for Linux. The only thing that now causes an error - a any binary number written as follows: 0b01010101.
0b01010101
I cannot find any information on why this does not work on Windows or how I can make it work with windows.
Is this not standard in C ++?
This will not work at present.
This will be the new C ++ 14 feature . Numeric literals in C ++ 14 can be specified in binary form. The syntax uses the 0bor prefixes 0b.
0b
Source: https://habr.com/ru/post/1532179/More articles:Translite query string for typeahead.js - javascriptUnable to get kendo grid link in angular bootstrap modal window - angularjsFailure unit test of factory with dependency in AngularJS using Jasmine & Karma - angularjsARMv8 - запуск 32-разрядных приложений на 64-разрядной ОС - linuxInvalid MS SQL object name - pythonlog4j2 how to read a property variable from a file in log4j2 - javaNSError release: message sent to the freed instance - iosHow to display UIAlertView from block in iOS? - iosCasperjs status does not work on web page - phantomjsSelect video from iPhone photo library - iosAll Articles