-2
votes
0answers
69 views

Looking for coding rules [closed]

I m looking for coding rules and security rules and verifications rules. I m developing my programs with C on linux (user space applications) Are there a standards for theses rules? Otherwise could ...
4
votes
1answer
596 views

Coding site with test harness for basic data structures like linked list,graph,strings etc

I just took an Amazon online test and I messed it up badly. I am out of practice and have low confidence in writing code. Are there any coding sites with test harnesses for basic data structures and ...
2
votes
3answers
227 views

How to test a code online?

I am preparing for technical interview and would like to brush my coding skills. I have written a C++ program and would like to test it online. I don't have access to any linux compiler on my machine. ...