Thread: Can I include like this #include "C:/1.prv"?

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    68

    Lightbulb Can I include like this #include "C:/1.prv"?

    If I have the data in 1.prv and I want embed that data in program while compile.
    Can I include like this #include "C:/1.prv"?

    Thank you.

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    how is your data structured? is in in c syntax? header files are meant for prototypes, mainly. a good idea would be to read from the file at run-time.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  2. MFC include BS
    By VirtualAce in forum Windows Programming
    Replies: 4
    Last Post: 10-31-2005, 12:44 PM
  3. dont konw what to do next.
    By negevy in forum C Programming
    Replies: 29
    Last Post: 09-09-2005, 03:06 PM
  4. help with finding lowest number entered
    By volk in forum C++ Programming
    Replies: 12
    Last Post: 03-22-2003, 01:21 PM
  5. MFC Assertion Failure
    By maxthecat in forum Windows Programming
    Replies: 5
    Last Post: 08-01-2002, 09:58 AM