Search:

Type: Posts; User: hash

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,614

    Yes. telling about goto statement to someone who...

    Yes. telling about goto statement to someone who is new to programming is a disaster, since he/she does not have a clue whatsoever about the dirty effects of using goto statement and rely heavily on...
  2. Replies
    10
    Views
    1,775

    I never meant to say that. Never mind.

    I never meant to say that. Never mind.
  3. Replies
    10
    Views
    1,775

    I said the same thing. '.h' is added to user...

    I said the same thing. '.h' is added to user defined header files not the standard header files in C++. We can write #include "abc.h" for our own defined header files (that too within " " ), #include...
  4. Replies
    10
    Views
    1,775

    Using letter 'c' before C header file names is...

    Using letter 'c' before C header file names is C++ recommendation. In other words, using <string.h> is C style and <cstring> is C++ style. We use '.h' with header files in C but not in C++.
Results 1 to 4 of 5