Skip to content

Tableur simplifié réaliser dans le cadre du module de programmation C avancé

Notifications You must be signed in to change notification settings

Chiara06830/Monoplan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monoplan

Simplified spreadsheet made for the course of advanced C programmation at the University of Western Britany.

Compilation and Execution

For compilation:

make

For execution:

Monoplan.exe

Structure

 Monoplan :
├── include
│   ├── cellule.h
│   ├── graphe.h
│   ├── liste.h
│   ├── stack.h
│   └── test.h
├── obj
├── src
│   ├── cellule.c
│   ├── graphe.c
│   ├── liste.c
│   ├── stack.c
│   ├── testCellule.c
│   ├── testGraphe.c
│   ├── testListe.c
│   ├── testStack.c
│   └── main.c
└── makefile

Modules

Module List

Composed of:

  • liste.h
  • liste.c
  • testListe.c

Allow to create and manipulate a chained list of void*.

Module Cell

Composed of:

  • cellule.h
  • cellule.c
  • testCellule.c

Read a cell et calculate the value when it is a calculus.

Module Graph

Composed of:

  • graphe.c
  • graphe.h
  • testGraphe.c

Evalue les cellules qui sont dépendantes les unes des autres. Evauluate cells that are interdependent.

Future work

Make an graphic inteface.

About

Tableur simplifié réaliser dans le cadre du module de programmation C avancé

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published