Day 13/100 100 Days of Code
Today, I created 2 event functions. The first one is the StartOperations() function which is executed when the user presses the start button.
// Start Scraping button
void MainFrame::StartOperation(wxMouseEvent &event)
{
CSV_Handler handler;
...
digitalcreations.hashnode.dev2 min read