Aarrgh! Can't belive it!
-
For the first time (almost) I've created a class WITHOUT the VC++ IDE!! And I had big problems! I wasn't sure if it should be ; after memder data declarations and some other small misstakes that the IDE made for me when I right-click-create-new-class clicked to create a new class!!! :-O :-O :-O :-O :-O :-O ------------------------------------ Rickard Andersson, Suza Computing ICQ#: 50302279 I'm from the winter country SWEDEN! ------------------------------------
-
For the first time (almost) I've created a class WITHOUT the VC++ IDE!! And I had big problems! I wasn't sure if it should be ; after memder data declarations and some other small misstakes that the IDE made for me when I right-click-create-new-class clicked to create a new class!!! :-O :-O :-O :-O :-O :-O ------------------------------------ Rickard Andersson, Suza Computing ICQ#: 50302279 I'm from the winter country SWEDEN! ------------------------------------
There's a wizard to create a class ? Apart from starting a new MFC app, I always create my classes by hand - VC puts too much junk in there for my liking. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "But there isn't a whole lot out there that pisses me off more than someone leaving my code looking like they leaned on the keyboard and prayed that it would compile. - Jamie Hale, 17/4/2002
-
There's a wizard to create a class ? Apart from starting a new MFC app, I always create my classes by hand - VC puts too much junk in there for my liking. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "But there isn't a whole lot out there that pisses me off more than someone leaving my code looking like they leaned on the keyboard and prayed that it would compile. - Jamie Hale, 17/4/2002
Christian Graus wrote: There's a wizard to create a class ? No, but if you've created a MFC app with the wizard then you can right-click in the workspace and create a class. And then you just righ-click again to add member data to that class. :) Christian Graus wrote: I always create my classes by hand I will do that in the future now.. Christian Graus wrote: VC puts too much junk in there for my liking. I agree! ------------------------------------ Rickard Andersson, Suza Computing ICQ#: 50302279 I'm from the winter country SWEDEN! ------------------------------------
-
There's a wizard to create a class ? Apart from starting a new MFC app, I always create my classes by hand - VC puts too much junk in there for my liking. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "But there isn't a whole lot out there that pisses me off more than someone leaving my code looking like they leaned on the keyboard and prayed that it would compile. - Jamie Hale, 17/4/2002
I often use the Insert New class , it takes care of creating the .h and .cpp and generates a nice empty class with just the constructor and destructor. Saves a lot of typing time. Michael :-)