由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] about header file
相关主题
bsplit.c如果911发生在中国或者俄罗斯,美国就会袒护拉登
What's wrong with "CXTERM"CXTERM INSTALL : HELP !请问怎么用Class实现Stack
gcc 编译的时候要包括 header source file 吗?C++里get array size的问题
[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!新鲜onsite面经
extern to call assemblyrequest solutions to 2 questions on leetcode
[转载] external hard drive CRC error when FTPLI这题是不是没有比linear更好的解法了?
怎样include一个函数问个C++的问题
弱问C++一个问题 一直不解LinkedIn 面经
相关话题的讨论汇总
话题: int话题: cscmatrix话题: header话题: extern话题: double
进入Unix版参与讨论
1 (共1页)
t********o
发帖数: 48
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 tsingditto 所发表 】
这个header有问题么?
为什么每次include的时候,都说我:
'struct CSCMatrix' declared inside parameter list,
its scope is only this definition or declaration, which is probably not what
you want
#ifndef CAPLOT_H
#define CAPLOT_H
typedef struct
{
int nrow;
int ncol;
int nnz;
int *colptr;
int *rowind;
double *nzval;
double *dx;
double *dy;
} CSCMatrix;
extern double bmsize(int *rind, int *cptr,int m,int n);
extern void scale(struct CSCMatrix *csc);
extern void SAnetSVD(
1 (共1页)
进入Unix版参与讨论
相关主题
LinkedIn 面经extern to call assembly
twitter 一题[转载] external hard drive CRC error when FTP
这个题用四维DP怎么做呢?怎样include一个函数
刷题弱人来问个two sum的题目弱问C++一个问题 一直不解
bsplit.c如果911发生在中国或者俄罗斯,美国就会袒护拉登
What's wrong with "CXTERM"CXTERM INSTALL : HELP !请问怎么用Class实现Stack
gcc 编译的时候要包括 header source file 吗?C++里get array size的问题
[转载] makefile question. urgent!!!!!!!!!!!!!!!!!!!!!!!!新鲜onsite面经
相关话题的讨论汇总
话题: int话题: cscmatrix话题: header话题: extern话题: double