What programming environment to use?

  • Thread starter Thread starter pyroknife
  • Start date Start date
  • Tags Tags
    Programming
AI Thread Summary
For learning C, popular programming environments include DevC++ and Code::Blocks, both of which are user-friendly for beginners. The book "The C Programming Language" by Kernighan and Ritchie is recommended as a reference but may not provide sufficient practice exercises for novices. Many users suggest starting with Deitel's "How to Program in C" for a gentler introduction to the language. Additionally, online resources like The New Boston offer valuable tutorials for beginners. Overall, it's important to choose a supportive learning environment and utilize accessible resources to effectively grasp C programming.
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?
 
Engineering 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
 
Back
Top