Search:

Type: Posts; User: ProgrammingNoob

Search: Search took 0.01 seconds.

  1. What does the { f(); } function do - I don't see...

    What does the { f(); } function do - I don't see a prototype for it, so I assume it is included in one of the headers. What do you mean by increasing the readability of the code?
  2. Thank you very much for the help - all though I...

    Thank you very much for the help - all though I haven't reached to point of using pointers yet, I am sorry for this - and I will remove the system("PAUSE") function as soon as possible. TY for the...
  3. here are the preserved indentations. ...

    here are the preserved indentations.


    #include <iostream.h>
    #include <ctype.h>
    #include <stdlib.h>

    float c;

    //function declarators//
  4. I am the one who posted this thread - please...

    I am the one who posted this thread - please ignore the comment lines in the code that say:
    //Here is says that
    //'c' is undeclared
    I believe these comment lines are found in the beggining right...
Results 1 to 4 of 4