当前位置:网站首页>A semicolon is missing
A semicolon is missing
2022-07-26 10:34:00 【Neo Wordsworth】
Let's see a joke first :
I'm a programmer , One day I was sitting on the side of the road, drinking water and checking bug. Then a beggar sat down beside me , Start begging , I feel pathetic , I gave it to him 1 Yuan , Then debug the program . He may have a bad business , It's boring to see what I'm doing , And then after a while , He said quietly , A semicolon is missing here .
----------------------
Before, this joke was just a look , I thought that without a semicolon, the compiler immediately prompted , This scenario is impossible , Until today,
USART_SendData(MYUSART,*data);
while(USART_GetFlagStatus(MYUSART,USART_FLAG_TC)==RESET); //<--- Look here , Without this semicolon
data++;
边栏推荐
- .NET操作Redis Hash对象
- Review of database -- 3. SQL language
- 函数模板参数(函数参数在哪)
- Uniapp uses the simple method signalr (only for web debugging, cannot package apps)
- 移动端H5开发常用技巧总结
- Controller返回JSON数据
- Datav beautiful data screen production experience
- 构造器、方法重载、对象数组和static
- [Halcon vision] array
- 比较器(Comparable与Comparator接口)
猜你喜欢
【机器学习小记】【搭建循环神经网络及其应用】deeplearning.ai course5 1st week programming(keras)
【机器学习小记】【风格迁移】deeplearning.ai course4 4th week programming(tensorflow2)
[Halcon vision] morphological corrosion
Cause: could't make a guess for solution
Agenda express | list of sub forum agenda on July 27
Tradingview 使用教程
.NET5WTM(ASP.NET Core) PGSql开箱操作
Our Web3 entrepreneurship project is yellow
Redis Docker实例与数据结构
【论文下饭】Deep Mining External Imperfect Data for ChestX-ray Disease Screening
随机推荐
[Halcon vision] programming logic
string null转空字符串(空字符串是什么意思)
datav漂亮数据屏制作体验
About the declaration and definition of template functions [easy to understand]
.NET 开源框架在工业生产中的应用
Kaptcha image verification code integration
C语言计算日期间隔天数
js,e.pageX、pageY模态框拖动
单元测试,到底什么是单元测试,为什么单测这么难写
Application of crosstab in SQL Server
[Halcon vision] array
【Halcon视觉】图像滤波
Summary of common skills in H5 development of mobile terminal
MD5加密
父类对子类的引用(父类引用指向子类对象)
Interview questions and answers of the first company (I)
[Halcon vision] morphological corrosion
数据库函数
2022pta平时训练题(1~10题字符串处理问题)
.NET操作Redis String字符串