-
Replied To a Post in Sorting and Search Binary String
I meant you should divide your code iinto smaller functions. Thats more easier to read and debug. -
Replied To a Post in const pointer function and pass by reference
Also on number 1. `void ReadStudentData(ifstream& infile, StudentType*& student, int& numOfStudents)` whats the point of `int &numOfstudents` as a reference if you just write to it on line 12 `infile … -
Replied To a Post in Converting one number system to another using strings in turbo c++
code please. -
Began Watching LinkedList and ArrayList help
I am trying to read in a word to a string and then output the letters, in alphabetical order, and count how many instances of that letter. array a 2 … -
Replied To a Post in Sorting and Search Binary String
I think its only polite for me to add this to dragon's. You should have functions to handle your code as it is very unconfortable to go through your code. …
The End.