Skip to content

TechStroke

Programming Tutorials – PHP/Python/C++/Java

  • Flutter
  • C++
  • About Us

c++

Compiling and Linking C++ Program

On May 5, 2020July 13, 2020 by Navneet Kumar

When you write a C++ program, the very next step is to compile the program to generate an executable file. This process of generating executable file from a source code involves 3 main stages. Preprocessor The preprocessor modifies the original source code according to the...

Recent Comments

    Categories

    • C++
    • Flutter
    • MySQL
    Copyright © TechStroke