当前位置:网站首页>String full summary
String full summary
2022-06-13 04:17:00 【csx_ zzh】
///https://blog.csdn.net/weixin_43093481/article/details/82318377
Catalog
1. Commonly used STL Method
Arbitrary base conversion :
itoa(int n,char* s,int r) // take 10 Base number n Convert to r Base and assign to s
Type conversion :
string ->int : string s("123");
int i = atoi(s.c_str());
int -> string: int a;
stringstream(s) >> a;
边栏推荐
- Single chip microcomputer: MODBUS multi computer communication program design
- MCU: NEC protocol infrared remote controller
- Student management system
- Application of dagger2 learning module (II)
- Reread the classic: end to end object detection with transformers
- El expression
- Uni app dynamic add style dynamic bind background image invalid
- Checkmarks and crosses to collect
- Precautions for stream flow
- Uni app enables pull-up loading and pull-down refresh (pull-down with animation)
猜你喜欢

MCU: NEC protocol infrared remote controller
![[web] cookies and sessions](/img/00/b10a9f4ae918afe5d032a9af20a49c.png)
[web] cookies and sessions
![[test development] advanced part - Classification of various test technologies](/img/39/aa79bf798bece478752091592a8a8b.png)
[test development] advanced part - Classification of various test technologies

R: Airline customer value analysis practice
![[MySQL] index and transaction](/img/19/f87fee3749690902c349c42673f148.png)
[MySQL] index and transaction

Ego planner code analysis ----cmakelists Txt and package xml

手机私有充电协议解读

Single chip microcomputer: infrared remote control communication principle
![[notes] summarize common horizontal and vertical centering methods](/img/0a/9625e7e459be69a2a8d4e016a20f4d.jpg)
[notes] summarize common horizontal and vertical centering methods

Introduction to MCU peripherals: temperature sensor DS18B20
随机推荐
Zoom and move the H5 part of the mobile end
MCU: EEPROM multi byte read / write operation sequence
[Yugong series] June 2022 Net architecture class 081 API customization task of distributed middleware schedulemaster
120. triangle minimum path sum - Dynamic Planning
Hugo blog building tutorial
try-catch finally执行顺序的例题
Redis data persistence
Detailed explanation of KOA development process
Sword finger offer 11 Minimum number of rotation array - binary lookup
Single chip microcomputer: pcf8591 application program
Lambda termination operation find and match nonematch
Unity shader learning 004 shader debugging platform difference third-party debugging tools
Solution to failure to download files by wechat scanning QR code
dumi 搭建文檔型博客
[note]vs2015 compilation of masm32 using MASM32 Library
Milliards de données pour déterminer si un élément existe
Goframe day 5
MySQL索引
[zeloengine] localization process /imgui Chinese culture
Dagger2学习之Module的应用(二)