futuristicmonkey
Golden Member
I have just gotten into programming. Up to now, I've focused on hardware. I found this site which interested me enough to get into it. Since my friend's dad had an unused version of VC++ 6.0, he gave me it, and it's been a lot of fun.
Just today, while helping my sister move, on the way back to my house (my older brother was driving) I made a new program - nothing great, but after the base and height of a triangle are given, it will output the area. It's only been afew days since I started to learn C++.
Anyways, I made this program in VC++ 6.0. But, (I downloaded the VC++ 2005 Express beta) when trying to run it in VC++ 2005, the darn thing won't work! So, after changing #include <iostream.h> to #include <iostream>, I thought it would work. It didn't. So, I then learned that i needed to put std:: before all instances of cout. The darn thing still didn't work :|
I suppose this is a bit of a rant, but I just want to ensure maximum compatability/stability, etc...
Is there any advantage to using the VC++ 2005 beta over VC++6.0? Will there be any problems running programs compiled in 6.0?
Thanks for your time.
Just today, while helping my sister move, on the way back to my house (my older brother was driving) I made a new program - nothing great, but after the base and height of a triangle are given, it will output the area. It's only been afew days since I started to learn C++.
Anyways, I made this program in VC++ 6.0. But, (I downloaded the VC++ 2005 Express beta) when trying to run it in VC++ 2005, the darn thing won't work! So, after changing #include <iostream.h> to #include <iostream>, I thought it would work. It didn't. So, I then learned that i needed to put std:: before all instances of cout. The darn thing still didn't work :|
I suppose this is a bit of a rant, but I just want to ensure maximum compatability/stability, etc...
Is there any advantage to using the VC++ 2005 beta over VC++6.0? Will there be any problems running programs compiled in 6.0?
Thanks for your time.