Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
You can even do traditional win32 apps and skip the .Net completely. I'm pretty sure you can even still do MFC and all that other craziness if you really wanted to...
Posted
You can even do traditional win32 apps and skip the .Net completely. I'm 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++, it'll give you insight to what you are actually doing in other languages that's hidden from you.

-Sean
Posted
I encourage everyone to learn unmanaged c++' date=' it'll give you insight to what you are actually doing in other languages that's hidden from you.[/quote']

Amen, brother. That is excellent advice. Pointers are crucial.

 

Then you'll 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)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...