Yoes, wassup, and welcome to my other humble little comic. For those of you who have read the very few pages of Dragon Blood, don't fret. I plan on relaunching the comic under the original title and drawing it by hand(I already have two pages done, I plan on relaunching once the Fall semester starts) Anyway, the one on the right is me. I am actual rather big so hence the rather pathetic attempt at drawing me that way. The guy on the left I guess is the personification of my less geeky side. And I guess I should explain the title. Every letter has an ascii value. In C and its derivatives, such as C++ and C#, ++ adds one to whatever variable it's used with. Ascii values are arranged like this A=65, B=66, C=67, and so on. That is why a variable named "C" with a value of the letter C is equal to D.