简体   繁体   中英

what does “ccout” mean in assembly language?

I recently learned assembly,something like ccout "* *" the function is printing "**" . I searched many times , don't know why there is no definition of ccout online ,so what do you think

This is an extern C++ function that is used in the assembler code, see this thread How to call C++ functions in my assembly code

This is why it is named ccout (the cout function inherited from C++)...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM