草庐IT

immutability-helper

全部标签

关于 c :Compiling Helper file with functions

CompilingHelperfilewithfunctions我不知所措-我刚刚进入C语言,但由于某种原因,这对我来说不起作用。所以我正在使用Netbeans,并且我有以下主文件:#include#include"functions.h"usingnamespacestd;intmain(intargc,char**argv){  f("help");  return0;}Functions.h文件:#include#ifndefFUNCTIONS_H#defineFUNCTIONS_Hvoidf(stringa);#endif和Functions.cpp文件:#include"functi

关于 c :Compiling Helper file with functions

CompilingHelperfilewithfunctions我不知所措-我刚刚进入C语言,但由于某种原因,这对我来说不起作用。所以我正在使用Netbeans,并且我有以下主文件:#include#include"functions.h"usingnamespacestd;intmain(intargc,char**argv){  f("help");  return0;}Functions.h文件:#include#ifndefFUNCTIONS_H#defineFUNCTIONS_Hvoidf(stringa);#endif和Functions.cpp文件:#include"functi