Hello,
I want to start C/gtk+ programming in GNU/Emacs. Where can i find manual, how to configure GNU/Emacs for C and gtk+ programming. I want to make GNU/Emacs IDE for gtk+ programming
Thank you.
Hello,
I want to start C/gtk+ programming in GNU/Emacs. Where can i find manual, how to configure GNU/Emacs for C and gtk+ programming. I want to make GNU/Emacs IDE for gtk+ programming
Thank you.
I'm not sure about Gtk+, but you could use CEDET + company-mode or auto-complete to do this - at least it works fine with standard C/C++ libraries
You don't need any particular setup. cc-mode is probably all you'll need, but if you'd like to create some fancier environment, you'd probably want to heed Alex's suggestion.