- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在为 C 类入门项目做项目,但遇到了障碍...我要放弃测试阶段,所以请忽略所有打印语句。
这是代码块告诉我的内容:
ERROR: undefined reference to `BUYTICKET'|
无论如何,当我尝试初始化该函数时遇到了麻烦。 (或称其为两者之一。)
这是我的代码:(为了窥探同学的可能性,省略了部分代码。
#include <stdio.h>
#include <stdlib.h>
int BUYTICKET (float price_of_ticket,float price_presold, int amt_of_tickets_sold);
// include functions here. you will need around 10
int main()
{
int i,j;
//opens file
FILE * ifp;
ifp = fopen("input.txt", "r");
//created variables for line one of text document
float price_pretickets,price_tickets;
int amt_presold;
//scan in first line.
fscanf(ifp, "%f", &price_pretickets);
fscanf(ifp, "%f", &price_tickets);
fscanf(ifp, "%d", &amt_presold);
printf("%f %f %d\n", price_pretickets,price_tickets, amt_presold);
//Scaning in the second line of code
int num_of_events;
fscanf(ifp, "%d", &num_of_events);
printf("\n%d\n", num_of_events);
int c =0;
char command[16];
while (c<num_of_events)
{
c++;
fscanf(ifp, "%s", command);
printf("%s", command);
int amt_of_tickets_sold;
if (strcmp(command, "BUY") == 0)
{
fscanf(ifp, "%s", command);
printf(" %s ", command );
if (strcmp(command, "TICKET")== 0)
{
BUYTICKET(price_tickets, price_pretickets,amt_presold); //ERROR!!
fscanf(ifp, "%s", command);
printf("\n %s\n", command);
//function
}
else if (strcmp(command, "RAFFLE") == 0){
fscanf(ifp, "%s", command);
printf("\n%s\n", command);
}
else if (strcmp(command, "DRINK")==0)
;//function for buy raffle
}
else if (strcmp(command, "BIDTERM")==0)
;//function for BIDTERM
else if (strcmp(command, "CLOSEAUCTION")==0)
;//function for CLOSEAUCTION
else if (strcmp(command, "AWARD")==0)
fscanf(ifp, "%c", &command);
if (strcmp(command, "RAFFLE")==0)
{
}//function for raffle
else if (strcmp(command, "AUCTION")==0)
;//function for AUCTION
else if (strcmp(command, "PERSON")==0)
;//function for AWARD PERSON
else if (strcmp(command, "TOTAL")==0){
fscanf(ifp,"%s", command);
printf(" %s ", command);
}
}
//go ahead and determine the actions the text documents wants you to take using if statements.
// use strcmp to compare between buy tcikets buy drink ect.
//
int BUYTICKET(float price_of_ticket,float price_presold, int amt_of_tickets_sold)
{
printf("%f %f %d", price_of_ticket,price_presold, amt_of_tickets_sold);
}
return 0;
}
谢谢你们帮我解决问题!
最佳答案
您正在主函数内定义BUYTICKET
函数。在外部定义它。
通常不能在其他函数中定义函数。
关于c - 尝试初始化时 undefined reference ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20171027/
我只是有一个更琐碎的问题。 为什么undefined == undefined 返回true,而undefined >= undefined 为false? undefined 等于 undefine
用PHP 7.2编写套接字服务器。根据Firefox 60中的“网络”选项卡,服务器的一些HTTP响应的第一行随机变为undefined undefined undefined。因此,我尝试记录套接字
在 JavaScript 中这是真的: undefined == undefined 但这是错误的: undefined <= undefined 起初我以为<=运算符包含第一个,但我猜它试图将其转换
在回答这个问题 (Difference between [Object, Object] and Array(2)) 时,我在 JavaScript 数组中遇到了一些我以前不知道的东西(具有讽刺意味的
来自https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/of , Note: thi
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
当我添加 到我的 PrimeFaces Mobile 页面,然后我在服务器日志中收到以下警告 WARNING: JSF1064: Unable to find or serve resource, u
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我是一名优秀的程序员,十分优秀!