What programming environment to use?

  • Thread starter Thread starter pyroknife
  • Start date Start date
  • Tags Tags
    Programming
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
pyroknife
Messages
611
Reaction score
4
I'm planning on learning C over winter break. What is the best programming environment to use for C?
 
Physics news on Phys.org
I recommend Devc++ ide from www.bloodshed.net. Its a free ide and good one for newbies.
You could also try codeblocks.
 
u don't need any enviremont. use notepad on windows or any other text editor
 
I'm using Kernighan and Ritchie's "The C Programming Language."

I'm quite lost on how you go about learning this language.

I'm not sure if any of you have used this book, but so far, it doesn't seem the book let's you do any practice coding. One of the exercises states "run the "hell, world" program on your system."
I probably sound so stupid, but how do I do that?
 
I recommend CodeBlocks as well if you're not comfortable programming yet. It is available for Windows and has a debugger and everything you need to just get to the programming aspect of learning C.
 
IMO; Kernighan and Ritchie's "The C Programming Language." is best used as a reference text not a beginners guide. It assumes you know how to compile and run your programs. Today, there exist so much stuf on beginning c on internet, google! I've used Deitel's "how to program in c" and its a good book for a gentle introduction.
 
Ugh just great already bought kernighan's book.

I found the ebook for Deitel's tho.

You recommend the latter for beginners?There was also another book called "programming in C" by Kochan that I heard was good. Idk which to pick.
 
I have never used Kochan's. So i can't say much of it. But once you get the basics of c language, you can use any other book. Just start with Deitels and move on.
 
If C++ were my first language I would have hard time to learn. My first ,actuall, language was vb.net and C# which were very similar. C++ is amazing otherwise.

You can go here for learning:
http://thenewboston.org