help,i was doing C++ programming,i'm beginner and when i was coding something,there comes a cursor that blinks and when ever i press enter it delets characters i wrote,how can i stop that,help?
hela 0 Newbie Poster
Recommended Answers
Jump to PostPressing the INSERT key causes the editor to toggle between insert
mode and overlay mode. In insert mode, when you type, characters
to the right of the cursor are moved to the right to make room. In
overlay mode, when you type, characters to the right of the
cursor are …
Jump to Posthey,thanks it worked,i didn't know what mode i was in ,
c++ is really hard,C++ has nothing to do with it. It's just a matter of getting used to your editor. You'd have been having the same problems if you'd tried to type a letter with your IDE. :)
…
All 5 Replies
Nick Evan 4,005 Industrious Poster Team Colleague Featured Poster
apurv -2 Light Poster
dwks 149 Posting Whiz in Training
hela 0 Newbie Poster
John A 1,896 Vampirical Lurker Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.