hello, i've been reading about memory allocation and c++ programming in general.. my boss thinks it is a good idea to try and design a simple garbage collector to enhance my learning ( i always believed.. it is better to code a project, than to do a generalized written code, to test functions, because it helps understand the exact usage of functions)..
so anyway.. i read about garbage collectors and i understand "generally" what they do..and why we need them.. what i need is for some1 to point out to me..where to start programming..:S or maybe a book/tutorial.. that would help me start the work..
Edit: i know it is not the best place to start learning c++ .. but i have the basic knowledge covered (university courses) , and been playing alittle with winapis.. i am sorry for the misunderstanding on the "and c++ programming in general".. what i am trying to do is enhance my coding skills and professinality ..