Recent content by kuku_12

  1. K

    Execute the program using one processor

    Hello, I'm new learner of c++ and I was asked to write a c++ program which prints numbers from 1 to 100 using one processor and using more than one processors. For multiple processors it's ok but to force it using only one it is hard, any help