You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: