answersLogoWhite

0


Best Answer

You can compile, link and execute programs without text-editor.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: CAn you work in c or c plus plus without editor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the basic requirements to develop a c plus plus program?

Text editor.


Is C plus plus an application program?

No. C++ is a computer language. The development system supporting it is a compiler, linker, editor, debugger, etc.No it is a programming language.


Can you use c in c plus plus without using class and object?

Sure.


Is there a C plus plus editor software for the mac that is free?

Looks like there's one called Xcode. Scroll down for link.


How do you build c plus plus programs using netbeans IDE?

Netbeans is primarily a code editor and Java compiler. Although it supports the C++ language, it has no C++ compiler or linker. For that you must provide your own.

Related questions

How do you link a C plus plus program to C functions?

It should work without any special action.


How compile c programm without c editor?

Editor is not part of the compilation.For TurboC its TCC myfile.c


What is the basic requirements to develop a c plus plus program?

Text editor.


What are the three c plus plus programming language components?

The editor, compiler and linker.


Can you provide me C plus plus code for simple text editor?

http://ex-vi.sourceforge.net/


Is C plus plus an application program?

No. C++ is a computer language. The development system supporting it is a compiler, linker, editor, debugger, etc.No it is a programming language.


Is you can not learn the .net without the knowledge of c and c plus plus?

You is can.


How are C plus plus programs written?

At the very least a C++ program can be written using nothing more than a plain-text editor and a C++ language compiler and corresponding linker. However, an integrated development environment (IDE) that supports some variant of C++ is generally much easier to work with.


Can you use c in c plus plus without using class and object?

Sure.


Is it possible to learn c plus plus without learning c?

No. C++ is an extension of C. By the time you learn C++, you have learned C.


Is there a C plus plus editor software for the mac that is free?

Looks like there's one called Xcode. Scroll down for link.


How do you build c plus plus programs using netbeans IDE?

Netbeans is primarily a code editor and Java compiler. Although it supports the C++ language, it has no C++ compiler or linker. For that you must provide your own.