|
-
Nov 12th, 2002, 07:04 AM
#1
Thread Starter
Addicted Member
Visual C++ and C++...
Hey guys!
I would like to know if Visual C++ and C++ are similar?
Like Vc++ work with classes, pointers, templates, etc , as C++ do?
Visual C++ is similar in the use of VB? Its because I learned Vb by myself, and I liked the option to solve little graphical problems as put a command buttom, labels and this sort of thing very fast... Visual C++ puts this objects fast too or should we created the code to it before use it?
Thanks for your time.. =-)
Elminster
-
Nov 12th, 2002, 07:06 AM
#2
Monday Morning Lunatic
VC++ is just a compiler and IDE for C++. If you already know the language and are well-versed in using the Win32 API, then MFC can help you.
Otherwise, it'll just cause more confusion.
However, it does have useful tools if you're programming with the API, such as dialogue box builders, etc.
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
-
Nov 12th, 2002, 12:17 PM
#3
But unless you use a dialog you can't just drag controls on a form. The controls won't have any functionality either.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 12th, 2002, 05:49 PM
#4
Lively Member
I spent about 3 months with VB, until I realized it just couldn't do what I wanted (make a .dll independent .EXE less then 100k). Learning C++ and the API at the same time is a pain in the rear, but it is definately an experince to remember Pick up Programming Windows by Charles Petzold and read through the first 3rd of the book. The e-book form is a lot easier to read and learn at the same time from. Oh yeah, MSDN is your friend, as is many sleepless nights browsing this forum.
-
Nov 13th, 2002, 06:19 AM
#5
Originally posted by Arawn
I spent about 3 months with VB, until I realized it just couldn't do what I wanted (make a .dll independent .EXE less then 100k). Learning C++ and the API at the same time is a pain in the rear, but it is definately an experince to remember Pick up Programming Windows by Charles Petzold and read through the first 3rd of the book. The e-book form is a lot easier to read and learn at the same time from. Oh yeah, MSDN is your friend, as is many sleepless nights browsing this forum.
Exactly. So if you're not feeling up to that pain you better start learning only C++ (in console apps) and then go for the WinAPI.
And make sure you really browse and search the forum before you ask anything, much has already been answered. Don't hesitate to dig up an old thread if it only partially answers your question, it's better than creating a new thread that doesn't answer your question at all.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
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
|