Data Structures & Algorithms in C++
Goodrich, Tamassia, Mount and Goldwasser
Loading...
Searching...
No Matches
Functions
array_basics.cpp File Reference
#include <iostream>
#include <vector>
#include <memory>
#include <cstdlib>
Include dependency graph for array_basics.cpp:

Functions

void init (char temp[][5], int nr, char fill)
 
void display (char(*temp)[5], int nr, int nc)
 
template<typename T >
void display (vector< vector< T > > &data)
 
int main ()
 

Function Documentation

◆ display() [1/2]

void display ( char(*)  temp[5],
int  nr,
int  nc 
)

◆ display() [2/2]

template<typename T >
void display ( vector< vector< T > > &  data)

◆ init()

void init ( char  temp[][5],
int  nr,
char  fill 
)

◆ main()

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