Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for patriko8520‭

Type On... Excerpt Status Date
Comment Post #291199 void hwinterface_run(hwinterface* hwi) { if(hwi->hw == HW_DIGITAL) { int stuff1 = type1_get_stuff(hwi->t1); type1_set_stuff(hwi->t1, stuff1); type1_run(hwi->t1); } else if (hwi->hw == HW_ANALOG) { ...
(more)
about 1 month ago
Comment Post #291199 Thank you for all your tips and your commitment to help. I’m sure I will use your advice. I read these topics which you recommended. I rewrote Your code to my compiler to understand it better from scratch. I understood the design and also that what I tried to do wasn’t well constructed. But I’m wo...
(more)
about 1 month ago
Edit Post #291195 Initial revision about 1 month ago
Question Pattern / architecture for interfacing with components in C
I'm working on the architecture, where the assumption is to easily extend the options in the system and also to provide some kind of encapsulation (from the main we could only access the type1 / type2 through interface). It will be an embedded software system, where there will be e.g. the same end ...
(more)
about 1 month ago