finally..! is there any problem with this code? i think i made it..! void ListRecursive::insert ( int index , ListItemType newItem , bool& success...
a newer version.Works on an empty list. But still doesn't work on non-empty lists. void ListRecursive::insert ( int index , ListItemType newItem...
Hi.I have to convert a function to recursive type.It insert a new integer to the array based linked list.My recursion does not work properly. Need...
We found our mistake. We are beginners right. We have the right to make mistakes:) Thanks levie and jim. See you..!
I mean it's not working.The editor (C free 5.0) gave error messages.
***************************Using class Time #include <iostream> #include "Time.h" using namespace std; int main () { Time myTime; cout <<...
**************************implementation file #include <iostream> #include "Time.h" //header file using namespace std;...
******************header file class Time { public: Time(); //DEFAULT CONSTRUCTOR:Creates a time and initializes its value to default value....
Hi everybody. Happy new year..! I am on a course. Data Structures and Algorithms. We are on the second week. Teacher gave us a problem to code....
Thanks for your advices. Also there is no problem now. I made a mistake while i was writing the message (There is / There was). I don't use...
There was ..
There is sth wrong in the addition function.This is the last version. #include <iostream> #include <string> #include <cctype> using namespace...
I made it.Variables defined in program are in Turkish. Any suggestion for shortening the Line of Codes? #include <iostream> #include <string>...
Separate names with a comma.