User profile: Bixx

User info
User name:Bixx
Name:Bikesh Kr Gupta
Location:Jamshedpur
Bio:Doing MCA from BIT Mesra, Ranchi(INDIA)...
History
Joined:
Number of posts:4
Latest posts:

is there anyone, can help me to implement the concept of Threading in C++
actually i am thinking about "Employee Management System" for my MCA sem-II projtect in C++. I want ...

displaying first character in every line
read the file character by character and check them by '\n' ( if(ch=='\n') )...icrease the pointer...

is there anyone, can help me to implement the concept of Threading in C++
I am going to make a project in which i want to run two more function simultaneously....so every one...

Print Array in Reverse
Try this... void print_reverse( int ar[]) { int i=9; while(i<=0) { co...