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 use of "\n" in C language?
break a line into two and shift the remaining value/ characters to a new line.
Tanush
0 0
5
Can I learn C and C++ by watching videos? If it is possible, what is the best channel?
Yes!! you can learn.but the concept won't be clear up the mark,since there is no one to guide while you are doing some programs.you might have observed these things.There are no such online tutorial that...
Mohammad
0 0
5
What is the difference between n=1 and n==1 in the C language?
'=' is ASSIGNMENT operator , where as '==' is COMPARISON operator. int a=7; assigns the variable a an integer value 7 , where as a==7; checks if the VALUE of a is EQUAL to 7.
Soujanya
0 0
8
Can a function defined inside another function?
No its not allowed, but some compilers support. Instead check out OOP C++, which would encapsulation, that is better than function in function.
Kamal
0 0
8
Is C programming necessary to learn to become a software engineer?
C language is starting language for programming, if you will understand the concept of C language then it would be very easy to learn all programming language because somehow concepts are similar
Ujwalajagdale
0 0
7

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

Ask a Question

Related Lessons

Bit wise operators in C
Bit Wise Operators Bit Wise operators are manipulates of individual bits with in a word of memory. The bit wise operators can be divided in to three general category. One’s Complement...

C, Cpp, Java, Python, Javascript Programming Languages
Learning C is as good as Learning a Natural Language(such as English, Hindi, Telugu, Tamil etc) We use Natural Languages to communicate with humans whereas we use Programming Languages such as C, Cpp,...
V

Vamshi

0 0
0

Basic Concepts of Web Designing
An introduction to domain names, web servers, and website hosting 1)What is the web? In a nutshell, the web is a whole bunch of interconnected computers talking to one another. The computers (on the...

Find out the Output of the following with reason and get C Language Training fess less by 10%
1. void main() { clrscr(); printf(5+"Beautifull"); getch(); } 2. void main() { int a=50; clrscr(); ...

C Program-Error Handling[Program Exit Status]
//Header files #include<stdio.h>#include<conio.h>#include<stdlib.h> //Main Function void main(){ int dividend=20; int divisor=5; int quotient; //Function for clearing screen clrscr();...

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