Hello:
I am practicing with some existing code from the book, but when I go to compile this code I get an error on line 4:
.....cpp(4) : fatal error C1083: Cannot open include file: 'mystack.h': No such file or directory
#include <iostream>
#include <iomanip>
#include <fstream>
#include "mystack.h"
Any suggestions?