本文介绍了我是如何用C ++编写的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

您好,我是新来的。

我正在学习用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 ++编写的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 02:01