Difference between revisions of "Template:C++ programming language"

From blackwiki
Jump to navigation Jump to search
imported>Kevinarpe
(Add CLion IDE)
imported>Dsimic
(Redirects should be avoided; Cleaned up and alphabetized)
Line 16: Line 16:
 
| list1 =
 
| list1 =
 
*[[C++ classes|Classes]]
 
*[[C++ classes|Classes]]
*[[Template (C++)|Templates]]
+
*[[C++#Exception_handling|Exception handling]]
 
*[[Function overloading]]
 
*[[Function overloading]]
 
*[[Operator overloading]]
 
*[[Operator overloading]]
 
*[[Operators in C and C++|Operators]]
 
*[[Operators in C and C++|Operators]]
*[[C++#Exception_handling|Exception handling]]
+
*[[Template (C++)|Templates]]
  
 
| group2 = [[C++ Standard Library]]
 
| group2 = [[C++ Standard Library]]
 
| list2 =
 
| list2 =
 +
*[[Input/output (C++)|I/O Streams]]
 +
*[[Smart pointer]]s
 
*[[Standard Template Library|STL]]
 
*[[Standard Template Library|STL]]
 
*[[String (C++)|Strings]]
 
*[[String (C++)|Strings]]
*[[Input/output (C++)|I/O Streams]]
 
*[[Smart pointer]]s
 
  
 
| group4 = [[:Category:C++ compilers|Compilers]]
 
| group4 = [[:Category:C++ compilers|Compilers]]
 
| list4 =
 
| list4 =
*[[List_of_compilers#C++_compilers|Comparison of C++ compilers]]
+
*[[List of compilers#C++ compilers|Comparison of C++ compilers]]
 +
*[[Borland C++]]
 +
*[[Borland Turbo C++]]
 
*[[C++Builder]]
 
*[[C++Builder]]
*[[Borland Turbo C++]]
 
 
*[[Clang]]
 
*[[Clang]]
 
*[[GNU Compiler Collection|GCC]]
 
*[[GNU Compiler Collection|GCC]]
*[[Borland C++]]
 
 
*[[Intel C++ Compiler]]
 
*[[Intel C++ Compiler]]
 
*[[Visual C++]]
 
*[[Visual C++]]
Line 43: Line 43:
 
| group5 = [[:Category:Integrated development environments|IDEs]]
 
| group5 = [[:Category:Integrated development environments|IDEs]]
 
| list5 =
 
| list5 =
*[[Comparison_of_integrated_development_environments#C.2FC.2B.2B|Comparison of C IDEs]]
+
*[[Comparison of integrated development environments#C/C++|Comparison of C IDEs]]
 
*[[Anjuta]]
 
*[[Anjuta]]
 +
*[[JetBrains#CLion|CLion]]
 
*[[Code::Blocks]]
 
*[[Code::Blocks]]
 
*[[CodeLite]]
 
*[[CodeLite]]
Line 51: Line 52:
 
*[[Microsoft Visual Studio]]
 
*[[Microsoft Visual Studio]]
 
*[[NetBeans]]
 
*[[NetBeans]]
*[[CLion]]
 
  
 
| group6 = C++ and other languages
 
| group6 = C++ and other languages

Revision as of 07:13, 30 May 2015

Template documentation[view] [edit] [history] [purge]

Usage

Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed: {{C++ programming language|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{C++ programming language|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{C++ programming language|state=autocollapse}}
    • shows the template collapsed to the title bar if there is a {{navbar}}, a {{sidebar}}, or some other table on the page with the collapsible attribute
    • shows the template in its expanded state if there are no other collapsible items on the page

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.

Related template