Skip to content

Instantly share code, notes, and snippets.

View fatemehsaghiri's full-sized avatar

fatemehsaghiri

View GitHub Profile
#include "Convertor.h"
namespace FA_TO_EN
{
std::string Convertor::ConvertToFinglish(const std::string &sourceText)
{
std::string temp = "";