Category:C++

From Rosetta Code

(Redirected from C++)
Jump to: navigation, search

Programming Language
C++ is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific. You may find a list of its implementations here, and a list of its users on RC here.

Listed below are all of the tasks on Rosetta Code which have been solved using C++.

See also: C++ on the HOPL


C++ is named after the C language, from which it is derived. C++ extends C into becoming an object-oriented language. However, unlike other object-oriented languages, it doesn't try to force you into object-oriented programming, but is a multi-paradigm language. Besides conventional procedural programming and object-oriented programming, it also supports generic programming.

The ++ in C++ is some what of an inside joke, in that C++ is C with a Post Increment operator attached, thus C++ is C + 1.

Subcategories

There is one subcategory to this category.

C

Articles in category "C++"

There are 116 articles in this category.

1

9

A

B

C

D

E

E cont.

F

G

H

I

L

M

N

P

P cont.

Q

R

S

T

U

W

Personal tools