add new cron job in linux

C++
For editing the cron job file : 
	crontab -e
    
For listing all the running cron job     
	systemctl status cron  ----OR----  crontab -l
Source

Also in C++: