What's The Best C++ Startup From Basics To Applying :)

[COLOR=“#B22222”]What’s The Best C++ Startup From Basics To Applying :)[/COLOR]
**[COLOR=“#800080”]
i’m searching For C++ Tutorials I’ve See The Official Channel Videos But Still Not Well Because There"se No Examples! :confused:

[/COLOR]**

Hi pedro,

Im new to UE4 like you too … So this is a “from Noob 2 Noob Tip™” :cool:

**I found this tutorial very useful: A new, community-hosted Unreal Engine Wiki - Announcements and Releases - Unreal Engine Forums
**
It describes the steps it needs to get a very simple FPS type of game set up using C++ from a completely blank UE4 project.

In my opinion a good startingpoint to understand Unreals basic concepts!
It describes how to setup a gamemode in C++, implements a player-pawn that you can control using key-binds, how to use Blueprints to dynamically spawn a mesh at runtime… etc …

Give it a try … aaaaand …

Have fun!
C68

Epic just posted a good set of introduction videos related to programming in C++. Check it out (http://www.youtube.com/user/UnrealDevelopmentKit/videos) and you can also find a lot of great tutorials videos that the community has put together also up on YouTube. Good luck!