answersLogoWhite

0

You cannot. C++ and shell script (which shell, by the way? there are more than one) are entirely different languages.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the name of the C compiler used by Linux?

gcc is the most common C-compiler for GNU/Linux platform.


What is cc in Linux?

A C compiler.


Where can I find a free C plus plus compiler download for Linux?

Codeblocks has a Linux version compiler. There's a link to it under the related links.


Does Red Hat Enterprise Linux support the GCC compiler?

Yes.


What are the advantages of using a Linux dedicated server?

The advantages of using a Linux dedicated server are access to more scripting languages and Linux is an open-source free software (costs less to make a Linux server).


What is GCC Linux?

GCC is the GNU Compiler Collection (Originally GNU C Compiler) See the related link. It is a collection of "compiler software", that is used to convert human readable source code into binary programs the computer can actually understand and run. it supports several programming languages like C, C++, Java, FORTRAN, etc.


What is the C complier that is commonly used on Linux?

The GNU C Compiler (GCC).


What does the c99 command do in Linux?

The c99 command is a wrapper program that actually calls 'cc'. This is the standard c compiler for Linux. Since other Unix based systems use a c99 command to call the compiler with the 1999 standards there is a similar command to do the same thing under Linux.


Is there a free service that compiles C programs for Linux?

Linux generally comes installed with the free gcc compiler. MacOSX does too. But when you compile a program with gcc, it runs on the platform under which it was compiled. Therefore, programmers on OSX that need to deliver a Linux binary need to use gcc's cross-compiler mode to produce Linux binaries.


Socket programming is done better and easy on Linux or Tcl?

Linux is a kernel; Tcl is a scripting language. They are not mutually exclusive, and one does not obviate or replace the other.


How do you edits program using Linux compiler?

You don't. The compiler is used to compile programs, not edit them. Most source code can be edited using a standard text editor.


Can i run c compiler on windows7 if yes then on Which tool?

Sure, if the compiler is written for Windows32 or Windows64. You cannot run compilers written for other platforms (MsDos, Windows16, linux, etc).