what is multithreading in c++ ,
what is difference between multithreading and
singlethreading.
Answer Posted / amit
hey ,c++ supports multithreading by the use of POSIX threads
,who the hell is saying that c++ does not support
multithreading ,the linux operating system made in c,c++ and
it supports multitasking ,multiprocessing and other child
and parent relationship
| Is This Answer Correct ? | 12 Yes | 27 No |
Post New Answer View All Answers
What is the real life example of polymorphism?
What is purpose of inheritance?
What is polymorphism and why is it important?
when to use 'mutable' keyword and when to use 'const cast' in c++
Explain the advantages of inheritance.
Can private class be inherited?
is there any choice in opting subjects like 4 out of 7
Why do we use oops?
Can we create object of abstract class?
What is meant by multiple inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.
Can a varargs method be overloaded?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?