|
|
|
|
|
by khedoros1
388 days ago
|
|
A big chunk of the codebase I work on is C. "Distributed storage server" would be a fair description of the product. There's C for a lot of the nitty-gritty of the operation, going down into driver-level stuff. There's C++ for a lot of the higher-level business logic and system management. Then a bunch of code that's an unholy mix of the two. |
|