int myArray[] = {};
...
if (condition)
{
myArray.push(value);
}
main.cpp:27:50:错误:无效数字" 9"八进制常数< - 这是错误......
某些月份和日期不会计算某些年份。 我使用11171993作为出生日期并且它起作用。虽然,我需要02031934的出生日期和真正的任何日期工作。欢迎任何帮助。
谢谢!
答案 0 :(得分:3)
根据this reference,0
中带有01011967
的整数常量的开头,表示八进制表示法,因此无法在9
中使用[My.Table]
恒定。
答案 1 :(得分:1)
您的问题是您的数字字面值以0开头。请参阅此处: What is special about numbers starting with zero?
如果您想拥有相同的号码,请取出0,离开<bean class="com.consol.citrus.samples.todolist.config.SoapClientSslConfig"/>
<citrus-ws:client id="todoClient"
request-url="https://localhost:8443"
message-sender="sslRequestMessageSender"/>
,或将其更改为字符串,就像您使用其余数字一样。