When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
16 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
@lusty elbow
Your message appears to contain screenshots but no code. Please send code and error messages in text instead of screenshots if applicable!
!sc
They're hard to read and prevent copying and pasting.
@lusty elbow
Please don't delete forum posts. They can be helpful to refer to later and other members can learn from them. In the future you can use !solved to close a post and mark a post as solved.
What was the error?>
ummm it seems that they forgot to add header guards as I remember
undefined reference to `output_message(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
You did forget header guards, but also what is your command you're using to build the exe?
g++ Main.cpp include/DFA.h -o test
Lemme add header guard
this is my first attempt at creating header files on my own
g++ main.cpp -o main)Thanks the command was the issue. Have two .cpp's but wasnt compiling both
@lusty elbow Has your question been resolved? If so, type !solved :)
!solved