When I pass const char* as an argument in class constructor it changes its value.Thanks kigar64551, seeplus and jonnin! I applied your suggestions and now it works perfect!
When I pass const char* as an argument in class constructor it changes its value.Oh thanks. Here is the code: [code] char* append_chars(char* dest, const char* src) { char* rdest =...
When I pass const char* as an argument in class constructor it changes its value.https://ibb.co/FbSXy3h . By mathematical calculations it gets every digit of the number passed to th...
When I pass const char* as an argument in class constructor it changes its value.I made a function which converts int to const char*. It works like this: https://ibb.co/6PxcP94 . Th...
I get many errors when including stb_image.hOh, it worked. Thanks!
This user does not accept Private Messages