fmc
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 3
-
-
-
fmc 创建了一个帖子, 已完成[SOLVED] CLion, C++, and SQLite3
I'm using CLion 2020.3.2 to build a small C++\SQLite3 app. The Compiling is executed by adding the command -l sqlite3 . Where do I add that command line in CLion? -
fmc 创建了一个帖子, How to view terminal when debugging?
When I debug, I'd like to see the program output. Right now, during debug, all the term shows is the path to my program. Thanks. **UPDATE: I found information stating the terminal is permanently... -
-
fmc 创建了一个帖子, Unable to get CLion to add needed header fle using <Alt + Enter>
I'm not even sure if I'm doing this the correct way, but I added wxDrid *custDG; CLion let me know that wxGrid was unknown to it, so to add the header I did <Alt + Enter>. But that just gave m...