Hello. I am new in forum. My name is Michalis and I am studying computer engineering.
I have an assignment in C in my university, and I had some problems in coding.
I was using the Dev C++ compiler but after a while was stuck and couldn't code and run even a smalll program.
So I would like you to propose me a compiler for writing my programs in C.
I have windows 7 64bit.
Thanks in advance.
9 replies to this topic
#1
Posted 26 February 2011 - 10:08 AM
|
|
|
#2
Posted 26 February 2011 - 10:14 AM
I'd say Code::Blocks or Visual Studio.
A conclusion is where you got tired of thinking.
#define class struct // All is public.
#3
Posted 26 February 2011 - 10:42 AM
Thank you very much for your answer. I just installed the CodeBlocks.
#4
Posted 26 February 2011 - 11:17 AM
To me,
install a linux and study with gcc.I'm sure that you love gcc :)
install a linux and study with gcc.I'm sure that you love gcc :)
#5
Posted 26 February 2011 - 09:04 PM
Just understand you are likely using either GCC (GNU Compiler Collections) compiler for C, or MinGW which is a port of GCC, or the Microsoft compiler (which comes with Visual studio). Dev-C++, Visual Studio and Code::Blocks are IDEs (integrated development interfaces) which often are packaged with compilers.
Dev-C++ has not been updated for quite some time and was packaged with an old version of MinGW, so that is likely why it does not work.
I would get familiar with GCC or your compiler's syntax (how to compile using the command line so you can debug compiling problems yourself) to aid in your learning!
Dev-C++ has not been updated for quite some time and was packaged with an old version of MinGW, so that is likely why it does not work.
I would get familiar with GCC or your compiler's syntax (how to compile using the command line so you can debug compiling problems yourself) to aid in your learning!
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#6
Posted 26 February 2011 - 11:57 PM
I would also add to install Linux on a VM and run from there with the GCC ...
P.S. Καλή τύχη στην εργασία σου ;)
P.S. Καλή τύχη στην εργασία σου ;)
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." -- Dennis Ritchie
#7
Posted 27 February 2011 - 04:20 AM
i think that i am going to install and check the GCC in a linux OS for programing in C. Thank you all !!!
#8
Posted 27 February 2011 - 10:08 AM
Visual studio is realy good.. i used it when i was doing C
#9
Posted 27 February 2011 - 10:37 AM
You can also run gcc in Cygwin, though it may be somewhat slower.
Programming is a journey, not a destination.
#10
Posted 28 February 2011 - 03:28 PM
You can also run gcc normally in Windows, I mean - the MinGW version. If you want to have a friendly *nix-like environment and tool-chain though, you ought to install MSYS.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









