Git Product home page Git Product logo

beginning-cpp-programming-section-05's Introduction

Beginning C++ Programming - From Beginner to Beyond

This repository contains Section 05 content for Beginning C++ Programming: From Beginner to Beyond by Frank J. Mitropoulos, Ph.D., which covers an overview of a basic C++ structure, preprocessor directives, comments, namespaces, input and output, and the main() function.

Please note, this repository is a work in progress and will be updated over time.

Please feel free to reach out to me at [email protected] if you have any questions or comments. In addition, feel free to utilize the source code for your consumption and edification.

~ Matt Johnson

Technical Notes and Considerations

To compile, build, and execute the Section 05 files and directories,

(1) click on the blue "Code" button above and click the
    "Download Zip" link, or
(2) copy the code and paste it directly into your preferred
    Integrated Development Environment (IDE), CLion, CodeLite,
    or Code::Blocks, for example, or your preferred text editor,
    Vim, Nano, or Emacs, for example, and either
(3) compile, build, and execute the files in your IDE, or
(4) use the following command-line script in C++:

	$ g++ name_of_file.cpp -o main
	$ ./main

(5) use the following command-line script in C:

	$ gcc name_of_file.c -o main
	$ ./main

(6) use the following command-line script in Python:

	$ python3 name_of_file.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.