array of characters

  • Thread starter Thread starter Nermeen Attia via .NET 247
  • Start date Start date
N

Nermeen Attia via .NET 247

(Type your message here)

Hi,
I need to make an array of alphapetic in C#,like ch[1]=a,ch[2]=b;
and so on,i need it to make some encryption algorithms.
Thanks
From: Nermeen Attia
 
Nermeen said:
(Type your message here)

Hi,
I need to make an array of alphapetic in C#,like ch[1]=a,ch[2]=b;
and so on,i need it to make some encryption algorithms.

You should post to a C# group for help with C#. This group is for C++.

Try microsoft.public.dotnet.languages.csharp.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top