Execute correctly on the cse unix environment


Your program must be written in C++, execute correctly on the CSE unix environment, and com-pile using the g++ compiler using a makefile. The makefile should compile your program into anexecutable called graph inspector. Your main.cpp program should take input from a file via thecommand line (example: prompt:>graph inspector inputfile) with the following structure in theinput file (you may assume that an input file will be well structured so you don't have to error check
the input).
Each line of the input file represents a graph. The first number in a line specifies the number ofvertices in the graph. Then pairs of nodes define the edges. 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Execute correctly on the cse unix environment
Reference No:- TGS0146943

Expected delivery within 24 Hours