You can even do traditional win32 apps and skip the .Net completely. Im pretty sure you can even still do MFC and all that other craziness if you really wanted to...
You can even do traditional win32 apps and skip the .Net completely. Im pretty sure you can even still do MFC and all that other craziness if you really wanted to...
Yes, you can still do MFC. I encourage everyone to learn unmanaged c++, itll give you insight to what you are actually doing in other languages thats hidden from you.
Amen, brother. That is excellent advice. Pointers are crucial.
Then youll realize how cool it is when you pass something by value that actually passes by value, not by reference even when you say be value becuase your passing a reference type variable by value...sound confusing? Oh it is... If only there were a const keyword in VB... (not bitter, just burned once by my previous lack of understanding of the concept of reference and value types)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.