Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~247 People Reached
Favorite Tags
c++ x 1
Member Avatar for tech291083

Hi, I the following two command give the names of the folder of files on the desktop which have their size in MB or GB, am I right? [B][root@localhost Desktop]# du -h |grep M [root@localhost Desktop]# du -h |grep G[/B] What do I need to use as a command to …

Member Avatar for DimaYasny
0
140
Member Avatar for helixkod

Here is the error: [CODE] cannot convert parameter 1 from 'int *' to 'int *[]'[/CODE] here is my code: [CODE=cpp] #include <iostream> using namespace std; void findMode( int *, int, int); void selectionSort(int *[], int); int main() { int *numbers; //dynamically allocate an array int elements, //holds the number of …

Member Avatar for helixkod
0
107