User profile: connorm183199

User info
User name:connorm183199
Name:Connor McCabe
Location:North Carolina
History
Joined:
Number of posts:6
Latest posts:

Help with a Covid survey for class
#include <iostream> #include <string> using namespace std; class NODE { public: NODE(); voi...

Help with a Covid survey for class
The sample successfully built but when I put my code back in I still receive the same error

Help with a Covid survey for class
I tried all of these steps as well and I am still receiving the same error. What else should I try...

Help with a Covid survey for class
I added this function in: int main() { NODE value; value.read_stats(); value.count_stats()...

Help with a Covid survey for class
The error I am receiving is LNK2019- unresolved external symbol_main referenced in function "int_cde...