Jump to content

C Compiler !!!

- - - - -

  • Please log in to reply
9 replies to this topic

#1
mihosa

mihosa

    Newbie

  • Members
  • PipPip
  • 19 posts
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.

#2
Flying Dutchman

Flying Dutchman

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 889 posts
  • Location:::1
I'd say Code::Blocks or Visual Studio.
A conclusion is where you got tired of thinking.
#define class struct    // All is public.

#3
mihosa

mihosa

    Newbie

  • Members
  • PipPip
  • 19 posts
Thank you very much for your answer. I just installed the CodeBlocks.

#4
NewProgrammer

NewProgrammer

    Newbie

  • Members
  • PipPip
  • 20 posts
To me,
install a linux and study with gcc.I'm sure that you love gcc :)

#5
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
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!
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.

#6
Dreamcatcher

Dreamcatcher

    Learning Programmer

  • Members
  • PipPipPip
  • 39 posts
I would also add to install Linux on a VM and run from there with the GCC ...

P.S. Καλή τύχη στην εργασία σου ;)
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." -- Dennis Ritchie

#7
mihosa

mihosa

    Newbie

  • Members
  • PipPip
  • 19 posts
i think that i am going to install and check the GCC in a linux OS for programing in C. Thank you all !!!

#8
TheCompBoy

TheCompBoy

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 272 posts
Visual studio is realy good.. i used it when i was doing C

#9
DarkLordofthePenguins

DarkLordofthePenguins

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 409 posts
You can also run gcc in Cygwin, though it may be somewhat slower.
Programming is a journey, not a destination.

#10
Xupicor

Xupicor

    Learning Programmer

  • Members
  • PipPipPip
  • 46 posts
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