I recognize that this program still needs a lot of work before it's complete, but I've dead-walled on progress because of an error code and the due date fast approaches.
/usr/bin/ld: /tmp/cc3g0oFN.o: in function main': main.cpp:(.text+0x53): undefined reference to getData(std::__cxx11::basic_string, std::allocator >, double)'
/usr/bin/ld: main.cpp:(.text+0x7c): undefined reference to sumVotes(double)' /usr/bin/ld: main.cpp:(.text+0x99): undefined reference to computePercentages(double, double)'
collect2: error: ld returned 1 exit status
I assume that I've done a big stupid and formatted my functions like an idiot, but I've been staring at them for three hours and could really use a nudge or even a violent shove in the right direction.
Thanks and sorry in advance for wading through my garbage code.