I recently had to do some changes in some Delphi code. Therefore, I have some basics questions:
If you have a console application, just use write() and writeln() global functions. If you have a GUI application and want to create a separate console windows, things go tricky (this article will guide you through the process, though it's in C++).