[DiscordArchive] Question: What would I need to know in order to address issues like this?
[DiscordArchive] Question: What would I need to know in order to address issues like this?
Archived author: Tinywolf • Posted: 2022-11-27T06:44:07.930000+00:00
Original source
Question: What would I need to know in order to address issues like this?
Archived author: Honey • Posted: 2022-11-27T06:52:37.103000+00:00
Original source
You'd need to look into how the command is scripted, hence read the C++ code. Which isn't written in plain English, but it certainly has a readable syntax.
To answer your question: an IDE capable of reading and searching the code like VS, willpower and a search engine to learn about the C++ syntax is what you need.
Archived author: Tinywolf • Posted: 2022-11-27T07:06:15.256000+00:00
Original source
So, I got the VS and the will power... now what I need isto find some videos that will help me learn C++