Is it possible to write big safe programs in C++?

Asked by Last Modified  

Follow 9
Answer

Please enter your answer

Computer Science Tutor

yes. C++ is generally used to write system software. For example windows operating system are writeen in C++. Most of the operating system, device driver and antivirus programs are written by using C++.
Comments

Experienced in CS,AI-ML subject teaching from past 19 years

No, it's not 100% same as that of its ancestor like Java, because of its "friend" concept, which makes c++ weak because with "friend" without instantiating a class you can enter inside any function of any class, it becomes "friend". Because of the same reason, it has been removed from Java, and even...
read more
No, it's not 100% same as that of its ancestor like Java, because of its "friend" concept, which makes c++ weak because with "friend" without instantiating a class you can enter inside any function of any class, it becomes "friend". Because of the same reason, it has been removed from Java, and even the Direct pointer handling by the user and Operator overloading is removed. read less
Comments

Yes, it is. C/C++ are SIL(System Implementation Language) languages. They are mostly used in system software development, like OS, system drivers, compilers, DB systems, Bootloaders, etc. You can take example of Linux kernel which is the strongest & popular open source OS kernel built primarily in...
read more
Yes, it is. C/C++ are SIL(System Implementation Language) languages. They are mostly used in system software development, like OS, system drivers, compilers, DB systems, Bootloaders, etc. You can take example of Linux kernel which is the strongest & popular open source OS kernel built primarily in Assembly and C language. read less
Comments

Professor

Yes As c++ is object oriented it's possible to write big programs in c++
Comments

Electrical Engineer from IIT Kanpur ,By profession Software Engineer and Teacher by passion

Writing big programs in C++ is as safe as in any other language. By safe, I think you mean error-free, crash-free etc. (Behaviour of a program).Language has nothing to do with the safety aspect. You may end up making blunders in any language.Nowadays, big programs (means very very large) are being...
read more
Writing big programs in C++ is as safe as in any other language.By safe, I think you mean error-free, crash-free etc. (Behaviour of a program).Language has nothing to do with the safety aspect. You may end up making blunders in any language.Nowadays, big programs (means very very large) are being written in many languages. read less
Comments

Trainer

Yes. Because it's very easy language. And we can develop projects or big programs in this by using OOPS concepts.
Comments

View 4 more Answers

Related Questions

What is the best website to learn c language?
Programming is learnt by practice. I would suggest you to refer the book by Dennis Ritchie on C programming to start with.
Nom
What is the use of header files in C language?
Header files in C serve as a way to declare the structure and prototypes of functions that will be used in a program. They provide information about the functions, constants, and data types used in a program,...
Kamal
0 0
6
What are all the data types in C programming with their details?
C programming language supports several data types, which are categorized into two main groups: primitive or basic data types and derived data types. Primitive data types include: Integers: Represent...
Ganga
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Why we need to learn Programming languages?
Language is medium for communication. If two parties like to communicate or exchange the thoughts they must know a language. Language should be understandable by both the Parties. For example A wants to...

Pro learners tip for C language
First get the concept of algorithm before heading to write your first program.

Design your own Mouse Driver in C Language
Mouse Driver (msdrv.h) #include #include union REGS i,o; restrictmouseptr(int x1, int y1, int x2, int y2) { i.x.ax=7; i.x.cx=x1; i.x.dx=x2; ...

Some Tricky Questions in C
Can you write two functions in which one executes before main function and other executes after the main function? #pragma startup #pragma exit Where, priority is optional integer value.For user priority...

Program to swap the value of two variables without using third variable(simplest way)...
int main() { int a=10,b=20; printf("values of a before swap ="%d,a); printf("values of b before swap ="%d,b); a=a+b; b=a-b; a=a-b; printf("******************"); printf("values of a after swap...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you