I do use bookmarks >_> It's just a lot of my tabs are google searches that i think of at the moment, and say to myself i'll look at it later, i usually remember, but sometimes i forget.
And the other tabs are devoted to thinks i check on a daily basis, like one manga, and mpgh.
edit: Haha i was wrong, i only have 20 tabs on one, and 33 on the other.
You are also confusing me, but i think a little less then Why06. The *PMyBUFFER; , means a pointer to the type you just created, MyBuffer, correct? What confuses me, is how a pointer to a custom type would work, guess i can just try it out and see what happens
Wait isn't PMyBuffer supposed to be a variable of the struct MyBuffer? How are you using the variable like it is a type, and creating more variables with it 0.0? Sorry that i know so little.
Wait ignore that last paragraph, forgot the typedef. To be honest i'm not that steady with understanding of typedef but i think i understand that part. Really just the pointer to a custom type that i don't understand....
Mybuffer* pbuff = new Mybuffer;
Ok, nevermind just completely ignore me, Please and thank you.