Geany Error - Help Fixing Really Sad C++ Programming Issue

  • Context: C/C++ 
  • Thread starter Thread starter zooxanthellae
  • Start date Start date
  • Tags Tags
    Error
Click For Summary
SUMMARY

The forum discussion centers on a user experiencing issues with the Geany IDE while learning C++ using the book "C++ Programming: From Problem Analysis to Program Design" by D.S. Malik. The user encountered a problem where asterisks in comments were changing to eights, and the Caps Lock function was unresponsive. After suggestions from other users, including tapping the Shift key and restarting Geany, the issue was resolved without a clear understanding of the cause.

PREREQUISITES
  • Basic understanding of C++ programming concepts
  • Familiarity with the Geany IDE
  • Knowledge of keyboard shortcuts and their functions
  • Ability to troubleshoot common software issues
NEXT STEPS
  • Explore advanced features of Geany IDE for C++ development
  • Learn about common keyboard shortcuts in Geany
  • Investigate troubleshooting techniques for IDE-related issues
  • Read more about C++ programming best practices
USEFUL FOR

Beginner C++ programmers, users of the Geany IDE, and anyone interested in troubleshooting IDE-related issues.

zooxanthellae
Messages
157
Reaction score
1
I've just started learning C++, using the book "C++ Programming: From Problem Analysis to Program Design" by D.S. Malik. I'm liking it so far, but there's one problem I'm having with my compiler, Geany.

I was starting to write my first C++ program, and the program begins with comments, and the first line looks something like this:

//******************************************

So to do that, I went to Geany, put in two /'s, then held shift and 8, thus producing a line of *.

Except, a second or two in, the *'s changed to 8's, and now I can't capitalize anything in Geany. Caps lock does not work, either.

Obviously, everything works fine outside of Geany.

I've consulted the manual to no avail, and this is the closest I've got to a programming resource, so...anyone know how to fix this rather lame problem?

Thanks.
 
Technology news on Phys.org
zooxanthellae said:
there's one problem I'm having with my compiler, Geany.

IDE, not compiler.


zooxanthellae said:
Except, a second or two in, the *'s changed to 8's, and now I can't capitalize anything in Geany. Caps lock does not work, either.

Try tapping shift. That's often the problem. If not, close it and open it again; do you still see the problem?
 
CRGreathouse said:
IDE, not compiler.

True, my mistake.

Try tapping shift. That's often the problem. If not, close it and open it again; do you still see the problem?

Well, I restarted and the problem's gone (and not recurring) so I guess things are fixed, although I still don't know what exactly happened.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
8K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 29 ·
Replies
29
Views
9K
  • · Replies 5 ·
Replies
5
Views
5K
Replies
1
Views
3K