安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
C++ tends to be easier as it is a bit more abstract than C.
Yet C is in its design much more minimalist and simplistic. It is a 50 year old programming language build around the limitations of the time and even modern versions of it follow the same minimalist philosophy.
C is significantly more popular, you are more likely to encounter it in existing software projects.
C tends to be faster and produce smaller binaries.
(yeah checking for rgb pixels on the screen with java is just too slow imo)
It is not as nice and abstract as "Move mouse to position X/Y and click" like in other high-level languages such as Java and Python. You will have to manually explain it where to get this data, how to process it and how to communicate with the relevant components of your operating system when performing these advanced tasks.
Of course there are libraries which have most of this code written already for you.
For bots you really should stick to Java or Python.
in C we have structures but in C++ we have clesses as well - very powerful in regards to object oriented programming .
What else
Duh?
Which one is better will depend on the use case and personal preference.
In C++ , classes are introduced but we can use everything from the pure C , including structures .
why limit yourself to just C
C++ is more widely used
easier to find help with it (since you can google C++ easier than C)
does everything that C can do
If you already use Java, C++ is pretty easy to pick up (at least the core syntax)
but c++ can do so much more than c
if you learn c++ you only need to learn the differences and limitations to each
They say only a madman would use all of C++. They also say only a madman would use C++. -Douglas Crockford
this article can help: https://en.wikipedia.org/wiki/Compatibility_of_C_and_C%2B%2B
C should be faster than C++ but in some situations can be the opposite.
win x64 has all the 32bit libraries and can run almost anything from win32