#C programming course

8 messages · Page 1 of 1 (latest)

olive belfry
#

Does anyone know any course for c programming like the MOOC course for java . I learnt java in it . The problem solving approach after reading a topic was really interesting and fast. But , I only see tutorials for C which is not really interesting and i couldn't be productive and code more as i did in the MOOC course (learnt 40 hr material in 3 days ) .So I need a C course in the same format , if anybody have a course in the same type please let me know !

hushed pawnBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

hollow nest
solar wagon
#

There's also always the K&R option

sand stag
#

Dis is 🔥🔥🔥 fr

#

Learn the basics of computer science from Harvard University. This is CS50, an introduction to the intellectual enterprises of computer science and the art of programming. The course is taught live every year and this is the 2023 version.

💻 Slides, source code, and more at https://cs50.harvard.edu/x.

⭐️ Course Contents ⭐️
⌨️ (00:00:00) Lectur...

▶ Play video
prisma cove
#

!howto learn-c

hushed pawnBOT
# prisma cove !howto learn-c
How to Learn C Programming

We generally recommend a good book to learn the necessary fundamentals:

To actually write and run C code, you will need a compiler, editor, and debugger. We strongly recommend to start out using an IDE, which will provide all these tools for you:

<:microsoft:1165512917047853127> Windows
  • [Visual Studio](#1165492293810257920 message)
  • CLion
<:tux:1165505626894520361> Linux
<:apple:1165508607798943754> Mac
Words of Advice

The wise programmer is told about the debugger and uses it.
The average programmer is told about the debugger and avoids it.
The foolish programmer is told about the debugger and laughs at it.