How come this program will not display the message that I tell it to?? //Here is
ID: 441522 • Letter: H
Question
How come this program will not display the message that I tell it to?? //Here is my main #include #include "read.h" int main() { void greetings(); } ___________________________________________________________________________________________________ // here is my read.h file void greetings(void); ___________________________________________________________________________________________________ //here is my read.cpp file #include #include "read.h" void greetings(void) { std::cout << "It works!" << std::endl; }Explanation / Answer
maybe there is some problem with your compiler
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.