well, technically, notepad wouldn't be an IDE either... and "integrated IDE" is redundant...

an IDE typically includes everything you need to complete a program. in the case of C++, you'd need a compiler, linker, and text editor. neither one of them on their own is an IDE.