两个人的意思都没有.
c terminology declaration definition c++-faq
在input()我调用的 中Table(),我收到一个错误,指出该函数未声明:
input()
Table()
#include <iostream> using namespace std; void input(){ Table(); } void Table(){ input(); } int main(){ input(); Table(); }
c++ forward-declaration
c ×1
c++ ×1
c++-faq ×1
declaration ×1
definition ×1
forward-declaration ×1
terminology ×1