Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   C (https://www.askmehelpdesk.com/forumdisplay.php?f=438)
-   -   Stdio.h means? (https://www.askmehelpdesk.com/showthread.php?t=642525)

  • Mar 10, 2012, 09:03 PM
    ryca0920
    Stdio.h means?
    What is the meaning of stdio.h and it's use for what?
  • Mar 10, 2012, 09:13 PM
    ballengerb1
    Are we talking about computer programming? cstdio (stdio.h) - C++ Reference
  • Oct 1, 2012, 09:28 AM
    WildProgrammer
    Stdio.h is a librairy of c++ standard IO function by adding #include <stdio.h> at the beginning of your code give you access to all those function in your code.

    For example printf, scanf etc are all include in that librairy

    Hope that was useful

  • All times are GMT -7. The time now is 11:12 PM.