问题描述
您好,我是新来的。
我正在学习用c ++编写代码。
怎么写这个c ++:
Hello, i am new here.
I am learning to write code in c ++.
how to write this in c ++ :
MOV ECX, OFFSET BYTE_BCAD72
CALL SUB_4ABCGA
我尝试过:
What I have tried:
<pre>MOV ECX, OFFSET BYTE_BCAD72
CALL SUB_4ABCGA
推荐答案
如何写这个c ++:
你没有,因为这两行没有意义。
正确学习C ++
这是参考书籍的链接由语言的作者在C和C ++上。注意,C是C ++的祖先,所以知道C对C ++总是有用。
[]
[]
[]
[]
You don't, because these 2 lines have no meaning.
Learn properly C++
Here is links to references books on C and C++ by the authors of the languages. Note than C is the ancestor of C++, so knowing C is always useful with C++.
The C Programming Language - Wikipedia, the free encyclopedia[^]
https://hassanolity.files.wordpress.com/2013/11/the_c_programming_language_2.pdf[^]
http://www.ime.usp.br/~pf/Kernighan-Ritchie/C-Programming-Ebook.pdf[^]
C++ Programing Language[^]
这篇关于我是如何用C ++编写的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!