Use the keyboard.
Yes you can write a C program without using turbo C IDE. All you need is a text editor like notepad where you can write your codes and after writting them save the file with .c extension. But for compilling and running the code you will be needing turbo C IDE.
something like this: WinExec ("notepad.exe", SW_SHOWNORMAL);
Making an executable file in notepad is like trying to write a song in notepad. If you were to view an .exe in notepad all that you would see is a jumbled mess of numbers and symbols. However, if you really wanted to you could write a program using a programing language like C# or Pascal in notepad and later convert it to an executable. Here is to show part of an exe file looks like in notepad. ô㄀YY¸pL㄀é㄀㄀¿”dK㄀Wh˜dK㄀´$㄀㄀èíûÿÿWh°d
Surround the name of the program in quotation marks, such as: "C:\Program Files (x86)\Programmer's Notepad\pn.exe".
Use a text-editor like notepad, editpad, etc.
a c program for creat a virus
Use text-editor notepad++
For this, you need at least two things: a text editor (like notepad, edit, vi, whatever) and a c compiler. c programs are written as text files, but you can't execute your code without the compiler. There are free c compilers available, like gcc and dev-c++.
Either with a text-editor, like Notepad, or with an integrated developping environment (IDE), like TurboC.
I'd suggest and editor like EditPad or NotePad++
Into the source program.
Write a c program to compute the surface area and volume of a cube