// https://www.online-cpp.com/
#include<iostream>
using namespace std;
int main() {
char c1 = '1';
cout << c1 << endl;
char *pc2 = new (&c1) char;
cout << c1 << endl;
c1 = '2';
cout << *pc2 << endl;
return 0;
}
// 1
// 1
// 2
in place new
相關文章
- It's not just a place to restREST
- Put email in its placeAI
- 原地歸併排序 Merge Sort in place排序
- openGauss In-place-Update儲存引擎儲存引擎
- New start new hope!
- GHD Straightner produced hits place containAI
- new self()與new static()
- new Child();new Child(1);
- tkinter中佈局pack、place和grid(八)
- New
- 課程:A New History for a New China, 1700-2000: New Data and New Methods, Part 1
- 使用Out of Place升級策略進行Oracle Patch操作Oracle
- Notre objectif est toujours de mettre parajumpers doudoune en place votreObject
- excel in place無法使用,報錯0k000Excel
- JavaScript中的new map()和new set()使用詳細(new map()和new set()的區別)JavaScript
- 理解new和實現一個new
- place autour de phrases de mots clés à faible prix GHDAI
- new learn
- A New Start
- placement new
- new code
- the new start
- PHP new self()和new static()的區別PHP
- mysql 5.7 新特性中線上in-place 修改欄位的大小MySql
- 11gR2 RAC out-of-place 滾動升級(2)
- 11gR2 RAC out-of-place 滾動升級(1)
- How to Add/Drop/Resize Redo Log with Physical Standby in place. [ID 473442.1]
- new static ,new self ,self::, $this的一些理解
- javascript 中function(){},new function(),new Function(),Function 摘錄JavaScriptFunction
- How to Add a New Disk new partition in centos7CentOS
- C++ new A 和 new A() 的區別詳解C++
- 手寫new
- new筆記筆記
- 【轉】placement new
- My new English
- Out With the Old and in With the New
- New in Mysql 5.5MySql
- new ActiveXObject(Object