摘要: 我们经常需要打印一些变量的取值来调试程序,使用while(1)是常用的手段。 while (1) { char letter = getchar(); printf("test_point is %d \t\n", test_point); printf("test_point is %f \t\n 阅读全文
posted @ 2020-02-25 18:56 卷哭你 阅读(605) 评论(0) 推荐(0)
摘要: 工具下面有一个选项 阅读全文
posted @ 2020-02-25 10:42 卷哭你 阅读(221) 评论(0) 推荐(0)