- Joined
- Jul 13, 2014
- Messages
- 6,183
- Reaction score
- 4,835
- Trophies
- 4
- Age
- 27
- Location
- https://gs2012.xyz
- Website
- gs2012.xyz
- XP
- 6,860
- Country



Ever heard of a suggestion though?Which is completely unnecessary for the matter.

You were the one taking as aggressive. It wasn't meant as such. It's just something completely unrelated to the matter. The IDE isn't an important part of it, and wasting time thinking about that is, well, a waste of time one could be spending actually learning how to code.Ever heard of a suggestion though?
No need to be so aggressive lol

Well, he was asking about Code Editors. But yeah, I did suggest some places he could start learning C and C++. YouTube is also a good resource.You were the one taking as aggressive. It wasn't meant as such. It's just something completely unrelated to the matter. The IDE isn't an important part of it, and wasting time thinking about that is, well, a waste of time one could be spending actually learning how to code.

Any IDE with syntax highlighting works just fine, and generally YouTube is a terrible idea, given how the so-called tutorials don't usually explain anything about *why* something works.Well, he was asking about Code Editors. But yeah, I did suggest some places he could start learning C and C++. YouTube is also a good resource.

Fair point. Another suggestion being just grabbing a book, and reading it.Any IDE with syntax highlighting works just fine, and generally YouTube is a terrible idea, given how the so-called tutorials don't usually explain anything about *why* something works.
You'll want to install Xcode on your Mac if you're going to do development on it, and you'll likely want to install Homebrew for Mac as well (https://brew.sh).@LiquidFenrir How can i set a good developing environment without Xcode? Sorry for my noobness again![]()
How did you learn these?C / Objective C, C++, XML, and sometimes C# are the primary langs used in Homebrew development.

Years of practice, and learning online. That and just studying how the code actually works; since it's not that hard to figure out how XML, JSON, and other database langs, as well as other langs actually work.How did you learn these?