answersLogoWhite

0

No. Standard C++ has no dependencies whatsoever, unlike Java which is entirely dependent upon the Java Virtual Machine, and Visual Basic, C# and F# which are all dependent upon Windows, the Common Language Runtime and the .NET Framework. Platforms may impose dependencies upon C++, but C++ itself has none of its own.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is structure and union?

Structure is a query that is used in language c++


What are the interpreter in c plus plus?

C++ is a compiled language, not an interpreted language.


In computer language C plus plus is related to?

C++ is related to C, the language from which it is derived.


Is c plus plus a complied or interpreted language?

C++ is generally a compiled language.


Is a query language procedural language?

isA query language is a procedural language.


Is C plus plus a high level language?

Yes, C++ is a high-level language.


What is the difference between QBE and SQL?

Query by Example (QBE) is a database query language for relational databases. A QBE parser parses the search query and looks for the keywords. A more formal query string, in languages such as SQL, is then generated, which is finally executed. However, when compared with a formal query, the results in the QBE system will be more variable.SQL (Structured Query Language) SQL is a set-based, declarative query language, not an imperative language such as C or BASIC. However, there are extensions to Standard SQL which add procedural programming language functionality, such as control-of-flow constructs


Who is the owner of c plus plus language?

Bjarne Stroustrup is the author of C++. However, no one "owns" this language.


What is the significance of c plus plus?

C++ is an object oriented programming language


Is c plus plus a structured language?

Yes


What do the two plus stand for in C plus plus?

The ++ in C++ refers to the postfix increment operator (operator++()). It's literal meaning is "the successor to C", in reference to the C language upon which the C++ language is based.


Can SQL be considered as a QUERY language?

The 'Q' and the 'L' in SQL standard for the words 'Query' and 'Language'. So yes. SQL can be considered a query language.