当前位置:网站首页>Assignment to '*' form incompatible pointer type 'linkstack' {aka '*'} problem solving
Assignment to '*' form incompatible pointer type 'linkstack' {aka '*'} problem solving
2022-07-03 09:52:00 【Embed it?】
About dev Error reporting on 1
Error reporting style

The warning says :“ Cannot assign values to variables of different types ”

So I just ctrl Click this wave line here , Jump to the defined place .
One next Structure member variables struct StackNode *,
and
A structure variable LinkStack,
Although the underlying logic of these two variables is struct StackNode *, But the compiler just concludes that your two variables are of different types .
resolvent
Add one Coercive transformation You can solve the problem , Think of compilers as different types , Convert to the same type .
边栏推荐
- Successful graduation [2] - student health management system function development...
- UCI and data multiplexing are transmitted on Pusch - placement of data and UCI positions (Part III)
- MySQL Data Definition Language DDL common commands
- Error output redirection
- C language enumeration type
- QT qcombobox QSS style settings
- Project cost management__ Plan value_ Earned value_ Relationship among actual cost and Countermeasures
- Implementing distributed lock with redis
- Epollet lessons
- 学习开发没有捷径,也几乎不存在带路会学的快一些的情况
猜你喜欢

I didn't think so much when I was in the field of single chip microcomputer. I just wanted to earn money to support myself first
![【顺利毕业】[1]-游览 [学生管理信息系统]](/img/91/72cdea3eb3f61315595330d2c9016d.png)
【顺利毕业】[1]-游览 [学生管理信息系统]

Fundamentals of Electronic Technology (III)__ Fundamentals of circuit analysis__ Basic amplifier operating principle

当你需要使用STM32某些功能,而51实现不了时, 那32自然不需要学

Error output redirection

Stm32-hal library learning, using cubemx to generate program framework

NR PUCCH format0 sequence generation and detection mechanism

Electronic product design, MCU development, circuit cloning

Definition and use of enum in C language

Design and development of biological instruments
随机推荐
STM32 port multiplexing and remapping
Leetcode daily question (931. minimum falling path sum)
Runtime.getRuntime().gc() 和 Runtime.getRuntime().runFinalization() 的区别
Leetcode daily question (516. long palindromic subsequence)
STM32 external interrupt experiment
Desktop icon recognition based on OpenCV
Chromium Embedded Framework (CEF) 介绍
STM32 serial communication principle
Development of electrical fire system
Install local sources using yum
Find all possible recipes from given supplies
Project cost management__ Cost management technology__ Article 7 completion performance index (tcpi)
Intelligent home design and development
编程思想比任何都重要,不是比谁多会用几个函数而是比程序的理解
Design and development of biological instruments
学历是一张通行证,门票,你有了它,可以踏入更高层次的环境里
uniapp 实现微信小程序全局分享及自定义分享按钮样式
【順利畢業】[1]-遊覽 [學生管理信息系統]
【22毕业季】我是毕业生yo~
Definition and use of enum in C language