SMM
super market management.cpp File Reference
#include <windows.h>
#include <mmsystem.h>
#include <iomanip>
#include <stdio.h>
#include <cstring>
#include <stdlib.h>
#include "jlogin.h"
#include <conio.h>
#include <process.h>
#include <fstream>
#include <iostream>
Include dependency graph for super market management.cpp:

Classes

class  item
 

Functions

void admin_menu ()
 
void r_admin_menu ()
 
void main_menu ()
 
void gotoxy (int, int)
 
int mini_main ()
 
void write_item ()
 
void display_all ()
 
void display_sp (int n)
 
void modify_item ()
 
void delete_item ()
 
void menu ()
 
void place_order ()
 
void intro ()
 
void admin ()
 
int main ()
 

Variables

fstream fp
 
item itm
 

Function Documentation

◆ admin()

void admin ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ admin_menu()

void admin_menu ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ delete_item()

void delete_item ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ display_all()

void display_all ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ display_sp()

void display_sp ( int  n)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gotoxy()

void gotoxy ( int  x,
int  y 
)
Here is the caller graph for this function:

◆ intro()

void intro ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( )
Here is the call graph for this function:

◆ main_menu()

void main_menu ( )
Here is the caller graph for this function:

◆ menu()

void menu ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mini_main()

int mini_main ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ modify_item()

void modify_item ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ place_order()

void place_order ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ r_admin_menu()

void r_admin_menu ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_item()

void write_item ( )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ fp

fstream fp

◆ itm

item itm