Skip to content

Source code listings from the C-Ninja, in Pyjama! book.

Notifications You must be signed in to change notification settings

mayn-k/c-ninja-listings

Folders and files

NameName
Last commit message
Last commit date
Sep 3, 2023
Sep 3, 2023
Aug 20, 2023
Sep 3, 2023
Sep 3, 2023
Aug 19, 2023
Sep 17, 2023
Aug 19, 2023

Repository files navigation

The code provided as part of this repository is ONLY for learning purposes!

Code Listings for "C-Ninja, in Pyjama!"

This repository contains code listings cited as examples from the book "C Ninja, in Pyjama!".

Setup

Docker

  • Get and install Docker for your Operating system: Docker.
  • Execute the following to run the setup after Docker is installed and actively running on your local machine.
bash setup.sh

Setup VScode

  • Download and Install Vscode.
  • Launch VScode, open the terminal, and install the extensions -
code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-vscode-remote.remote-ssh
code --install-extension ms-vscode-remote.remote-ssh-edit
code --install-extension ms-vscode.remote-explorer
  • Restart VSCode and from the Remote explorer connect to the container.

Copyright

Copyright © 2023 inpyjama.com. All Rights Reserved.