View Poll Results: How do you use C++ for windows apps?
- Voters
- 8. You may not vote on this poll
-
I always/almost always use MFC.
-
I have created my own framework and use that instead.
-
I build everything from scratch. (Don't use a framework at all)
-
Apr 6th, 2002, 02:12 AM
#1
Thread Starter
Hyperactive Member
C++ Users
I'm just starting down the C++ road. I need your input. Please vote in this poll on how you use C++ for building windows apps Thanks
Last edited by Alan777; Apr 7th, 2002 at 02:27 AM.
-
Apr 6th, 2002, 07:55 AM
#2
transcendental analytic
no framework at the moment, just API, will be developing framework for SQ soon enough
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 6th, 2002, 08:02 AM
#3
Monday Morning Lunatic
The last time I actually wrote anything, I used my own framework.
Will probably be using the .NET framework in future though
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Apr 6th, 2002, 08:06 AM
#4
transcendental analytic
pah - in case you mean that ik stuff
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 6th, 2002, 08:08 AM
#5
Monday Morning Lunatic
Originally posted by kedaman
pah - in case you mean that ik stuff
Yep, you noticed that I'd knocked it up in about 10 minutes then!
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Apr 6th, 2002, 08:11 AM
#6
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 6th, 2002, 09:26 AM
#7
Frenzied Member
Re: C++ Users
Originally posted by Alan777
Please vote in this pole
I prefer to vote in polls
I'm bringing geeky back...
-
Apr 6th, 2002, 10:16 AM
#8
Fanatic Member
if you are going to program in MFC why not just use VB you do away alot of the benifits of C++ if you go with MFC
-
Apr 6th, 2002, 10:20 AM
#9
Monday Morning Lunatic
I think .NET looks good though, a lot better than MFC and way easier to use.
Not to mention being fairly quick, not much performance impact that I noticed.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Apr 6th, 2002, 10:21 AM
#10
transcendental analytic
runtime.... garbage collector... com objects.... variants... pfff
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|