Author Topic: help needed!thank u for everyone's help  (Read 3994 times)

Offline vhp8rc7p

  • Single posting newcomer
  • *
  • Posts: 3
help needed!thank u for everyone's help
« on: November 10, 2020, 08:03:57 am »
everytime i run the c program,this alert pops out,than codeblocks just dead,no response,i have never used codeblocks before,i even don't have a E drive,where this alert says E:\Development ,i don' know why.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1549
Re: help needed!thank u for everyone's help
« Reply #1 on: November 10, 2020, 09:05:36 am »
Create a project, add your file to the project and test again. Please report the result, so we can find where is the problem.

BTW, the if() will never be true.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: help needed!thank u for everyone's help
« Reply #2 on: November 10, 2020, 04:44:47 pm »
Do not use non ASCII chars in your code! Note: Non ASCII can be used inside strings; but, not in the real code!

This is a real ASCII double "  You used a slanted one like Microsoft word uses.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline vhp8rc7p

  • Single posting newcomer
  • *
  • Posts: 3
Re: help needed!thank u for everyone's help
« Reply #3 on: November 11, 2020, 03:27:11 pm »
Do not use non ASCII chars in your code! Note: Non ASCII can be used inside strings; but, not in the real code!

This is a real ASCII double "  You used a slanted one like Microsoft word uses.

Tim S.
i tried a hello world program,and it works fine,thank u for that!

Offline vhp8rc7p

  • Single posting newcomer
  • *
  • Posts: 3
Re: help needed!thank u for everyone's help
« Reply #4 on: November 11, 2020, 03:27:55 pm »
Create a project, add your file to the project and test again. Please report the result, so we can find where is the problem.

BTW, the if() will never be true.
i typed a new hello word program and it works fine, thank u !