Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Have a memory model?

4 like 0 dislike
Hello guys,

Do other languages, like C++, have a memory model?

Anybody know here.........

Please tell me about this topics.......................
asked 1 year ago by daneim (127,080 points)

1 Answer

0 like 0 dislike
 
Best answer
Most other programming languages, such as C and C++, were not designed with direct support for multithreading. The protections that these languages offer against the kinds of reorderings that take place in compilers and architectures are heavily dependent on the guarantees provided by the threading libraries used (such as pthreads), the compiler used, and the platform on which the code is run.
answered 1 year ago by marck_don (191,010 points)

Related questions

5 like 0 dislike
1 answer
asked 1 year ago by daneim (127,080 points)
11 like 0 dislike
0 answers
asked 2 years ago by biswaskeran (70,430 points)
10 like 0 dislike
1 answer
13 like 0 dislike
1 answer
4 like 0 dislike
1 answer