cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Why c++?
Why c++?
Aug 17, 2010 at 2:52am UTC
BenManBen
(9)
As I look more into c++ it appears to be a very difficult language compared to others.
What are the benefits of C++?
Aug 17, 2010 at 3:11am UTC
blackcoder41
(1426)
http://cplusplus.com/info/description/
Aug 17, 2010 at 3:31am UTC
Disch
(13742)
C++ is kind of like a portable assembly. It's about as low as a high level language can go.
Other languages don't try to get that low, which is why they may seem easier to pick up.
Last edited on
Aug 17, 2010 at 3:31am UTC
Aug 17, 2010 at 4:08am UTC
Galik
(2254)
Programming is hard. Other languages try to mitigate against the difficulty in various ways but it always comes at a cost of speed and flexibility. C++ attempts to be as high level as possible without sacrificing speed or flexibility. So its hard.
Aug 17, 2010 at 11:33am UTC
anzarzulfiqar
(3)
we can be close to the system architecture, and follow the OOPs paradigm also
Topic archived. No new replies allowed.