Thread: Passing arguments to function...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    124
    ya it works when i use:

    astar inputfile.txt

    is there someway where i can just make it: astar inputfile

    i really don't know if it will be a text file or what...in fact the assignment question just says it will be run as:

    astar inputfile

    Regards,

    Farooq

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    you could provide code to append the .txt string on to argv[1].

    you could ask user to enter extension type of the file and append it to the end of argv[1].

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginner Needs help in Dev-C++
    By Korrupt Lawz in forum C++ Programming
    Replies: 20
    Last Post: 09-28-2010, 01:17 AM
  2. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  3. In over my head
    By Shelnutt2 in forum C Programming
    Replies: 1
    Last Post: 07-08-2008, 06:54 PM
  4. Passing arguments to another function
    By Wiretron in forum C Programming
    Replies: 2
    Last Post: 12-24-2006, 05:57 AM
  5. passing counters between function
    By BungleSpice in forum C Programming
    Replies: 18
    Last Post: 02-21-2004, 06:16 PM