Not possible.
How do you use textpad
Sometimes, it is. Some implementations compile C++ code into C code, and then compile the C code.
TextPad is a text editor for Windows. Helios is part of the name of the company, Helios Software Solutions.
With GCC.
Yes we can compile a c program using c++ compiler. Because c++ evolved from the c. c++ have some additional features beyond c. c++ support almost all concepts used in c.
First, install a C-compiler.
Compile, link and execute them.
Compile and link it into an executable.
There are many C compilers. In modern usage, the most common ones are Microsoft Visual C++ (which can also compile C programs) and GCC (GNU Compiler Collecttion, originally GNU C Compiler).
make is a utility program, compile means translation from source to object module.
These directions were written with the assumption you are using TextPad 5: First, you must download and install the JDK - probably the most recent one. You can download this at: http://java.sun.com/javase/downloads/?intcmp=1281 After you have successfully installed the JDK, in TextPad click on the Configure menu, and then Preferences. From the preferences screen, click on the 'Tools' heading on the left. In the tools section, click on the 'Add' button on the right, then on the 'Java SDK Commands' option, and finally on Ok. Once you've done this, you are ready to compile and run java programs. To do this, once you've opened a .java file, click on tools, external tools, and compile java. In order to run the application after you compile it, just go to tools, external tools, and run java application (or run java applet if it's an applet).
Code, compile, link, run.