Hello,
I basically have a script in c++, and want to convert it to vb6. The help i need is something like this
dim SomeString as String '--> what is the c++ equivalent
#include<stdio.h>
'// what is the vb6 equivalent
#define MAX_BUF_SIZE 1024
if i can get a syntax comparison sheet sort of that compares very well, i'ld be ok
thanks