❌c++标准库
c++标准库
Vegdie
oier
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c++标准库conio.h文件
/* * conio.h * * Low level console I/O functions. Pretty please try to use the ANSI * standard ones if you are writing new code. * * $Id: conio.h,v 7f0aa41f8caf 2018/10/21 15:39:35 keith $ * ...原创 2020-03-11 09:46:24 · 4368 阅读 · 3 评论 -
c++标准库queue文件
// queue standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _QUEUE_#define _QUEUE_#include <yvals_core.h>...原创 2020-02-05 12:08:51 · 753 阅读 · 0 评论 -
c++标准库stack文件
// stack standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _STACK_#define _STACK_#include <yvals_core.h>...原创 2020-02-05 12:06:29 · 730 阅读 · 0 评论 -
c++标准库vector文件
// vector standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _VECTOR_#define _VECTOR_#include <yvals_core.h&...原创 2020-02-05 12:04:30 · 4468 阅读 · 0 评论 -
c++标准库bitset文件
// bitset standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _BITSET_#define _BITSET_#include <yvals_core.h&...原创 2020-02-03 10:48:46 · 721 阅读 · 0 评论 -
c++标准库windows.h文件
#include <winapifamily.h>/*++ BUILD Version: 0001 Increment this if a change has global effectsCopyright (c) Microsoft Corporation. All rights reserved.Module Name: windows.hAbs...原创 2020-02-03 10:49:02 · 6815 阅读 · 0 评论 -
c++标准库iostream文件
// iostream standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _IOSTREAM_#define _IOSTREAM_#include <yvals_c...原创 2020-02-02 19:23:17 · 1312 阅读 · 0 评论 -
c++标准库ctime文件
// ctime standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _CTIME_#define _CTIME_#include <yvals.h>#if ...原创 2020-02-02 19:17:16 · 717 阅读 · 0 评论 -
c++标准库cstdlib文件
// cstdlib standard header (core)// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _CSTDLIB_#define _CSTDLIB_#include <yva...原创 2020-02-02 19:15:56 · 1096 阅读 · 1 评论 -
c++标准库cstdio文件
// cstdio standard header (core)// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _CSTDIO_#define _CSTDIO_#include <yvals_...原创 2020-02-02 19:10:43 · 1987 阅读 · 0 评论 -
c++标准库sstream文件
// sstream standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _SSTREAM_#define _SSTREAM_#include <yvals_core...原创 2020-02-02 19:09:33 · 680 阅读 · 0 评论 -
c++标准库fstream文件
// fstream standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _FSTREAM_#define _FSTREAM_#include <yvals_core...原创 2020-02-02 19:08:31 · 1390 阅读 · 0 评论 -
c++标准库cstring文件
// cstring standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _CSTRING_#define _CSTRING_#include <yvals.h>...原创 2020-02-02 19:07:06 · 863 阅读 · 0 评论 -
c++标准库string文件
// string standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _STRING_#define _STRING_#include <yvals_core.h&...原创 2020-02-02 19:05:53 · 796 阅读 · 1 评论 -
c++标准库cmath文件
// cmath standard header// Copyright (c) Microsoft Corporation.// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception#pragma once#ifndef _CMATH_#define _CMATH_#include <yvals.h>#if ...原创 2020-02-02 19:03:55 · 1420 阅读 · 0 评论
分享