SORU
9 NİSAN 2009, PERŞEMBE


Büyük Harf C bir Dize dönüştürmek

Nasıl bir büyük harf bir dize dönüştürmek olabilir. Googling dan bulduğum örnekler sadece karakter ile uğraşmak zorunda.

CEVAP
9 NİSAN 2009, PERŞEMBE


Boost string algoritmaları:

#include <boost/algorithm/string.hpp>
#include <string>

std::string str = "Hello World";

boost::to_upper(str);

std::string newstr = boost::to_upper_copy<std::string>("Hello World");

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Rugiagialia

    Rugiagialia

    1 Ocak 2008
  • WPBeginner - WordPress Tutorials

    WPBeginner -

    17 Temmuz 2009
  • xdadevelopers

    xdadeveloper

    25 Aralık 2009