由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Re: [转载] 关于extern line的问题
相关主题
can't understand this function definition如何在C里面call C++的routine呢
effective C++里的memory pool 一问:怎样include一个函数
C++里 variable declaration 有什么用?how to convert GMT to timestamp of the computer's current time
内存池这个玩意...没完的“unresolved external symbol” in c++ compiling
谁知道如何调试yacc程序?c function 在 c里调用和C++调用结果不一样
这句话是为什么呢?[合集] LINUX下FORTRAN编程疑问
C++ help: 一个multiple definition problem.不用头文件,如何调用函数?C++
请教一个用gsl库的问题关于inline function里的static variable
相关话题的讨论汇总
话题: gsl话题: include话题: tstat2fun话题: my话题: extern
进入Programming版参与讨论
1 (共1页)
q*****g
发帖数: 1568
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 qiuxing 所发表 】
刚才在编程版几位同学已经指出来是头文件里面include f1.h了两次的问题。
下面是我全部的代码,f1 == my_tstat2fun, f2 == my_multi_tstat2fun,
prog == my_test
my_tstat2.h:
#include
#include
#include
#include
#include
#include
/* This function produces two sample t-statistic with pooled variance
for an slidenum-dimensional double precision data. */
double my_tstat2fun(gsl_vector * data, int cutoff)
{
int
1 (共1页)
进入Programming版参与讨论
相关主题
关于inline function里的static variable谁知道如何调试yacc程序?
C++动态内存碎片问题这句话是为什么呢?
用extern keyword定义的变量C++ help: 一个multiple definition problem.
[合集] 问个及其初级问题。c++请教一个用gsl库的问题
can't understand this function definition如何在C里面call C++的routine呢
effective C++里的memory pool 一问:怎样include一个函数
C++里 variable declaration 有什么用?how to convert GMT to timestamp of the computer's current time
内存池这个玩意...没完的“unresolved external symbol” in c++ compiling
相关话题的讨论汇总
话题: gsl话题: include话题: tstat2fun话题: my话题: extern