|
-
May 25th, 2001, 10:59 AM
#1
Thread Starter
PowerPoster
Which is compiler is not stupid?
I have vc++ but I don't want to use MFC to create apps. I want to use my own code. When I make a resource file with MFC, it puts a lots of code in that file which is beyond my scope. Guys, is there any other compiler which is better than vc++? How can know that when the cursor moves over my mouse and when it enters and leavers. Ms uses some kind of class like this
button::OnMouseClicked
How can use that with my pure code? Is there any complete tutorial on C++ windows programing not www.winprog.org becuase some of its files don't work.
How can I create a toolbar can you give an example file for that?
Thanks
-
May 25th, 2001, 11:04 AM
#2
Winprog is by far the best tutorial for begginers, so if you cant figure that one out, your probably not ready.
-
May 25th, 2001, 11:14 AM
#3
Frenzied Member
In my opinion VC++ is far the best IDE and Compiler. Don't use MFC. As ChimpFace said winprog is one of the best tutorials.
-
May 25th, 2001, 03:16 PM
#4
Select "Win32 Application" instead of "MFC AppWizard"
-
May 25th, 2001, 11:23 PM
#5
PowerPoster
Yeah, you don't have to MFC in VC++. But, if you are insistant on not using VC++, then i recommend Borland C++ builder 5.
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
May 26th, 2001, 01:07 PM
#6
Monday Morning Lunatic
No, just Borland C++ 5. NOT C++ Builder -- that's different. Like VB but using C++.
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
-
May 26th, 2001, 03:46 PM
#7
PowerPoster
Yeah, it can do that, but it is also a nice IDE for just doing plain c++/api.
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Jun 13th, 2001, 12:06 PM
#8
Frenzied Member
API RULEZ
On your original question:
For programming w/o MFC, I would suggest going to
http://www.planetsourcecode.com/xq/A...vb/default.htm
and browsing through the code or searching for code without
MFC. There are basic programs to help with WINAPI.
-
Jun 13th, 2001, 12:13 PM
#9
Monday Morning Lunatic
How old is this thread? Surely it must have had a birthday by now 
We've covered the whole "making *real* windows programs" in minute detail, and it's covered in the FAQ, as well as in god knows how many threads
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
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
|