Visual C++.net

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...
 
mskeel said:
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.
 
coldfusion244 said:
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)
 

Similar threads

U
Replies
0
Views
61
Umair Aslam Bhatti
U
S
Replies
0
Views
60
sva0008
S
D
Replies
0
Views
68
duoshock
D
Back
Top