jnz / q3vm

Q3VM - Single file (vm.c) bytecode virtual machine/interpreter for C-language input
GNU General Public License v2.0
840 stars 59 forks source link

How to deel with the String args when I call VM_Call #28

Closed DeeLMind closed 4 years ago

DeeLMind commented 5 years ago

How to deel with the String args when I call VM_Call

SirJson commented 5 years ago

Depends on what you call string. For example do you mean char* as in array of chars? Or something like std::string from C++

DeeLMind commented 5 years ago

Thank you , I have dealt with it.