#include <iostream>
#include <string>
using namespace std;
int main()
{
{
const string mesaj = "Merhaba";
cout << mesaj << endl;
{
const string mesaj = "Erdem";
cout << mesaj << endl;
}
;
;
;
}
return 0;
}
Bu şekilde bir kullanımın geçerli olması dikkatimi çekti ;-)
--
[ Bu gönderi, http://ddili.org/forum'dan dönüştürülmüştür. ]