Difference between framework vs Library vs IDE vs API vs SDK vs Toolkits? [closed]
I want some examples. I always get confused, so with some examples I might be able to figure it out better. Also: Is Eclipse an API or IDE? An IDE is an integrated development environment - a suped-up text editor with additional support for developing (such as forms designers, resource editors, etc), compiling and debugging applications. e.g Eclipse, Visual Studio. A Library is a chunk of code that you can call from your own code, to help you do things more quickly/easily. For example, a Bitmap Processing library will provide facilities for loading and manipulating bitmap images, saving you