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 does the modulus operator do?
It provides you the remainder of an integer value.
Sumit
How can I develop my C language?
Practice coding: Write code regularly, even if it's small programs. Practice is key to improving. Read books and online tutorials: There are many resources available to learn C. Books like "The C Programming...
Mohit
0 0
5
Can anybody provide me error free coding for graphic program in C??? Animated Smiley program Rotating Fan progran Sunrise program
#include graphics.h #include conio.h #include stdlib.h #include dos.h main() { int gd = DETECT, gm,area,temp1,temp2,left =25,top=75; void *p; initgraph(&gd,&gm,”C:\TC\BGI”); setcolor(YELLOW); circle(50,100,25); setfillstyle(SOLID_FILL,YELLOW); floodfill(50,100,YELLOW); setcolor(BLACK); setfillstyle(SOLID_FILL,BLACK); fillellipse(44,85,2,6); fillellipse(56,85,2,6); ellipse(50,100.205,335,20,9); ellipse(50,100.205,335,20,10); ellipse(50,100.205,335,20,11); area...
Gayu
0 0
8
In C/C++, when should you use the comma (,) operator instead of the semicolon (;) statement terminator?
int a=2; b=a; b=a+2; Instead of the above two statements we can write it as b=(a,a+2); The value of b is 4
Thimma
0 0
5
What is the use of header files in C language?
In C language, header files are used to organize and reuse code efficiently 6 Key uses of header files in C language are :1. Function declarations (Prototypes)2. Macro Definitions3. Type Definitions4....
Sachanth
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

C Program-Prime Number
/*WAP to print a number entered by the user is prime or not*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ int num,i; //Function for clearing screen clrscr();...

C PROGRAM FOR GENERATING SOUND
#include<stdio.h> #include<conio.h> #include<dos.h> void main() { sound(3000); // sound function have single parameter , this parameter we put integer value its generating...

V. Muthu Ganeshan

0 0
0

PRACTISE makes you PERFECT ; ; ; There is no SUBSTITUTE for HARD WORK ;;;;Breathe SUCCESS like OXYGEN
Proper Planning ( reg what portions to be covered today) revising today's class portions & clarifying doubts solving Maths problems regularly ,noting down formulae separately trying to understand...

An Interesting discussion about malloc( ) and calloc( )
What are malloc( ) and calloc( )? Simply putting they are the predefined functions in C language. Malloc( ) and calloc( ) are two such functions which are used for more or less identical purpose and...

Lets know about far, near and huge pointers for fresher interview purpose
All of these three candidates relate to 16 bit architecture where segmented memory architecture was there. They are not at all relevant for present days 32 or 64 bit architecture where the way of memory...

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