0
Hi guys my programme dont work successfully plz help
I try to program a calculator in c but when i debug the app it's don't get the inputs and it blocks .and i want an ide for c language.and thanks guys https://code.sololearn.com/cJi4Ee842HX6/?ref=app
13 Answers
+ 4
Turboo c++
dev c++, or code blocks,
+ 3
Firstly check whether your pc application , works with .c extensions or not , then check whether this file has .c extensions or not and if it still doesn't work then remover that .h
From header file which will result in #include<stdio>
+ 3
Okkkkkkk, you're welcome
+ 2
thanks đ
0
Thank .idont mean in this app i mean when i run it on my laptop in gcc debuger it's don't works
0
Thank but it still doesn't work
Know you any good ide or compiler for c in Windows?
0
thanks i'm using codebloks but i will try turbo c++ .one last question did turbo c++ suport c and thanks
0
I rewrite it for you again in: add-calc-1
0
Use DevC++ , kinda the best platform for C and C++
and also nothing is wrong with the code. Try checking your internet connectionđ€đ€
0
Nothing wrong with the code bro
0
Yes, turbo c++ supports c
0
Delete printf("Hello, World!\n");
Then try to printf a,b as integers
You can achieve sum of a,b very simply