Tips
Sunday, May 27, 2007
String Sample application
#include "iostream"
#include "conio.h"
#include "string"
using namespace std;
void StringTest()
{
string str = "Hello World";
cout<
}
int main(int argc, char* argv[])
{
StringTest();
getch();
return 0;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment