Thread: how to convert notepad

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    34

    Question how to convert notepad

    i hve a program in c language in notepad
    is there any way by which we can run that program in c??
    plz help

  2. #2
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    i can understand you have a program on a notepad. But wha t do you mean by this

    is there any way by which we can run that program in c??
    What are u trying to do?

    ssharish

  3. #3
    Registered User
    Join Date
    Aug 2007
    Posts
    34
    i want to compile that program in c
    can i do that??

    i mean with out writing the whole code again

  4. #4
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    Quote Originally Posted by shuaib.akram View Post
    i want to compile that program in c
    can i do that??

    i mean with out writing the whole code again
    YES, you can compile your program, unless you have code.

    Right tell me where is your code?
    Which code do u want to compile?
    Did you write the code?

    ssharish

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,662
    Do you have a compiler as well, say
    - Visual Studio Express
    - Dev-C++
    - MinGW
    - DJGPP
    - cygwin
    - Digital Mars
    - Borland
    and so on.

    You need a compiler of some sort to turn your program into an executable.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  2. Replies: 3
    Last Post: 08-21-2006, 06:42 AM
  3. Convert Char to Int Function
    By drdroid in forum C++ Programming
    Replies: 9
    Last Post: 02-19-2003, 12:53 PM
  4. please help ... to convert date to string
    By mel in forum C Programming
    Replies: 1
    Last Post: 06-12-2002, 10:26 AM