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

  • Context: C/C++ 
  • Thread starter Thread starter zooxanthellae
  • Start date Start date
  • Tags Tags
    Error
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
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.
 
Physics 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.