I'm a student. Often I want to get help, the kind that forums are just made for. I've found AnandTech the best hardware forum -- tons of people on all the time, good dependable advice. Anyone know of a recommendable site for questions about Visual C++ programming? I've found a few by searching, but they are pretty slow -- not a lot of people seem to be there, questions dangling for days, seemingly more questioners than answerers.
Here is my question of the day (just in case any of you have it handy right here for me?)
I'm a student. Just getting to the chapter in the text(Ivor Horton, Beginning Visual C++ 6) where he's teaching us to use the IDE's Wizard, and all those Class View right click tricks to build the program, rather than typing things raw in the editor. Cool stuff! But I'm puzzled -- the example he's using to walk us through includes adding several overloaded operator functions for the class, and if they're added with the Wizard, they don't do what other functions do -- a definition appears in the .cpp, but no declaration appears in the .h file. And if I enter everything by hand, and try to use the tricks to go from the declaration to the definition or vice versa, it says "no definition found" and stuff like that. All the tricks work as promised for any other function I've been able to cook up, but it seems overloaded operator functions are in a subset that doesn't work the same??? I've scratched my head and wondered what's the little piece of the puzzle I'm missing???? Often my puzzles get solved when I find out where I left out just one little thing.
It's actually between terms, and I'm trying to get ahead for the next course, so I don't have the professor to bug on this one. Anyone got a clue for me?
Thanks a lot.
Here is my question of the day (just in case any of you have it handy right here for me?)
I'm a student. Just getting to the chapter in the text(Ivor Horton, Beginning Visual C++ 6) where he's teaching us to use the IDE's Wizard, and all those Class View right click tricks to build the program, rather than typing things raw in the editor. Cool stuff! But I'm puzzled -- the example he's using to walk us through includes adding several overloaded operator functions for the class, and if they're added with the Wizard, they don't do what other functions do -- a definition appears in the .cpp, but no declaration appears in the .h file. And if I enter everything by hand, and try to use the tricks to go from the declaration to the definition or vice versa, it says "no definition found" and stuff like that. All the tricks work as promised for any other function I've been able to cook up, but it seems overloaded operator functions are in a subset that doesn't work the same??? I've scratched my head and wondered what's the little piece of the puzzle I'm missing???? Often my puzzles get solved when I find out where I left out just one little thing.
It's actually between terms, and I'm trying to get ahead for the next course, so I don't have the professor to bug on this one. Anyone got a clue for me?
Thanks a lot.