Search:

Type: Posts; User: Osman Zakir

Search: Search took 0.01 seconds.

  1. It's taken from Stroustrup's book exactly as is,...

    It's taken from Stroustrup's book exactly as is, so it probably works for him somehow but not for us. If that's even possible.

    So you're saying I should declare do previous = current outside the...
  2. repeated word detection program - help needed

    In the C++ book Programming: Principles and Practice Using C++, there's an example code like this for detecting repeated words:



    #include "std_lib_facilities.h"

    int main()
    {
    int...
Results 1 to 2 of 2