+ 3
How can we design a program with the help of c++??
how to design a program using c++ or can we design a program using c++. and how can we design so ftwares more efficiently? comment down your code if you've design it using programming language.
7 Answers
+ 4
C++ is an object oriented programming language.
One part of the design, is to assess what objects you need.
Your question is similar to "How can I build a house?". Impossible to answer fully here!
A large part of design is independent of the programming language you're using. Although, whether you're using a regular procedural language like C, or an object oriented language like C++, will change the design process.
https://en.wikipedia.org/wiki/Software_design
+ 2
thank you for helping me and others
but still there is question how can we design programs efficiently
+ 2
Do you mean doing the design efficiently, or making efficient code?
Learning to design software is difficult. Even most people who complete a computer science degree, aren't instructed how to design software in full. It's a complex process.
You could give a specific example. For example, how would I design the software for a vending machine? This could then be used to teach you about design.
First rule of design? Switch off the computer and phone, and start thinking, drawing on paper!
+ 2
Xan can you gave example that I'll get easily means a simple example.
+ 2
thank you Martin Taylor