Search:

Type: Posts; User: stahta01

Search: Search took 0.07 seconds.

  1. Replies
    14
    Views
    4,402

    See this thread...

    See this thread
    http://cboard.cprogramming.com/c-programming/130438-how-do-you-order-your-include-statement.html

    The error/warning if two headers do NOT work well together happens in the second...
  2. Replies
    14
    Views
    4,402

    Warning: You do realize that you are NOT...

    Warning:

    You do realize that you are NOT setting min to number zero in this line of code?


    min = '0';


    This is how you set an integer to the number zero
  3. Replies
    14
    Views
    4,402

    It is better to NOT mix C++ and C headers; but,...

    It is better to NOT mix C++ and C headers; but, when you need to do, it is safer to do, the C++ headers first.

    It is safer to do the local headers ("headername") after the system headers...
Results 1 to 3 of 3