Add BroCode tutorial and VS recommendation to C++ and IDE sections in README.md#16
Open
pilot2254 wants to merge 4 commits intoMrRobinOfficial:mainfrom
Open
Add BroCode tutorial and VS recommendation to C++ and IDE sections in README.md#16pilot2254 wants to merge 4 commits intoMrRobinOfficial:mainfrom
pilot2254 wants to merge 4 commits intoMrRobinOfficial:mainfrom
Conversation
Author
|
also, i know that Rider by JB is way better for UE, but VS is more recommened because it's free, whereas JB Rider is only free for non-commercial uses |
Mob1le
suggested changes
Mar 10, 2026
README.md
Outdated
|
|
||
| Highly recommend taking a short class of native C++. Here is a video link to ~1h long [video tutorial from Mosh](https://www.youtube.com/watch?v=ZzaPdXTrSb8). | ||
| Highly recommend taking a short class of native C++. Here is a video link to ~1h long [video tutorial from Mosh](https://www.youtube.com/watch?v=ZzaPdXTrSb8).<br /> | ||
| But to properly work with Unreal Engine C++, you'll need to understand memory and pointers - the ~6h [video tutorial from BroCode](https://youtu.be/-TkoO8Z07hI) covers all of that and is the one I recommend going through.<br /> |
Contributor
There was a problem hiding this comment.
There is too much information here that is unlikely to be needed, and I don’t think it’s necessary to recommend reviewing it at the beginning of the course.
Author
There was a problem hiding this comment.
I get your point, but I'd rather swap it for BroCode's tutorial instead of removing it entirely. For UE5 C++, understanding memory and pointers is pretty much required, and Mosh's 1h video doesn't really cover that. BroCode's ~6h one does, so I think it's more useful here.
Mob1le
approved these changes
Mar 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made two changes:
C++ section - Added BroCode's 6h tutorial since the existing 1h one doesn't cover memory or pointers, which are essential for UE C++. Also added Cherno's series for anyone wanting to go deeper, with a note that it's not required.
IDE section - Added a note that Visual Studio is the recommended choice for people who don't want to deal with manual configuration.
Full diff is in the files changed tab :)