Home > Back-end >  How to put int type to a uint type
How to put int type to a uint type

Time:09-26

Enclosing selectedControllersOfRealtimeGetRecords [controllerSN] UpdateLastGetRecordLocationIP (enclosing realtimeG

CodePudding user response:

Enclosing selectedControllersOfRealtimeGetRecords [controllerSN] UpdateLastGetRecordLocationIP (enclosing realtimeGetRecordsSwipeIndexGot [controllerSN]);

CodePudding user response:

With strong: auto u=(uint) 100;
The use of c + + : auto u=static_cast & lt; Uint> (100);
  • Related