I've recently started using emacs and wanted to customize the editor. So, I've tried to rebind certains keys, but It's doesn't to work no matter what I do.
(global-unset-key (kbd "C-c") )
(global-set-key (kbd "C-c") 'forward-char)
In c++-mode, It keeps adding comments. Why is that? And how can I rebind the key effectively?