How to read images with argc & argv?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TommyC
    New Member
    • Jul 2007
    • 20

    How to read images with argc & argv?

    Hi guys,
    i have written codiing to read files automatically using argv function. Can you guys teach me how to write each processed image files that has been read one by one automatically in loop?
    All the image files are in binary P5 pgm format.

    ::Code removed - especially code that has a copyright ::
    Last edited by sicarie; Oct 30 '07, 03:10 PM. Reason: Why are you posting copywritten code?
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    TommyC-

    Please have a look at our Posting Guidelines. The use (and posting) of copywritten code is unacceptable on this site.

    Comment

    • TommyC
      New Member
      • Jul 2007
      • 20

      #3
      Sorry i have missed it. Thanks for reminding.

      Comment

      • oler1s
        Recognized Expert Contributor
        • Aug 2007
        • 671

        #4
        argv is not a function. It's an argument for main. We're not sure how to respond to this question, aside from a comprehensive tutorial on C++. But then, it just means you should be reading up on C++ from a good book and Google.

        Comment

        Working...