Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
C++ console application putting a line number of a file
This C++ console application is to put a line number to each line of the input file. The processed file with the name added by 'numbered_' is put in the same folder of the exe- file. Usage: add-numbers1.exe <input file>. This project is a memo as a fragment of the future utility applications.