Question:
I have Debian installed on VMware and need to write software with gcc mostly but sometimes g++ as well.
So now I have a shared Windows folder with VMware, and I write in notepad++, manually write makefile's and compile.
I need an IDE for Windows with which I can write software for gcc AND g++. Tooltips and ctrl+space should work in EDI. And also on ctrl + space there were both my functions and objects from header files and system ones.
Is there such an EDI?
Or how they generally program under Linux with Windows.
Answer:
You need QtCreator. Everything you ask for is in it. And you don't need to sculpt the Makefile by hand.
There is also KDevelop, but after the third version it was a monster.
And Code::Blocks. But he's stupid.