[ create a new paste ] login | about

za3k

Name: Zachary
Email:
Site/Blog: http://www.za3k.com
Location: United States
Default language: C++
Favorite languages: Scheme
About:

Saved pastes by za3k:

C++, pasted on Jul 2:
1
2
3
4
5
#include <iostream>
#include <string>
char* charstarcopy(const std::string s)
{
    const char* a = s.c_str();
...
view (29 lines, 5 lines of output)