Question:
Dev C++ Compile Problem?
Shwait
2013-08-15 00:01:28 UTC
I recently downloaded Dev C++ in my laptop and writes a program exactly I did in Computer lab but it gives an Compile error. So i went back to lab next day and typed same in Dev C++ and it works there. So i downloaded another version of Dev C++ but it gives same error. I don't know whats wrong?
Three answers:
?
2013-08-15 10:07:12 UTC
I suggest that your IDE (Dev C++) is using different compiler switches (i.e. -ANSI or -c99 or similar) than the one used in the lab. The getch function is not ANSI C. There must be some option menu, which houses the settings of the c compiler. Please also compare here:



http://computer-programming-forum.com/47-c-language/d66a9683b49fd3de.htm
medel
2016-12-04 02:12:47 UTC
genuinely the capacity-C surroundings/compiler set. i'm purely kidding, it really is previous and for Unix. besides, i'd say code::blocks is the superb, i does no longer get seen Studio, so a approaches as I heard their use of C and C++ in there's slightly diverse from classic C/C++. i'd bypass with codeblocks, because it has each and every thing you quite want.
green meklar
2013-08-15 00:19:57 UTC
Can you provide us with the error message? There may be something wrong in the configuration somewhere, and the error message could tell us what.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...