由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to output the address pointed by a pointer
相关主题
C++ formatted output questionis smart_ptr really that good?
const char *p, is it ok to change p[1] ?[合集] pointer in C
请教个C++的问题pointer overflow
Why do I need to use "plain" pointer?about STL functor and function pointers
一个简单的小问题what's the purpose of pointer to pointers?
请问可以这样定义struct吗?C++ Q05: pointer to constant variable
how to do it ?=======Problem – coding in c++find start point of loop from linked list
MatLab CodeC -> assembly
相关话题的讨论汇总
话题: pointed话题: pointer话题: output
进入Programming版参与讨论
1 (共1页)
y*h
发帖数: 107
1
Is this ok? or there is some alternative ways?
char * a = "aaa";
cout<<(int)a< thanks
1 (共1页)
进入Programming版参与讨论
相关主题
C -> assembly一个简单的小问题
C++ Q93 - Q95 (转载)请问可以这样定义struct吗?
c++ pointers are iterators, why? how to do it ?=======Problem – coding in c++
int F::*x = &F::x是什么意思?MatLab Code
C++ formatted output questionis smart_ptr really that good?
const char *p, is it ok to change p[1] ?[合集] pointer in C
请教个C++的问题pointer overflow
Why do I need to use "plain" pointer?about STL functor and function pointers
相关话题的讨论汇总
话题: pointed话题: pointer话题: output