cpueblo's
Programming
     

Google
 
Programming | Tools | Money | Blog | ±âÁ¸ ÀÚ·á½Ç | ÄÚµå»ç¶û ¹æ¸í·Ï | About Me | English | °Ë»ö   
¾ð¾îº°:


ÁÖÁ¦º°:


Àüü Ç׸ñº°


±âŸ


±¤ÈñÀÇ ÀÚÀÛÅø

cpueblo's Library

 

VCL ÀÇ String ó·³ ½áº¸Àð..

µî·ÏÀÚ : À¯±¤Èñ, 02-05-13 04:38:50



// test_app1.cpp : Defines the entry point for the application.
//

#include "stdafx.h"
#include 
#include 

    using namespace std;


int APIENTRY WinMain(HINSTANCE hInstance,
                     HINSTANCE hPrevInstance,
                     LPSTR     lpCmdLine,
                     int       nCmdShow)
{
        // TODO: Place code here.
        string a;

        a = "ÇÏÇÏÇÏ";
        a += "È÷È÷È÷";
        printf(a.c_str());
        return 0;

        c_str()
}

World of World. http://cpueblo.com by À¯±¤Èñ. mail to cpueblocpueblo.com