Ethan
I'm Ethan.
I want to make my dream game, which is a VR fantasy first-person gritty monster mercenary game. Think Dark and Darker (game), Goblin Slayer (manga/anime), and Grimgar of Fantasy and Ash (light novel & anime). Accept quest from guild hall. Go kill monsters. Die and it's all over. Runs are unique, choices are permanent, and enemies are intelligent and combat is realistic.
I'm learning Unreal Engine to learn game development and learning c++ to master a programming language to access and create better VR tech in the VR industry, that I can use in my own game. Meanwhile, getting paid more than my easy office job.
On this channel, I upload my raw c++ footage. I currently learn from learncpp.com, so I'm learning in a pretty structured way. I think learning the basics of the language will help me speak it; better than googling 400 things if starting a project from scratch.
raw c++ learning, using different types of inheritance
raw c++ learning, public, protected, and private inheritance
raw c++ learning, protected access specifier
raw c++ learning, creating inherited classes
raw c++ learning, inheritance chains
raw c++ learning, creating derived class objects
raw c++ learning, initializing base class phases of derived class objects
raw c++ learning, inherited class construction order
raw c++ learning, construction of inherited objects, tiny intro
raw c++ learning, inheritance, child of a child, and intro to inheritance construction
raw c++ learning, tiny intro to using public inheritance, and guesses
raw c++ learning, lambda examples
raw c++ learning, generic lambdas and using lambdas in general
raw c++ learning, lambda types
raw c++ learning, tiny intro to lambdas
raw c++ learning, more intro to lambdas
raw C++ learning, intro to lambdas
raw c++ learning, much needed quiz, part 1, perplexity hallucinates BAD
raw c++ learning, making Liar's Bar, but text-based - part ??
raw c++ learning, making Liar's Bar, but text-based - part ??
raw c++ learning, making Liar's Bar, but text-based - part ??
raw c++ learning, making Liar's Bar, but text-based - part ??
raw c++ learning, making Liar's Bar, but text-based - part ??
raw c++ learning, making Liar's Bar, but text-based - part ?
raw c++ learning, more command line arguments
raw c++ learning, intro to command line arguments
raw ++ learning, recursion
raw c++ learning, the stack, the heap, and intro to recursion
raw c++ learning, end of function pointers, and building a calculator with them
raw c++ learning, even more function pointers