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
~17.5K People Reached
Favorite Forums
Favorite Tags
c++ x 4
c x 1

2 Posted Topics

Member Avatar for Malaisary

Hello, I want to sort a 2dim array by columns, but there is an error in my code. It doesn't accept value of element from 2dim array into C[x]. Can anybody help please? [code=C++] static int counting_sortx( int** A[], int** B[], int k, int rows, int col){ /*Array A[ ] …

Member Avatar for jakoub
0
204
Member Avatar for toxic

I also want to read filename, but in addition I need to read some interger parameter. I used this, now want to change. How can I handle: ./progname infilename integer ? [code=C++] int main(){ ifstream input; input.open("filename"); if (!input) { cout<<"File not open"; exit(1); } getline(input, str); return 0; } …

Member Avatar for Duoas
0
17K

The End.