在C语言中添加其他语言...? [英] addition of other language in c language ...?

查看:125
本文介绍了在C语言中添加其他语言...?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我制作了一个简单的应用程序,用于使用C语言对文本文件进行加密和解密.

我想知道文本文件是否包含除英语之外的语言符号,而不是C语言如何处理它.还请告诉我是否可以添加C语言支持的其他语言.

解决方案

以这种方式编写加密算法,该算法会将您的数据用作二进制Blob,而不是作为字符.因此,使用哪种语言都没有关系. :)


hi i made a simple application for encryption and decryption of a text file using c language.

i want to know if a text file contains language symbols other than English , than how C language take care of it. Please also tell me if we can add other languages support in C language.

解决方案

Write encryption algorithm in such way that it will use your data as a binary blob, not as characters. So it doesn''t matter in which the language is. :)


这篇关于在C语言中添加其他语言...?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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