Skip to content

justinekizhak/be-comp-sem1

Repository files navigation

Built with Spacemacs Instagram Twitter Facebook



BE Computer sem 1 assignments


Table of contents

Introduction

Back to top

Features

  • Group A
  • Group B
  • Group C

Back to top

Getting Started

  • Directory structure

    
    be-comp-sem1
    |
    +---group-A
    |   |
    |   +---<assignment no>-<topic name>
    |       |
    |       +---src
    |       |   +---<source files>
    |       +---obj
    |       |   +---{auto generated object files}
    |       +---bin
    |       |   +---{auto generated binary files}
    |       +---inc
    |       |   +---<custom header files>
    |       +---lib
    |       |   +---{place additional library files}
    |       +---Makefile
    |    
    +---group-B
    |   |
    |   +---<assignment no>-<topic name>
    |    
    ...
    
    
  • Instructions

    1. Create at least src dir and place your source files in it.
    2. Copy and rename Makefile-cpp from the root to the src dir.
    3. To auto generate directories run make directories in the src dir which contains the Makefile.

Back to top

Full Documentation

For full documentation read the docs

Visit website.

Read CHANGELOG, CODE OF CONDUCT, CONTRIBUTING guide.

License

Back to top


forthebadge forthebadge forthebadge