stdio.h,conio.h these are two important giving erorr

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chitra lekhaa
    New Member
    • Jan 2007
    • 1

    stdio.h,conio.h these are two important giving erorr

    Code:
    #include<stdio.h> #include<conio.h>
    these two are important for my program but this only are giving erorr for me the file is not opening
  • vpawizard
    New Member
    • Nov 2006
    • 66

    #2
    Originally posted by chitra lekhaa
    Code:
    #include<stdio.h> #include<conio.h>
    these two are important for my program but this only are giving erorr for me the file is not opening

    Hello,
    Only one #include should appear per line. However, this is a very trivial error.
    The path for your include directory is not set. You can set it in the IDE or specify the path while compilation and linking at command line.


    Regards,
    HCV

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by chitra lekhaa
      Code:
      #include<stdio.h> #include<conio.h>
      these two are important for my program but this only are giving erorr for me the file is not opening
      Post the code that is giving you errors and explain what you want to do.

      Comment

      Working...