Search:

Type: Posts; User: lipxin

Search: Search took 0.01 seconds.

  1. After changing the function prototype from ...

    After changing the function prototype from

    int invalidInputs;

    to

    int invalidInputs (bool invalid);


    The program was able to run, but when i decided to quit, it produced a Run time check...
  2. Call the value from a function that utilizes bool=true in it's parameter?

    Unfortunately the textbook I use, nor a Google search of, c++ "(bool = true)", doesn't show an example of the code in use.

    I am required to use a function with the following parameter:
    "int...
Results 1 to 2 of 2