|
| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
Visual C++ 6.0!
|
Original Message
|
Name: Abdullah Masud
Date: September 27, 2005 at 18:58:37 Pacific
Subject: Visual C++ 6.0!OS: WinXP ProCPU/Ram: AmdAthlon Xp1800 512 mb r |
Comment: HI folks, I got the Microsoft Visual C++ 6.0, but when I try to run a program, which I made it. The screen says…. C:\ProgramFiles\Microsoft visual studio\My projects\ Masud project\Debug\Masud project.exe This file does not exist. Do you want to build it? Thanks for any help Masud
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: StuartS
Date: September 27, 2005 at 19:27:45 Pacific
|
Reply: (edit)The answer is Yes. You have to build an EXE files in order to run the application. The.EXE file doesn't exist until you make it from your code. If you make any alterations to the application and then run it you will probably get the message ...project.exe already exists, do you with to overwrite it? The answers again is Yes, unless you want to have multiple copies of your application.
Stuart
Report Offensive Follow Up For Removal
|
|
Response Number 2
|
|
Reply: (edit)Thank you Stuart…But how about the Visual thing? This is Visual C++ 6.0...and I would like to see my presentation in Visual windows not in DOS. Could you explain to me that how do I see my C++ file in Visual window like the way I see in VB? Thanks for any help Masud
Report Offensive Follow Up For Removal
|
|
Response Number 3
|
Name: Chi Happens
Date: September 28, 2005 at 04:08:13 Pacific
|
Reply: (edit)You need to create a Windows application (MFC App Wizard from FILE/NEW) Then you can use the VC++ Form editor (similar to VB) to create forms. Chi They mostly come at night...mostly.
Report Offensive Follow Up For Removal
|
|
Response Number 4
|
Name: Chi Happens
Date: September 28, 2005 at 04:14:13 Pacific
|
Reply: (edit)Oh, but let me warn you. If you are a VB programmer and you think you are going to understand C++/MFC...you are in for a rude awakening. C++ and MFC will require that you build event pipes to handle the WM events (WM = Windows Message) and you will probably use quite a bit of Win32 APIs if you program is going to be non-trivial. I spent 8 years working in C++ and MFC and as most others will confirm, after you see the control that you have in C++, you might start to form a disdain for VB. That is why you can find so many posts where people hate VB. If you want the ease of VB, but want to use an elegant language with power, try C#. There is a free environment for it from microsoft (I forget what it is called but you should be able to find it by googling it or searching at www.programmingforums.com or even Microsoft.com) Chi They mostly come at night...mostly.
Report Offensive Follow Up For Removal
|
|
Response Number 5
|
Name: gimmpy225
Date: September 28, 2005 at 07:29:55 Pacific
|
Reply: (edit)yea, I went the MFC route, very neat because I hated the whole VB style of doing things, I wanted to know how everything worked. MFC isnt to hard to learn there is just a lot to it. But you have to first start with the DOS programs before you get into windows. And VB cant do near as much as C++ can so I say stick with it ;), it just takes some effort. GIMPS
Report Offensive Follow Up For Removal
|
|
Response Number 6
|
|
Reply: (edit)Special Thanks for Chi & Gimps....I was learning the C++ from the Online tutorial. What book you guys recommennd for me to learn C++/C/C# or extra issue? Masud
Report Offensive Follow Up For Removal
|
|
Response Number 7
|
Name: gimmpy225
Date: September 28, 2005 at 18:24:39 Pacific
|
Reply: (edit)I used C++ in 12 easy lesson as my first, then after that youll know enough to get into mfc ;). If your gonna go book shoppin I recomend amazon.com lots of cheap used books, especialy visual c++ in 12 easy lessons. GIMPS
Report Offensive Follow Up For Removal
|
|
Response Number 8
|
Name: Chi Happens
Date: September 29, 2005 at 09:51:28 Pacific
|
Reply: (edit)The brst C++ book out there IMHO bar none is C++ How to program from Deitel Amazon Listing the 4th edition is just as good as the 5th, so if you can find that it might be around $20.00 or so. Good luck, Chi They mostly come at night...mostly.
Report Offensive Follow Up For Removal
|
|
Response Number 10
|
Name: gimmpy225
Date: October 2, 2005 at 16:14:51 Pacific
|
Reply: (edit)i see, dont even take my suggestion :-P lol jk goodluck [url=http://www.dynasig.net/?id=2138][img]http://serve.dynasig.net/2138.gif[/img][/url] DynaSig: [url=http://www.dynasig.net]Free Dynamic Forum Signature[/url]
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home
|
|
|