multithreading - Visual C++ vectors with class type -


i not know why expected ';' error. here code; made vector pthreadcodes static, still did not work out. idea pls?

vector<printstuff*> pthreadcodes; (int = 0; < (unsigned)strlen(str);i++){         printchar pstuff_char(str[i], random_delay_params::min_to_wait, random_delay_params::max_to_wait);         pthreadcodes{ &pstuff_char };// here gives expected ';'      } 


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -