Login Page - Create Account

Support Board


Date/Time: Mon, 13 May 2024 17:16:45 +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