Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my university they have recently completed the course of C with lots of slides/assignments/quizez/written_exam/lab_exam..
And, Now before moving to the next course in my university I want to improve my grip in the language and want to make a big group project in C language.
let me tell you that this is my first encounter with the world of programming so I only know C language. hence, your answer should be in the range of my knowledge

What I have tried:

I was thinking to build an Operating System first but then I though that it will require to much time and some knowledge of assembly language
Then another thing is to participate in a hackathon in which we have to build only with C.
Or may be build our own group project which can be made in 3/4 days but like WHAT?
Posted
Updated 1-Mar-23 21:47pm
Comments
OriginalGriff 2-Mar-23 3:39am    
And?
What have you tried?
Where are you stuck?
What help do you need?

Use the "Improve question" widget to edit your question and provide better information.

1 solution

Try with starting some Learn C tutorial or some video tutorial.

If you really want to learn coding that read How to Start the Homework or a Developer Career? in which I condensed my experiences in software development and IT. You need to get a team player and write "clean code" so your mates can understand them.

Developing an OS is way to much for a person, so you better start with some application.

some tips: use functions and structs with understandable names and install some IDE like Visual Studio..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900