Question
So I am trying to compile my program and it tells this: error: class std:: queue < std vector basic_string >> has no members named
So I am trying to compile my program and it tells this:
error: class std:: queue < std vector basic_string
those two functions are on my other class and they are public and I did include the header file on both this driver and my other class
this driver reads in a .txt file and sends it to my tokenize function which accepts a string parameter tokenizes it and GetTokens is a vector of strings which gets the tokenized tokens
#include "prog2_1.hpp"//header file #include
#include "prog2_1.hpp"//header file
#include
out = this->data->front(); this->data->pop(); } if(this->data->empty()) throw "No tokens"; return out; }
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started