由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - c# double[] to double *: Cannot convert type 'double[]' to 'double*'
相关主题
c++ 问题 (转载)Java真的不能disable GC么?
Q: 2 submit buttons in 1 page (转载)perl sprintf question converting dec to hex
Node.js 有用过的么 什么评价分享:Go语言黑魔法(内存)
Why C++11 introduce "decltype" and "auto"?为什么javascript是好语言
珍惜生命,远离 R 和 GoC++ 又开始火起来了吗?
python 3.5 typing hint普及之後 python真要統治世界了。cannot start a windows service if my driver links with certain lib file
nnd,内存管理出问题这儿有用Mathematica的吗?
how to convert GMT to timestamp of the computer's current timeCannot debug into c# dll until i reboot ?
相关话题的讨论汇总
话题: double话题: cannot话题: convert话题: type话题: unsafe
进入Programming版参与讨论
1 (共1页)
s*****w
发帖数: 1527
1
Hi
i have unsafe checked in the option,
private double[] tt = new double[100];
unsafe
{
double* ptt = (double *) tt;
}
then i keep on getting this
Cannot convert type 'double[]' to 'double*'
why ?
1 (共1页)
进入Programming版参与讨论
相关主题
Cannot debug into c# dll until i reboot ?珍惜生命,远离 R 和 Go
Cannot build nodejs for arm7 in ubuntupython 3.5 typing hint普及之後 python真要統治世界了。
cvs configurationnnd,内存管理出问题
引用的几个基本问题,有点糊涂how to convert GMT to timestamp of the computer's current time
c++ 问题 (转载)Java真的不能disable GC么?
Q: 2 submit buttons in 1 page (转载)perl sprintf question converting dec to hex
Node.js 有用过的么 什么评价分享:Go语言黑魔法(内存)
Why C++11 introduce "decltype" and "auto"?为什么javascript是好语言
相关话题的讨论汇总
话题: double话题: cannot话题: convert话题: type话题: unsafe