I want to read a file (ie: C++ source code file or other) and count the characters that are used in pairs including ( ), [ ] and { }. The program must read all the lines of the file and count all occurrences of these characters. As its output, the program should summarize these counts and it...
I wrote this little program that mimics strcat() - it works ok. But now I need to rewrite it to use pointers instead of passing (by reference)or indexing. Can you guys help with this one ?
#include
#include //for console i/o
#include //for getch()
#include //for string manipulation...
// Can anyone help solve this ??? I tried to use this example as the basis for training... however ...
// I receive the following errors at complie time :
/*
--------------------Configuration: person set 1 - Win32 Debug--------------------
Compiling...
person set 1.cpp
C:\j\hwc2\New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.