02 2023 档案

c++学习
摘要:又比如说char* str = "Hello world";这个也是错的,为了兼容,VC新版本可能会警告,或者报错。因为"Hello world"这个字符串是不能改变的,你不能用str[0]='h'来把它改成"hello world"。所以正确地写,应该是const char s[]="Hello 阅读全文

posted @ 2023-02-20 23:46 shenhshihao 阅读(33) 评论(0) 推荐(0) 编辑

c++课设代码
摘要:#include <iostream>#include <fstream>#include <string> //头文件引入#include <stdio.h>#include <conio.h>using namespace std;class Objects //大类{public: //公共权 阅读全文

posted @ 2023-02-20 19:20 shenhshihao 阅读(43) 评论(0) 推荐(0) 编辑

网安学习,复杂的微软软件体系
摘要:kali始终ping不同虚拟机windows,发现是win防火墙原因,但是win和win之间可以ping。 https://blog.csdn.net/qq_51478862/article/details/116179264 cmake添加pcap: 使用target_link_libraries 阅读全文

posted @ 2023-02-19 15:50 shenhshihao 阅读(14) 评论(0) 推荐(0) 编辑

git 编译总结
摘要:apt-get install tcl-dev apt install lib 阅读全文

posted @ 2023-02-17 22:38 shenhshihao 阅读(14) 评论(0) 推荐(0) 编辑

记录一个有意思c++现象
摘要:即使类没有带参初始化函数依然可以给对象数组赋值,而且有多个成员时是每个对象每个成员逐个赋值的。 也可以这样两层赋值。 要想实现跳跃赋值可以这样。… 仅限于public成员 不是数组,单个对象也是可以的,但是必须带花括号 去掉等号也是可以的 前提是不能有任何构造函数,即使手动恢复了默认构造函数也不行; 阅读全文

posted @ 2023-02-17 19:58 shenhshihao 阅读(12) 评论(0) 推荐(0) 编辑

ssd2
摘要:恢复内容开始 群联、慧荣、闪迪、铠侠、联芸 恢复内容结束 阅读全文

posted @ 2023-02-16 21:26 shenhshihao 阅读(69) 评论(0) 推荐(0) 编辑

c++登录注册功能实现代码
摘要:// ConsoleApplication26.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。////#define _CRT_SECURE_NO_WARNINGS #define _CRT_NONSTDC_NO_DEPRECATE #include <iostream># 阅读全文

posted @ 2023-02-11 15:34 shenhshihao 阅读(565) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示