Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: johndw
  • Content: Threads
  • Order by date
  1. johndw

    Using polymorphism.

    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...
  2. johndw

    Rewrite of srcat()/

    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...
  3. johndw

    need help with boolean operator

    // 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...

Part and Inventory Search

Back
Top