Forum: C++ Aug 10th, 2008 |
| Replies: 2 Views: 8,251 Nice C++ program.
Would it be possible to copy ca[i] into a buffer. I tried to copy ca[i] into a a buffer using strcpy(), and strncpy() without any success. I am using Dev-C++ 4.
Any help... |
Forum: C++ May 11th, 2007 |
| Replies: 8 Views: 12,609 The following link may be helpful: http://www.codechamber.com/tutorials/beginningcpp/pascal.cpp |