converting this VB code to VC++ code 
Author Message
 converting this VB code to VC++ code

hi everyone

this code is Visual Basic.

I want to convert this VB code to VC++ code

please help me

thanks in advance.

Dim BCC5
BCC5 = Empty

temp5(0) = Hex(2)
temp5(1) = Hex(0)
temp5(2) = Hex(Asc('P'))
temp5(3) = Hex(6)
temp5(4) = Hex(3)

For e = 0 To 5
BCC5 = BCC5 Xor Val("&H" & temp5(e))
Next



Sun, 16 Nov 2003 12:11:47 GMT  
 converting this VB code to VC++ code
Memme!*BigSmile*



Quote:
> hi everyone

> this code is visual basic.

> I want to convert this VB code to VC++ code

> please help me

> thanks in advance.

> Dim BCC5
> BCC5 = Empty

> temp5(0) = Hex(2)
> temp5(1) = Hex(0)
> temp5(2) = Hex(Asc('P'))
> temp5(3) = Hex(6)
> temp5(4) = Hex(3)

> For e = 0 To 5
> BCC5 = BCC5 Xor Val("&H" & temp5(e))
> Next



Tue, 09 Dec 2003 22:17:22 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Utility to convert VB source code to VC++

2. Convert this Code From VB to VC

3. Tell me you experience in convert code from VB 6 to VB.NET or C#

4. Question about converting code from VB .NET to Managed C++ / C#

5. convert VB.NET code to C#

6. Convert VB.NET code to C#?

7. converting vb code to MFC

8. Help converting C# Code to VB

9. HELP : Cannot create CPropertySheet in VC 6 with old code (VC 5 code)

10. how to convert source code pascal to source code c

11. how convert a c code to a assembly code

12. Help convert the C code to C pseudo code

 

 
Powered by phpBB® Forum Software