2
Editing C++ Code in Visual Studio
Are you new to coding in general? Then you need to use an editing tool!
C++ source code is just regular text files named with some special extension names, such as .cpp, .h, and so on. You can basically use Windows Notepad to open and edit C++ source code files. However, since Notepad is a basic editing tool that lacks functionalities, we recommend using Visual Studio (VS) as the code editor.
Why use VS? VS is a feature-rich integrated development environment (IDE) that supports many aspects of software development. It empowers you to complete the entire development cycle in one place. You can use VS to create, edit, debug, test, and build your code. VS also has the most popular programming language compilers ...
Get Unreal Engine 5 Game Development with C++ Scripting now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.