Skip to content

Instantly share code, notes, and snippets.

View stKhaDgar's full-sized avatar

stKhaDgar stKhaDgar

  • mova.io
  • Ukraine, Dnepr
View GitHub Profile
#include <iostream>
#include <string>
using namespace std;
string List::filter(std::string _type, int _cond, int _wifi)
{
if (size() > 0)
{
string print = "";
int numOfStr = 1;