many thanks
it is verey good
could you please show me how i can create a folder for multyexecution.
i have done this
MakeDir(path) it is works ok but i need eatch time i run program, the program will create a new folder. for example
first one is: test1, 2sd one test2 and so on.
many thanks
c array of stringsukhendra September 20, 2011 at 10:51 PM
i am feel so lucky
C++milad October 10, 2011 at 2:45 AM
many thanks it is verey good could you please show me how i can create a folder for multyexecution. i have done this MakeDir(path) it is works ok but i need eatch time i run program, the program will create a new folder. for example first one is: test1, 2sd one test2 and so on. many thanks
String overflow errorGuus de leeuw November 4, 2011 at 3:48 PM
use arr[3][20] instead of arr[3][12] because strlen("technologies") == 12 !!
web page designingrohan March 1, 2013 at 8:20 PM
hi
Forgot the null charPedro October 5, 2012 at 5:48 AM
I think you forgot the \0 (null terminated string). your array should have the size 13 and not 12. "technologies\0"
Post your Comment