This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / C programming. do you know where I make mistake?
-belhuang(wendy);
2012-9-16
{1327}
(#7783234@0)
-
if (number % 2 == 0)
-firetrain(火车头);
2012-9-16
(#7783239@0)
-
how is it wrong?
-belhuang(wendy);
2012-9-16
(#7783460@0)
-
连接的windows库没有找到?
-df51(DF51);
2012-9-16
(#7783469@0)
-
if press ctrl-F5 to run, it is OK
-belhuang(wendy);
2012-9-16
(#7783490@0)
-
一个小问题, even*100/MAX_INPUT,比even*(100/MAX_INPUT)好一些.另外,你用的坏境,编译器什么的说一下比较好.
-haihai(享受阳光);
2012-9-16
(#7783526@0)
-
MS Visual studio 2010 ExpressThank you for your reply!
If code need change, pls. let me know here as well.
-belhuang(wendy);
2012-9-16
{78}
(#7783537@0)
-
学习到深夜,佩服佩服。PDB是存debug信息的,所以你用ctrl-f5就不会有这些warning。你可能从全新的project开始做,如果从现成的template开始,应该就不会有这样的问题。网上有人说这样可以解决:
Debug>Options and Settings> Symbols
and selected the Microsoft Servers.
Enable "cache symbols {in this directory}" and set a location. Then you only have to wait for the servers once. More importantly, your project now knows where a local copy of the pdb files is.
你可以试试。
-geekcode(9527);
2012-9-16
{312}
(#7783814@0)
-
I dont know PDB, but think your "int Multiply(int number)" doesnt take effect. It only returns "number", not the resut of multiplication
-stringc(大小写均可);
2013-1-31
(#8031736@0)