Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements

4 Posted Topics

Member Avatar for precila

hi guy's i do not understand anything about designing a block diagram for this system,but i tried out don't know whether it's correct plssssssss check my attachment and tell me it's correct or not and tell me how to design this tanx a lot this is bit urgent need to …

Member Avatar for precila
0
194
Member Avatar for precila

can anyone explain whether this is correct or else help me to write a proper answer plsss answer................. Private data members cannot be accessed outside the class. When a class inherits a base class, all the data members except the private get inherited into it. So if we want data …

Member Avatar for AndreRet
0
204
Member Avatar for precila

The C++ I/O system supplies an interface to the programmer that is independent of the actual device being accessed. This interface is known as stream. The I/O system contains a hierarchy of the stream classes used to define various streams to deal with the console and disk files. These classes …

Member Avatar for precila
0
224
Member Avatar for precila

**Write a algorithm to accept 5 number and sort it in the ascending order using selection sort** #include<iostream.h> #include<conio.h> class selectionsort { Int a[100], n, i, j, temp, loc, min ; public: void in( ) ; void out( ) ; selectionsort( ) { Min = a[0] ; } }; void …

Member Avatar for geojia
0
198

The End.