开发者

Using a Console Application as a Screensaver

开发者 https://www.devze.com 2023-01-31 08:36 出处:网络
I have created a simple C++ program that continuously outputs cosine waves made out of 1s and 0s to the console.Is there an easy way to use a console application as a screensave开发者_StackOverflowr,

I have created a simple C++ program that continuously outputs cosine waves made out of 1s and 0s to the console. Is there an easy way to use a console application as a screensave开发者_StackOverflowr, or do I have to dabble in the Windows API?


Here's an older tutorial describing how to make your own screensaver in Windows. I haven't tried it myself, but the responses to the original post make it look promising.

0

精彩评论

暂无评论...
验证码 换一张
取 消