Search Results

0
votes
3answers
183 views

MPI: Locking the stdout — 1 process at a time?

Hello. I want to print out the content of integer array of each processes. Problem is, it's all cluttered because of race condition. What is the simplest solution? I don't want to d …
3
votes
4answers
1k views

C/C++: Array size at run time w/o dynamic allocation is allowed?

I've been using C++ for a few years, and today I don't know if this is a mere brainfart or what, but how can this be perfectly legal: int main(int argc, char **argv) { size_t si …
2
votes

Why hasn’t a faster, “better” language than C come out?

Without saying what has already been said about C's advantages... As long as there are still millions of lines of legacy code out there that need to be used, C will remain. I do believe man …