cost 493 ms
Adding an int to a string c++

If I have a string string foo and I write foo += 27, what gets appended to the string? Is it the character with the ASCII hex value 0x27 or with 0x1b? ...

2018-02-18 03:42:35   2   95    c++ / numerics  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM