frodrigues2016 Posted December 31, 2023 Posted December 31, 2023 Hello to all soon i am going to post here at DCS simple lessons on C++ programming hope you all enjoy. See you soon bye for now. [sIGPIC][/sIGPIC] ---- " In Peace.....Prepare to War "-------- Wishlist : F-4 Phantom / F-20 TigerShark / Su-34 Processor Core i7 4790, 32 Gb RAM, 2 Tb SSHD, GTX 750 2Gb, 1920X1080 Gaming Monitor, Senze Joypad, Windows 8.1 Pro 64Bit, VMware Workstation 12 for WindowsXP with Office 2007 and Linux OpenSUSE for Net Access.
frodrigues2016 Posted January 1, 2024 Author Posted January 1, 2024 Hello to all here at DCS C++ Programming is all about objects or things that it can have behavior and its own data this objects can be called from another object to be used and do whatever it is supposed to do. In a programme the "main" object is called and all "other" objects are called after to increase the programme abilities. Objects can be stored for reuse and used or called from a programme when needed. So in C++ programmers mainly create Classes of objects that are stored and fully tested for utilization or reuse in a "new" programme. C++ programming in contrast with C requires a new way of thinking because it is not linear and the team or programmer needs to think in terms of calling/releasing creating/destroying sending messages or calling functions of objects so that all the "main" program works and objects too. This is a new concept where the user of the program it is using interacts with the program and only "ends" it when he wishes not like C that runs several lines of code until the end. I like C++ better than C because i can use objects or classes stored and ready to use and not a lot of thounsands lines of code like C I am writing these posts inn this topic so that DCS "World" in the future be written in C++ or in other words using objects only when they are in the simulation reducing hardware specifications and be a faster simulation for users of older machines. [sIGPIC][/sIGPIC] ---- " In Peace.....Prepare to War "-------- Wishlist : F-4 Phantom / F-20 TigerShark / Su-34 Processor Core i7 4790, 32 Gb RAM, 2 Tb SSHD, GTX 750 2Gb, 1920X1080 Gaming Monitor, Senze Joypad, Windows 8.1 Pro 64Bit, VMware Workstation 12 for WindowsXP with Office 2007 and Linux OpenSUSE for Net Access.
Recommended Posts