User profile: d3v4l1

User info
User name:d3v4l1
History
Joined:
Number of posts:8
Latest posts:

What did I miss? (Templates, Classes, Linking)
You and my compiler need to have a chat then.

String Comparison Without STL (code review)
Correct. Still, it's for practice, so I don't want to make use of inbuilt functions.

String Comparison Without STL (code review)
@krako I explicitly stated that I knew about it. The idea was to build mine, not implement. @JLBorg...

String Comparison Without STL (code review)
I have written a string comparison function. It works like I intended but I want a critic review. To...

What did I miss? (Templates, Classes, Linking)
You made [b]iter[/b] const then you tried to overwrite it in read-only mode. [code] while(iter->ne...