我可以在框架中使用纯C吗? [英] Can I use pure C with frameworks?

查看:81
本文介绍了我可以在框架中使用纯C吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是C语言编程的新手.除了DLL,我想找到一种在应用程序中重用二进制文件的方法.你能建议我另一种方式吗?框架通常不支持纯C?

I''m new to programming with C. I want to find a way to reuse binaries in applications, apart from DLL. Could you suggest me another way? Frameworks in general do not support pure C?

Thank you in advance!

推荐答案

由于您未提及打算使用的框架,因此很难回答您的问题.但是,我建议您不要使用C,而直接使用C ++或C#,因为对它们有更多的支持.
Since you do not mention which frameworks you intend to use it is difficult to answer your question. However, I would suggest that you ignore C and go straight to C++ or C#, as there is so much more support for them.


"DLL的一部分"是什么意思?您知道动态(和静态)库是重用二进制文件的基本技术"(例如,在进程服务器中,COM用于二进制重用的机制是基于DLL的). :)
What do you mean with ''apart of DLL''? You know dynamic (and static) libraries are the fundamental ''technology'' to reuse binaries (for instance COM mechanism for binary reusing is, for in process servers, DLL-based).
:)


这篇关于我可以在框架中使用纯C吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆