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.
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.
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.
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!
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 !