simple
Member
- Member since
- Nov 17, 2007
- Last active
- Sep 20, 2008
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
0ce766fa-0c73-4afa-b5fc-4b9d80631b41
Technical differences will be too many to list ... -simply put these are two different Operating Systems -when you say different OSs...
-
#Threads
9853aebe-c14f-4722-bf69-b2a5e168caa3
dddd gets printed first and then aaaa and then bbbbb so what do you make of this??
-
#Threads
eb24fd80-41ad-4f00-8775-44227463b203
no i guess i found the answer cout is buffered, so if i add an endl at the end of cout it...
-
#Threads
strange thing in VC++
i wrote the following code snippet in Visual C++ 6.0 #include "h1.h" int main() { cout<<"\nHello \n"; printf("\nWelcome!!!"); return 0; } strange...
-
#Threads
d0ff0500-cc7d-4ac2-9ba4-0856389d5dc6
Re: doubt on how to store credit card numbers in data base in web enabled applicatio Try OpenSSL....also google for it and...
-
#Threads
f0daa2ab-97f4-4791-a87e-580278da7306
Its not that simple.... Kernel-supported threads fall into two classes. In a "pure" kernel-supported system, the kernel is responsible for scheduling all...