Discussion:
Not executing any c program
Roshan Bandiwadekar
2018-01-01 07:58:57 UTC
Permalink
Hi my name is Roshan, i have install k develope 64 bit for windows 7
software two days ago for practicing c programs (not c++). But it is not
executing any programs i have tried my programs like reverse of string,
linear search, reverse of number, but its not working, i think it works on
only c++programs, can you please help me i nedd only c programming
software of k develope i need it urgent as my exams are comming.
Thanku
Sven Brauch
2018-01-05 12:25:35 UTC
Permalink
Hi,
Post by Roshan Bandiwadekar
Hi my name is Roshan, i have install k develope 64 bit for windows 7
software two days ago for practicing c programs (not c++). But it is not
executing any programs i have tried my programs like reverse of string,
linear search, reverse of number, but its not working
Did you install a compiler? Which? What does "not working" mean? Do you
use any build system, like CMake? Try installing MSVC 2015, and start
KDevelop from the "KDevelop - MSVC" shortcut. Then use one of the
shipped cmake C++ templates, and see if that compiles and runs.

Greetings,
Sven

Loading...