Pytanie : Dlaczego I drukować CString?

I mieć wektor integers definiować wektorowy vIntegers.

Values stawiać w the wektor using the .push_back method.

How I dostawać the integers od the wektor CString coś że the CString patrzeć coś jak:

12, 31, 42, 53, 64

notice że the integers oddzielać przecinek, i I polubić the FIFO metoda 64 że the wartość najpierw pchać w the wektor być the pierwszy wartość w the CString….

Odpowiedź : Dlaczego I drukować CString?

Ono być trochę łatwy using "CString:: AppendFormat", i.e.:

CString rezultat;
dla (int i = (0); i <� v="">{
    result.AppendFormat ("%d,", v [i]);
}

ZOPPO
Inne rozwiązania  
 
programming4us programming4us