E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
cout
C++ STL string字符存取
#includeusingnamespacestd;voidtest01(){stringstr="hello";//1.通过[]访问单个字符for(inti=0;i
cout
9677
·
2024-02-13 08:15
C++
c++
开发语言
记录 | C++ #ifdef #endif 条件编译指令
可以在代码中使用条件编译指令来包含调试语句:#ifdefDEBUGstd::
cout
<<"Debugmodeison."<
极智视界
·
2024-02-13 07:28
踩坑记录
c++
#ifdef
#endif
条件指令
析构函数
classDemo{public:Demo(strings);~Demo();private:stringm_s;};Demo::Demo(strings):m_s(s){}Demo::~Demo(){
cout
DDDDDDDDDD_b6a4
·
2024-02-13 07:42
CMake入门
课程地址文档地址HelloWorld编写一个C++文件://hello.cpp#includeintmain(){std::
cout
_BINARY_DIR,本例中是HELLO_BINARY_DIR_SOURCE_DIR
Daniel_187
·
2024-02-13 05:20
其他
c++
开发语言
软件构建
年假作业9
220firstthirds=2,t=3#5,5,54-240-2-2三、编程题1、#includeusingnamespacestd;intmain(){intc,t;doublem;//输入上衣和裤子的数量
cout
mmj12
·
2024-02-13 03:43
c++
算法
开发语言
2.11 C++
C++
cout
cout
是输出类的类对象,具有输出功能,可以自动识别数据类型,无需加格式符>提取符(输入符C++中字符串类型stringstringstr5(str1,3);//从str1下标为3的位置开始赋值
Sinbia_Lurika
·
2024-02-13 01:45
c++
java
开发语言
C++——内部类
classA{public:classB//内部类{private:int_b;};private:int_a;};intmain(){
cout
usingnamespacestd;classA{public
MiYa_1652
·
2024-02-12 22:58
c++
重载operator new和 operator delete
classFoo{private:int_id;public:Foo():_id(0){
cout
<<"DefaultConstruct"<
万里归来少年心
·
2024-02-12 22:58
C++
operator
new
operator
delete
new[]
内存管理
重载new
delete
左值右值->引用折叠->完美转发,究竟在解决什么问题?
移动语义的产生值分左右lvalue:等号左边的表达式,既有名字又有地址的表达式变量,函数,数据成员名字左值引用的表达式如++x,x=1,
cout
(42)除字符串的字面量。
qq_41111491
·
2024-02-12 22:52
C++深入
C++11 一些关键字 ,C++11左值右值和移动构造
cout
#includeu
互联网农民工啾咪
·
2024-02-12 22:22
C++语法学习
c++
ABC340(A-C)
ausingnamespacestd;vectorv;intmain(){intn;inta,b;cin>>n;while(n--){cin>>a>>b;if(a==1)v.push_back(b);else
cout
pboaths
·
2024-02-12 22:19
c语言
算法
开发语言
洛谷P2669,NOIP2015普及组
;//在此处定义了daycin>>day;inta=1;//用a来确定循环的次数intcoin=0;for(inti=1;;i++){//第一个循环,确定的是金币数,for(intj=1;jday){
cout
Zzz_Jay
·
2024-02-12 21:11
html
html5
突破编程_C++_基础教程(入门程序)
#includeusingnamespacestd;intmain(){
cout
“#include"是C++预编译器的一种指令,其作用是将指定文件内容复制到当前文件中。
breakthrough_01
·
2024-02-12 17:47
突破编程_C++_基础教程
c++
java
jvm
突破编程_C++_基础教程(输入、输出与文件)
C++标准库提供了多种流类,如std::cin(标准输入流,通常用于从键盘读取数据)、std::
cout
(标准输出流,通常用于向显示
breakthrough_01
·
2024-02-12 17:17
突破编程_C++_基础教程
c++
开发语言
c++求三个数中最大数
#includeusingnamespacestd;intmain(){inta,b,c;
cout
>a>>b>>c;if(a>b&&a>c)
cout
a&&b>
无案牍之劳形
·
2024-02-12 17:46
c++
算法
开发语言
【C++】【类和对象】this指针
:classDate{public:voidInit(intyear,intmonth,intday){_year=year;_month=month;_day=day;}voidDisplay(){
cout
_year_month_dayPrint
Legend_6zh
·
2024-02-12 16:06
c++
开发语言
笔记
学习
C++:箭头操作符
指针重载获取成员偏移量#include#include//箭头操作符->//指针//重载//获取成员偏移量classEntity{public:intx;public:voidPrint()const{std::
cout
你那里下代码雨了吗
·
2024-02-12 13:01
c++
开发语言
算法
掘根宝典之C++类的构造函数和析构函数,默认构造函数,列表初始化
为什么要引入构造函数我们先创建一个类AA#includeusingnamespacestd;classAA{private:inta;public:voidA(){
cout
usingnamespacestd
掘根
·
2024-02-12 12:09
c++
c++
开发语言
装箱问题+宠物小精灵之收服+数字组合——01背包
0usingnamespacestd;#defineintlonglong#defineendl'\n'#defineiosios::sync_with_stdio(false),cin.tie(nullptr),
cout
.tie
OLDERHARD
·
2024-02-12 10:02
数据结构
算法
【十五】【C++】list的简单实现
classDate{private:int_year;int_month;int_day;public:Date():_year(2024),_month(1),_day(1){}voidShow(){
cout
L1
妖精七七_
·
2024-02-12 09:56
C++
c++
list
倒计时57天
*///例子:voidsolve(){strings="abcdef";s.resize(5);
cout
usingnamespacestd;#define
算法怎么那么难啊
·
2024-02-12 08:36
c++
C++函数定义
下面演示了如何在C++中定义有参和无参函数:无参函数定义#include//无参函数定义voidnoParamFunction(){std::
cout
//有参函数定义voidparamFunction(
贪心的猫
·
2024-02-12 04:34
c++
C++基本语法(一)
1、HelloWorld程序结构#includeusingnamespacestd;intmain(){
cout
usingnamespacestd;enumcolor{blue,red,white};/
Fighting_Sir
·
2024-02-12 03:35
方格定位1_题解
代码展示#includeusingnamespacestd;intmain(){intn;cin>>n;inth=(n-1)/4+1;intv=(n-1)%4+1;
cout
<<h
小新不想起床
·
2024-02-12 02:08
算法
方格定位2_题解
代码#includeusingnamespacestd;intmain(){intx;cin>>x;
cout
<<(x%9)/3+1<<'';///层
cout
<&
小新不想起床
·
2024-02-12 02:08
c++
算法
开发语言
牛客小白月赛86
dc的比较转化为a∗d与c∗b的比较以下是代码部分#includeusingnamespacestd;voidsolve(){inta,b,c,d;cin>>a>>b>>c>>d;if(a*d>b*c)
cout
tesla_shy
·
2024-02-12 02:24
深度优先
算法
图论
c++
c语言
【C++第二阶段】运算符重载-【+】【
cout
】【++|--】
你好你好!以下内容仅为当前认识,可能有不足之处,欢迎讨论!文章目录运算符重载加法运算符重载重载左移运算符递增|减运算符重载运算符重载加法运算符重载What普通的加减乘除,只能应付C++中已给定的数据类型的运算,对其重载,使得满足多种多样的运算。对已有的运算符重新进行定义,赋予其另一种功能,以适应不同的数据类型。注意①对于内置的数据类型表达式的运算符是不可能改变的。②不要滥用运算符重载。对于①,基本
字助之_
·
2024-02-12 01:10
C++学习与回顾
c++
java
算法
【More Effective C++】条款3:不以多态的方式处理数组
friendstd::ostream&operator(array)<<"\n";delete[]array;}intmain(){//BSTBSTArray[10];//printBSTArray(std::
cout
杨主任o_o
·
2024-02-12 00:03
More
Effective
C++
c++
算法
开发语言
【More Effective C++】条款1:指针和引用区别
应该优先使用指针实现#ifndef__ITEM_H__#define__ITEM_H__#include#include//用于抛出异常voidprintDouble(constdouble&rd){std::
cout
classMyVector
杨主任o_o
·
2024-02-12 00:02
More
Effective
C++
c++
C++ “美中不足” --->强枚举类型
includeenumColor{RED,GREEN,BLUE};intmain(){Colorcolor1=RED;Colorcolor2=BLUE;if(color1==color2){std::
cout
usingnamespacestd
4399.9855
·
2024-02-11 22:24
C++
新特性
c++
开发语言
C++入门——指针空值 nullptr (C++11支持)
voidf(int){
cout
<<"f(int)"<
cout<<"f(int*)"<
淑女在哭泣
·
2024-02-11 21:01
c++
开发语言
从汇编角度解释线程间互斥-mutex互斥锁与lock_guard的使用
#includeusingnamespacestd;//总票数intticketCount=100;//售票线程voidsellTicket(intidx){while(ticketCount>0){
cout
tlist
你好,此用户已存在
·
2024-02-11 18:52
系统编程
操作系统
CSP-202104-1-灰度直方图
aws[300]={};cin>>n>>m>>L;for(inti=0;i>pixel;aws[pixel]++;}for(inti=0;i<L;i++){
cout
LOST P
·
2024-02-11 10:07
c++
算法
编译C++程序
单文件编译C++程序Test.cpp:#includeusingnamespacestd;intmain(){
cout
#include"Hello.h"intmain(){std::
cout
hello(
WongKyunban
·
2024-02-11 09:26
C/C++
编译
在Linux上快速编写C++
我们展示一下吧:1.使用vim编写源码:#includeusingnamespacestd;intmain(){
cout
<<"Hello,world!"
WongKyunban
·
2024-02-11 09:26
C/C++
c++
【c++项目】信息学奥赛数据生成器
defineDEV_RND((int)rand()*RAND_MAX+rand())#defineRND(L,R)(DEV_RND%((R)-(L)+1)+(L))intt,a,b,c,n;intmain(){
cout
NightStriker
·
2024-02-11 09:06
c++
开发语言
C++使用按位左移_右移运算符
1.按位右移运算符(>>)将数据除以2^n(2的n次方)2.按位左移运算符(#includeusingnamespacestd;intmain(){
cout
>Input;intHalf=Input>>1
Waldo_cuit
·
2024-02-11 08:57
C++移动构造
#includeusingnamespacestd;classPointer{private:int*p;public:Pointer(intx=0):p(newint(x)){
cout
<<"构造"<<
一天开始了
·
2024-02-11 06:27
c++
开发语言
C++容器
includeusingnamespacestd;voidtravl_iter(vector&v){//vector::iteratorit;//普通迭代器vector::const_iteratorit;//常量迭代器
cout
一天开始了
·
2024-02-11 06:57
c++
开发语言
寒假5-数学与简单dp
min(n,m);intmaxx=max(n,m);intans=1;dp[0]=true;for(inti=minn;i=maxx&&dp[i-maxx])dp[i]=true;elseans=i;}
cout
usingnamespacestd
要成为编程高手的Yu
·
2024-02-11 06:53
算法
c++
图论
24牛客寒假(3)总结
includeusingnamespacestd;longlongT,n,m[2][9],ans,mm[10],a[10][9];intmain(){ios::sync_with_stdio(false),cin.tie(0),
cout
.tie
Colinnian
·
2024-02-11 05:06
c++
牛客
【C++】max函数的应用
以下是一个使用C++的max函数的示例代码:#include#includeintmain(){inta=10;intb=20;intmax_value=std::max(a,b);std::
cout
和这两个头文件
叶孤程
·
2024-02-11 04:44
c++
c
算法
指针与引用的区别
inti=1;int&r=i;//r指向i(r是i的别名,可以通过操作r来改变i的值)、r=2;
cout
<
anycedo
·
2024-02-11 02:27
Socket.outputStream 是如何感知到链接断开而抛出 IOException 的
首先查看Socket.getOutputStream方法可以知道此outputStream是由impl获取的publi
cOut
putStreamgetOutputStream()throwsIOException
幽蓝丶流月
·
2024-02-11 00:16
android
socket
OutputStream
Day25(10.15)
IIIclassSolution:defcombinationSum3(self,k:int,n:int)->List[List[int]]:rets=[]temp=[]defsub(temp,inp,
cout
xzsss
·
2024-02-11 00:10
2018-09-10 C++ Lambda专题
a:b;};func();
cout
char指定返回类型,存在强制类型转换autofunc3=[=]()->char{returnb;};
cout
<
NO_OcaNE
·
2024-02-10 22:56
B2081 与 7 无关的数(洛谷)
(i%7==0||i%10==7||i/10%10==7)){ans+=pow(i,2);}}
cout
<
Hello,world!*10
·
2024-02-10 21:56
C++
算法
C++
洛谷
C++ 指针特别篇-指针转换和智能指针
#include#includeusingnamespacestd;classPerson{public:virtual~Person(){
cout
shared_ptr(person1);return0
zcwfeng
·
2024-02-10 17:08
signal handler 例子
#include#include#include#include#includevoidsig_handler(inti){std::
cout
<<"sig_handlerint"<<
问豆子
·
2024-02-10 17:21
C++
c++
01 长方形内正方形与长方形的数量
我对这个问题写出了代码:#includeusingnamespacestd;strings;boolflag=1;intn=0,m=0,sum,tmp1,tmp2;intmain(){ //输入并处理数据
cout
极风丨幻梦
·
2024-02-10 13:33
xxs五上数学
c++
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他