Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multithreaded,synchronization primitives, and virtual functions

Status
Not open for further replies.

colinmo

Programmer
Nov 5, 2003
3
CA
Hi C++ Guys

I have these following questions, and i am new in C++.

1.What are the key issues in multithreaded applications?
2.What are commonly used synchronization primitives?
3.How are virtual functions implemented in C++?

Thank you for your reply
 
These sound like questions for class. If you are having trouble writing multi-threaded applications, using critical sections or inheriting, post a specific question with a bit of your code (if possible) and you will prolly get a better response.

Matt
 
Hi Matt,

Thank you for your reply. I just went to know the concepts of C++

Colin
 
I think this is a more a concept of threading than a concept of C++. How to use it in some programming language is only a problem of some syntaxis.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top