View Single Post
  #4 (permalink)  
Old 08-06-2006, 11:24 AM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 411
Credits: 0
Rep Power: 12
Void is on a distinguished road
Default

Hey JBull. Yes, the new VS2005 uses Managed C++ and is different than ANSI. If you write only ANSI you will not be able to create your controls using the form editor. I'd go ahead and learn how to write using 2005. And another thing, if you go searching to 2005 tutorials you won't find any but you will find a plethora of 2003. The two languages differ a lot and most of the code wont compile in 2003. What you can do is find 2003 code and then what doesn't compile search up on MSDN to see what is wrong. You can also just get a book.
__________________
Void
Reply With Quote