Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>CPP Contest Quick StartNew to Visual Studio Code? Get it now.
CPP Contest Quick Start

CPP Contest Quick Start

Adyel

|
23,112 installs
| (2) | Free
A C++ snippet generator contains the boring few lines needed for each problems.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

Visual Studio Code CPP Contest Quick Start

When you try to solve/practice promlems from programming contest you have to repeat same monotonus skeleton code again and again. Well, not anymore. You can create the whole skeleton code with few keystrokes.

Usage

Type "cppstd"(or even shorter) and press "Tab".

It seems the preview image doesn't work properly, you may visit the source page(see below) or try this link: raw.githubusercontent.com/yyxhx/vsce_cppQuickStartForBeginners/master/images/preview.gif

What are those extra lines ?

Those lines are used to speed up the I/O. In some cases it is iostream is faster then cstdio.

You can read details about it here : GeeksForGeeks

Installation

  1. Install Visual Studio Code 0.10.1 or higher
  2. Launch VS Code
  3. Launch the command palette by using Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Type in Install Extension and select 'Extensions : Install Extensions'
  5. Type CPP Contest Quick Start
  6. Choose the extension from the drop down
  7. Reload Visual Studio Code

Contact

If you have any issues report them at Issues

License

This extension is based on C++ Quick Start for Beginners which is mostly based on HTML Boilerplate

All of these extension is licenced under the "MIT" license.

Source

Github

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft