Skip to content

Aftermath863/my-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

char* pc="hello"而非const char* pc="hello"

改为char* pc=(char*)"hello",但是”hello”处于只读存储区,不能通过修改pc来修改值,故存在隐患。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published