Support Board
Date/Time: Wed, 22 Jan 2025 00:02:17 +0000
Post From: Basic c++ code
[2018-08-21 05:41:26] |
fraalbe - Posts: 12 |
Hi, is it possible in SC to print out same variables in a "console" ascii window? For example: // Section 2 - Do data processing here int z=99; cout << "The fourth result is " << z << '\n'; How can I open these console window to see the output? Date Time Of Last Edit: 2018-08-21 05:43:56
|