Gabe

Results 4 issues of Gabe

Exercise 3.37 ### Question or Bug What does the following program do? ``` const char ca[] = {'h', 'e', 'l', 'l', 'o'}; const char *cp = ca; while (*cp) {...

OS: **Pop!_OS 22.04 LTS** OS Type: **64-bit** GNOME Version: **42.5** Issue: I update CLion to the newest released version (listed on title) and now the Discord client no longer works....

**Issue:** The generated code for a lambda function that captures a variable by value does not use the captured variable in the lambda body. **Example Code:** ```cpp int main() {...