English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

You should create a function with a header of the form
void cs07XYZ_int_to_base64(int i, char b[]);
which given a int type i in the range 0—16777215 computes b[0], b[1], b[2] and b[3]
such that
i0+64*i1+64*64*i2+64*64*64*i3
is the same value as i where b[0]=b64[i0], b[1]=b64[i1], b[2]=b64[i2] and b[3]=b64[i3].

2007-03-26 12:39:39 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

I think you should use the & sign after the int's would fix your problem if you are getting B's and C's wrong. What exactly is your problem with your current program?

2007-03-26 12:44:13 · answer #1 · answered by korr 2 · 0 0

uhm.
feelin the dumbness inside of me.
go along now go along.

2007-03-26 19:42:53 · answer #2 · answered by Animal-obsesser 2 · 0 0

yeah sure

2007-03-26 19:46:18 · answer #3 · answered by Lalilalila<3 3 · 0 0

my brain is kerfuffled

2007-03-26 19:46:38 · answer #4 · answered by deanally2001 4 · 0 0

fedest.com, questions and answers