Heinrich Bartels
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Heinrich Bartels 创建了一个帖子, scanf crashes every time when running a c code in CLion whereas in Code:Blocks it works as expected
Sample of the codes is as follows: int search;printMenu();printf("Enter your selection: ");scanf("%d",&search);As mentioned in the title it works everytime in Codeblocks. I experimented with both t...