Thread: how can you make functions

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    18

    how can you make functions

    1/how can you make functions ????

    2/what is all this prototyping about?

    3/how can i make a funtion to delete files?

    help please!!!!!!!!!!!!!!!!!!
    ^.^
    The woundeful Joseph Goss,,,
    e-mail me "[email protected]"
    if you want
    Ermmm,,... hello anyone there?
    i am 15

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    1. Read:
    http://www.cprogramming.com/tutorial/lesson4.html

    2. See above

    3. Might depend on your OS and what you are actually trying to do, but you could try remove(), or something to do with "unlink".

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Makefile Problem: None rule to make target
    By chris24300 in forum Linux Programming
    Replies: 25
    Last Post: 06-17-2009, 09:45 AM
  2. Splitting source into multiple files(Linux & make)
    By IceDane in forum C Programming
    Replies: 6
    Last Post: 05-18-2009, 07:31 AM
  3. Replies: 5
    Last Post: 01-13-2006, 12:00 AM
  4. Win32 Common Controls in C++, how do i make and use them?
    By C+noob in forum Windows Programming
    Replies: 6
    Last Post: 01-09-2006, 11:53 AM
  5. structure vs class
    By sana in forum C++ Programming
    Replies: 13
    Last Post: 12-02-2002, 07:18 AM