fmc
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Edited [SOLVED] CLion, C++, and SQLite3
CompletedI'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? -
Edited 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... -
Created 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...