|
|
От: | rs2 | |
| Дата: | 18.05.06 07:35 | ||
| Оценка: |
|
||
#include "stdafx.h"
#include <string>
using namespace std;
void TestFunc(string hello)
{
printf("Mdaaa....");
}
int _tmain(int argc, _TCHAR* argv[])
{
TestFunc("test"),10;
return 0;
}