Abstract:AC++ is concurrent C++ based on actor model. This paper introduces the design and implementation of AC++. The authors proposed some new skills, such as “extended behavior abstract” and “asynchronous creating”, which make the new language maintain basic features of object oriented language and support parallel computing as well.