News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

help needed!thank u for everyone's help

Started by vhp8rc7p, November 10, 2020, 08:03:57 AM

Previous topic - Next topic

vhp8rc7p

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.

Miguel Gimenez

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.

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

vhp8rc7p

Quote from: 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.
i tried a hello world program,and it works fine,thank u for that!

vhp8rc7p

Quote from: 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.
i typed a new hello word program and it works fine, thank u !