Support Board
Date/Time: Sun, 14 Sep 2025 15:28:18 +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
|