LangProc / langproc-2021-lab

2 stars 4 forks source link

Output format for make histogram #52

Open sheriff4000 opened 2 years ago

sheriff4000 commented 2 years ago

image

When I run make histogram followed by ./histogram and feed inputs, the only output i get is that of stderr. Is this expected? Am I meant to make changes to the makefile?

BPulmannova commented 2 years ago

It will never enter the if(type==None) condition and break the while loop in histogram_main.cpp until you end the input stream with ctrl+d. After that though, you should observe your expected output.