Skip to content
Discussion options

You must be logged in to vote

There is a class CConsole, which allows to input a line via an USB keyboard or other device with echo.

scanf() and printf() is not available in Circle itself, but the circle-stdlib project adds it to Circle. You can also use fgets() with it to read a line from the keyboard.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zsdz
Comment options

@rsta2
Comment options

rsta2 May 9, 2025
Maintainer

Answer selected by zsdz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #568 on May 07, 2025 05:28.