Als «comma» getaggte Fragen

73
c ++: Nummer mit Kommas formatieren?

Ich möchte eine Methode schreiben, die eine Ganzzahl verwendet und eine std::stringdieser mit Kommas formatierten Ganzzahlen zurückgibt. Beispieldeklaration: std::string FormatWithCommas(long value); Anwendungsbeispiel: std::string result = FormatWithCommas(7800); std::string result2 =...