Hello everyone!
I am just looking for some criticism on my code. I want to further develop good habits when creating code. I have 3 classes in this assembly. Vstring which is my own version of the string class that I have created. I have VstringNode class which is a node for a doubly linked list and I have a VstringList which is the actual linked list implementation. I'm just looking to see if everything is properly implemented and secure. Any criticism is wanted and encouraged. Thanks for taking the time to view my code and have a great day!
Since im unable to paste code since code is too long, i put all c++ files in a zip and you can view them through a text editor.
And there you have it! if there are any problems with viewing this code in Visual studio please dont hesitate to post the problem. Anyways happy hunting!
Thanks for all your time! and have a kick ass day!![]()





-
Reply With Quote