From 6ed9a9699997a2853ec1c9e91747c251e5cfc97b Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 15 Jun 2014 03:50:43 +0200 Subject: damn --- ccc/cat_char.cc | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ccc/cat_char.cc (limited to 'ccc/cat_char.cc') diff --git a/ccc/cat_char.cc b/ccc/cat_char.cc deleted file mode 100644 index 3daf564..0000000 --- a/ccc/cat_char.cc +++ /dev/null @@ -1,16 +0,0 @@ -#include -#include - -using namespace std; - - -int main(void) -{ - char c[] = "c"; - char x[1024]; - string s("s"); - strcpy(x, s.c_str()); - strcat(x, c); - cout << x << endl; -} - -- cgit v1.2.3