Hi guys,
As some of you may know im working on learning more c++ and trying to become a good programmer, iv got things like classes, function pointers and template classes under the belt as far as i can see (although to be honest i have never found a place to use inherited classes yet but this is not the point) I was considering if i should continue to learn more "normal" c++ and then learn c++.net later or should i switch to c++.net right away?
Theres a high change i have missed the picture but from what i seen in the .net stuff is that it seems allot neater to use forms items such as combo boxes and radio buttons all that kind of things which i would like so i can make configuration sections for my OpenGL apps (which are also so very basic as im learning OpenGL alongside c++) The ability to drop buttons in places where i need them in my programs would be nicer than always having keyboard buttons to do it.
Another thing i seen in .net but maybe its not from .net, is that it has array bounds checking and memory protection features built in that although i can say i only every so often encounter a null pointer problem (usually seting it to 0 at init and then forgeting to actually assign it :P) i dont have allot of those problems but i appreciate in big projects this may come in very useful.
So really what im looking for here is that would it be worth my while at a fairly basic level of c++ looking at .net and probibally geting my mind blown into to tiny pieces now but geting throuhg it and hopefully coming out on top, or waiting untill i become atleast moderately proficient at c++?
Many thanks,
Kano