Thread: Vapoursynth
View Single Post
Old 11th February 2021, 09:44   #4292  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
Quote:
Originally Posted by feisty2 View Post
apparently you're not very familiar with C constructs, you cannot initialize a char array from a pointer (note that string literals are of type const char[N], not const char*, an array type can decay to a pointer type, but arrays and pointers are distinct entities). it's better if you just avoid C stuff all together.
Yes C is confusing to me, it gave me a headache even trying to do simple thing like converting int to string.
lansing is offline   Reply With Quote