D
Dimitri Kowaletschew
Hello!
Can anybody please tell me how to do this correctly?
static int lCount;
lCount=lCount+1;
char sPath;
sPath="C:\\images\";
sPath = sPath + lCount;
sPath = sPath + ".jpg";
I am not knowingly using the framework (yet), just trying to get over
the first obstacles in my way.
Dimi
Can anybody please tell me how to do this correctly?
static int lCount;
lCount=lCount+1;
char sPath;
sPath="C:\\images\";
sPath = sPath + lCount;
sPath = sPath + ".jpg";
I am not knowingly using the framework (yet), just trying to get over
the first obstacles in my way.
Dimi