当前位置:网站首页>Use percent sign in CString
Use percent sign in CString
2022-07-03 15:26:00 【Yulong_】
The percent sign cannot be used directly , Otherwise, the program will directly collapse .
Usage method :
CString strTemp;
strTemp.Format(L"%d%%",50);
// Output 50%
OutputDebugString(strTemp);边栏推荐
- [combinatorics] permutation and combination (set permutation, step-by-step processing example)
- 视觉上位系统设计开发(halcon-winform)
- Halcon and WinForm study section 2
- How are integer and floating-point types stored in memory
- Baidu AI Cloud helps Shizuishan upgrade the smart health care model of "Internet + elderly care services"
- Apache ant extension tutorial
- What is embedding (encoding an object into a low dimensional dense vector), NN in pytorch Principle and application of embedding
- 秒殺系統3-商品列錶和商品詳情
- Calibre LVL
- GCC cannot find the library file after specifying the link library path
猜你喜欢

Reentrantlock usage and source code analysis

Basic SQL tutorial

Wechat payment -jsapi: code implementation (payment asynchronous callback, Chinese parameter solution)

Visual upper system design and development (Halcon WinForm) -3 Image control

Halcon and WinForm study section 1

【云原生训练营】模块七 Kubernetes 控制平面组件:调度器与控制器

Popular understanding of decision tree ID3

【云原生训练营】模块八 Kubernetes 生命周期管理和服务发现

How to use annotations such as @notnull to verify and handle global exceptions
![[probably the most complete in Chinese] pushgateway entry notes](/img/5a/6dcb75f5d713ff513ad6842ff53cc3.png)
[probably the most complete in Chinese] pushgateway entry notes
随机推荐
Jvm-08-garbage collector
Functional modules and application scenarios covered by the productization of user portraits
Kubernetes带你从头到尾捋一遍
Visual upper system design and development (Halcon WinForm) -4 Communication management
Using Tengine to solve the session problem of load balancing
Kubernetes - yaml file interpretation
Mysql报错:[ERROR] mysqld: File ‘./mysql-bin.010228‘ not found (Errcode: 2 “No such file or directory“)
Using TCL (tool command language) to manage Tornado (for VxWorks) can start the project
[daily training] 395 Longest substring with at least k repeated characters
leetcode_ Power of Four
The difference between RAR and zip files
Redis single thread problem forced sorting layman literacy
GCC cannot find the library file after specifying the link library path
socket.io搭建分布式Web推送服务器
[attention mechanism] [first vit] Detr, end to end object detection with transformers the main components of the network are CNN and transformer
Qt常用语句备忘
通过进程PID获取可执行文件路径(QueryFullProcessImageName)
【云原生训练营】模块七 Kubernetes 控制平面组件:调度器与控制器
详解指针进阶1
【可能是全中文网最全】pushgateway入门笔记