|
-
Jun 22nd, 2001, 10:42 PM
#1
Thread Starter
Frenzied Member
Tutorial anyone??
I am really new to VC++ and im wondering if anyone fancies writing a tutorial on MFC programming that a stupid person like me could understand?? i know its a lot to ask but ive been told by people in the vb section that you guys can be really helpful.
Thanx
Government is another way to say better…than…you.
It’s like ice but no pick, a murder charge that won’t stick,
it’s like a whole other world where you can smell the food,
but you can’t touch the silverware.
Huh, what luck. Fascism you can vote for.
Humph, isn’t that sweet?
And we’re all gonna die some day, because that’s the American way
-Stone Sour
-
Jun 22nd, 2001, 11:11 PM
#2
PowerPoster
I am sorry
May be somebody else could give you a link to a MFC programming tutorial site buecause one time i went to a web site which had all the beginning to intermediate programing in MFC. I suggest taht you learn windows API not MFC because that wont help you learn C++!
-
Jun 23rd, 2001, 04:14 AM
#3
Frenzied Member
Nearly all the MSDN VC++ samples are MFC.
-
Jun 23rd, 2001, 09:31 AM
#4
Thread Starter
Frenzied Member
ok, if i want to learn API how do i go about doing that, i have used API in VB, but none of it my own code. I don't even know what it means, so any tutorials on API maybe??
Government is another way to say better…than…you.
It’s like ice but no pick, a murder charge that won’t stick,
it’s like a whole other world where you can smell the food,
but you can’t touch the silverware.
Huh, what luck. Fascism you can vote for.
Humph, isn’t that sweet?
And we’re all gonna die some day, because that’s the American way
-Stone Sour
-
Jun 23rd, 2001, 10:00 AM
#5
Frenzied Member
Check out the FAQ
-
Jun 23rd, 2001, 01:24 PM
#6
Frenzied Member
You must get the MSDN if you want to start with API. It has all the info you will ever need.
-
Jun 23rd, 2001, 01:40 PM
#7
Monday Morning Lunatic
Skitchen8 - are you new to windows programming in C++, or the language itself?
And yes, I ask this question every time someone says they're new to VC++
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
-
Jun 23rd, 2001, 04:44 PM
#8
PowerPoster
And another thing
At this time I am reading "Programming windows 95". It is a great book that does not use MFC - pure Windows API. So if you want to programming in win9x then buy this book. IT is about $67 CAN
And here is another tutorial on programming in C++ using windows API.
www.winprog.org
-
Jun 23rd, 2001, 04:48 PM
#9
Thread Starter
Frenzied Member
originally posted by Parksie Skitchen8 - are you new to windows programming in C++, or the language itself?
And yes, I ask this question every time someone says they're new to VC++
I tried to learn C++ about a year ago, but i had to much going on in my life to concentrate hard enough so i gave up. So I am pretty much new to both.
Government is another way to say better…than…you.
It’s like ice but no pick, a murder charge that won’t stick,
it’s like a whole other world where you can smell the food,
but you can’t touch the silverware.
Huh, what luck. Fascism you can vote for.
Humph, isn’t that sweet?
And we’re all gonna die some day, because that’s the American way
-Stone Sour
-
Jun 23rd, 2001, 04:55 PM
#10
Frenzied Member
You may want to understand pointers, callback functions, alocating memory on the heap etc. , in one word to be quite familiar with the C++ language because windows programming involves a lot of these things. To many people who start windows programming it seems like a whole new language.
But have no fear, with a few weeks of practice you will se that it is not to hard.
-
Jun 24th, 2001, 12:01 AM
#11
PowerPoster
I know it sucks
I know that programming in console sucks becuase i have tried with playing around with if-else, for loop, classes in console apps but you really dont want to do that so you can just spend a week on C++ programming and then if you have done windows api in vb then you can move on the programming in windows using C++.
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
|