Friday, January 22, 2016

What is an IDE and how is it different from how you’ve been coding in your UNIX shell so far?

An IDE stands for integrated development environment (Ex. C++ Visual studios) and it makes coding a lot easier because it automatically debugged your code and makes your code more organized by automatically placing white spaces for you. It also complies your code with a simple command instead of the multi-step process in UNIX shell.

No comments:

Post a Comment