用于c语言的base64编码的示例 [英] sample for base64 encoding in c language

查看:176
本文介绍了用于c语言的base64编码的示例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在尝试将数据转换为二进制数据。因为我需要

才能知道如何用c语言实现它以及库是什么?

我们可以使用。所以,如果任何人可以给我发送示例代码或发送给我

库文件,这有助于真的很感激。

aruna。

i am currently trying to convert data into binary data.for that i need
to know how to achieve it in c language and what are the libraries
that we can use. so if any one can send me a sample code or send me
the library file which helps that is really grateful.
aruna.

推荐答案

6月22日下午4:13,aruna.eies .... @ gmail.com写道:
On Jun 22, 4:13 pm, aruna.eies....@gmail.com wrote:

i目前正试图将数据转换为二进制数据。因为我需要

知道如何用c语言实现它以及什么是库

我们可以使用。所以,如果任何人可以给我发送示例代码或发送给我

库文件,这有助于真的很感激。

aruna。
i am currently trying to convert data into binary data.for that i need
to know how to achieve it in c language and what are the libraries
that we can use. so if any one can send me a sample code or send me
the library file which helps that is really grateful.
aruna.



嘿我添加更多,

i尝试了这个

#include< stdio。 h>


int main(无效){

长l;

l = A64L(" asdbsde");

printf(%d,l);

返回0;


}

但在A64l它说它与UNIX System V C兼容。

所以你可以在那里找到错误。

hey im adding more,
i tried with this

#include <stdio.h>

int main(void){
long l;
l=A64L("asdbsde");
printf(%d,l);
return 0;

}
but at the A64l it says this is Compatible with UNIX System V C.
so cud u find the error there.


< ar * ***********@gmail.com写道:
<ar************@gmail.comwrote:

>我正在尝试将数据转换为二进制数据。因为我需要

知道如何用c语言实现它以及我们可以使用的库是什么?
。所以,如果任何人可以给我发送一个示例代码或发送给我

图书馆文件,这对我们非常感激。
>i am currently trying to convert data into binary data.for that i need
to know how to achieve it in c language and what are the libraries
that we can use. so if any one can send me a sample code or send me
the library file which helps that is really grateful.



此链接上的第6项可能有所帮助。请注意,代码已被批评,并且还注意到下载的代码比原位显示的微小的

片段多得多。我做了下载,它看起来像真正的源代码

代码。然后我失去了兴趣。我认为完全有可能你可以自己编码,然后按时间推出可比较的结果。我非常好

确保base64在Web上已经记录得足够好,这只是一个问题

编写代码。当你通过你*知道*你拥有什么。我在这个网站上注册下载了
并且它没有任何令人讨厌的一面

效果。


它是也完全有可能在网上有更好的东西。

http://www.codeproject.com/info/search.asp


ar ************ @ gmail.com 写道:
ar************@gmail.com wrote:
$ b $我正在尝试将数据转换为二进制数据。
i am currently trying to convert data into binary data.



您的数据是什么,二进制数据是什么意思?


-

Hewlett-Packard Limited注册办事处:Cain Road,Bracknell,

注册号:690597 England Berks RG12 1HN

What is your data, and what do you mean by "binary data"?

--
Hewlett-Packard Limited registered office: Cain Road, Bracknell,
registered no: 690597 England Berks RG12 1HN


这篇关于用于c语言的base64编码的示例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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