Code::Blocks Forums

User forums => Help => Topic started by: vhp8rc7p on November 10, 2020, 08:03:57 am

Title: help needed!thank u for everyone's help
Post by: vhp8rc7p 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.
Title: Re: help needed!thank u for everyone's help
Post by: Miguel Gimenez 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.
Title: Re: help needed!thank u for everyone's help
Post by: stahta01 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.
Title: Re: help needed!thank u for everyone's help
Post by: vhp8rc7p 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!
Title: Re: help needed!thank u for everyone's help
Post by: vhp8rc7p 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 !