简体   繁体   English

在哪里可以找到Windows Console API函数的Linux对应版本?

[英]Where can i find the Linux counterparts for the Windows Console API functions?

Where can i find the Linux (calling C function from Mono-C#) counterparts for the next Windows Console API functions: 在哪里可以找到Linux(从Mono-C#调用C函数)对应的下一个Windows控制台API函数:

Sounds like you might want to try http://sourceforge.net/projects/curses-sharp/ . 听起来您可能想尝试http://sourceforge.net/projects/curses-sharp/ I've not tried it myself but it looks like it supports windows and linux on top of .Net/Mono. 我自己没有尝试过,但看起来它在.Net / Mono之上支持Windows和linux。

One of the more fun examples can be found here 可以在这里找到更有趣的例子之一

Looking at how this is put together it would save you having multiple console format implementations. 查看这些内容的组合方式,将可以节省多个控制台格式的实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM