Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

What does this mean, it comes out when I run my program

0 votes
asked Jan 28, 2019 by Raquel Moreno (120 points)
/var/tmp/ccyufVRW.o: In function `main':
main.cpp:(.text.startup+0x95): undefined reference to `DeclareResults(char, char (*) [3])'
main.cpp:(.text.startup+0x11f): undefined reference to `DeclareResults(char, char (*) [3])'
collect2: error: ld returned 1 exit status

1 Answer

0 votes
answered Jan 28, 2019 by JyothiRk011 (200 points)

Can you just send the declaration,definition(just the starting line) and calling of  the function DeclareResults ?

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...