Thread: Feeding Source Code and Passing filename as a command line parm.

  1. #16
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Quote Originally Posted by niwradz View Post
    probably not....
    Then start there. C File I/O Tutorial - Cprogramming.com

  2. #17
    Registered User
    Join Date
    Oct 2008
    Location
    TX
    Posts
    2,059
    Quote Originally Posted by niwradz View Post
    hahah sori i ddn't see it maybe my hands were too fast that my eyes can't notice it....T_T
    Why don't you post what you have tried so far?

  3. #18
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by niwradz View Post
    probably not....
    Ok, now I'm about to do you something of a favor if you will just listen and take a bit of advice...

    1) Get a book on Windows (It's a link, click on it)... Study well, learn how to really operate your own system. Pay special attention to the parts about the Windows filesystem and command line, you'll need to understand both before you start programming.

    2) After you finish the windows book. Get yourself a good compiler and IDE... I generally recommend Pelles C (yes that's a link, click on it) since it is very well documented, comes with everything you need and is free. First thing you do is read the help file... get familiar with it's contents and especially the parts about using the integrated environment.

    3) After you get familiar with Pelles C, get a book on C programming (Yep, another link to click on). Go through it page by page, type up and compile all the examples and work through all the exercises. Play with the code as you study the text, move on to the next page only when you are confident you've understood the current one.

    Yeah that's a lot of stuff... but, when you're done, you'll be glad you did it!
    Last edited by CommonTater; 09-03-2011 at 02:43 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. command line source navigation tools
    By ceti331 in forum Linux Programming
    Replies: 2
    Last Post: 07-21-2008, 09:36 AM
  2. how to have the filename as a command line parameter.
    By Frank_Rye in forum C Programming
    Replies: 2
    Last Post: 10-17-2005, 06:18 AM
  3. passing in * from command line
    By eth0 in forum C Programming
    Replies: 5
    Last Post: 09-13-2005, 10:52 AM
  4. Command Line Variable Passing (like in DOS)
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 08-31-2002, 07:31 AM
  5. passing command line argument
    By Tim in forum C Programming
    Replies: 3
    Last Post: 01-30-2002, 05:59 PM

Tags for this Thread