jnz / q3vm

Q3VM - Single file (vm.c) bytecode virtual machine/interpreter for C-language input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to deel with the String args when I call VM_Call

DeeLMind opened this issue · comments

How to deel with the String args when I call VM_Call

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

Thank you , I have dealt with it.