由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - a question abou dll, 3x!!
相关主题
c++ size_t 一问程序怎么不认识class, namespace等identifier呀?
三个C syntax 弱问题From C++ to C
来几个C++测试题operator overloading (C++)
[合集] 编程的习惯问题C++ syntax question
C++ 无效语句?int F::*x = &F::x是什么意思?
What is wrong in this array declaration.Linq不是syntactic sugar
metaprogrammingPython 缩进的syntax
Question about a C++ compilation error on Visual Studio 2005原来Haskell里面的quasiquoting是来自lisp的
相关话题的讨论汇总
话题: dll话题: using话题: abou话题: c++话题: syntax
进入Programming版参与讨论
1 (共1页)
w******e
发帖数: 12
1
Want to share memory among different processes that using same .dll
I search online and found two ways:
1. using file mapping, this is way to complex.
2. using #progma data_seg("shared")
Because current project can only be C, no c++ syntax. Is the 2 way a C++
syntax?
Thanks a lot
1 (共1页)
进入Programming版参与讨论
相关主题
原来Haskell里面的quasiquoting是来自lisp的C++ 无效语句?
JAVA的确是要取代C++的What is wrong in this array declaration.
非常喜欢Clojuremetaprogramming
python 本来就是个烂语言,早晚崩盘。Question about a C++ compilation error on Visual Studio 2005
c++ size_t 一问程序怎么不认识class, namespace等identifier呀?
三个C syntax 弱问题From C++ to C
来几个C++测试题operator overloading (C++)
[合集] 编程的习惯问题C++ syntax question
相关话题的讨论汇总
话题: dll话题: using话题: abou话题: c++话题: syntax