Tuesday, July 14, 2009

VB code question?

Just want to now is there a code for either VB6 or Microsoft Visual C++ 2005 Express so that u can enter an algebra equation(which include unknown variables like x ) for the computer to solve and actually get the answer right.And also a code for but i thought it but just asking, to make a word problem written into an alegbra equation.And if no such think actually exist but can it be done?

VB code question?
well the first one is easy, u just use the formula to solve it, add 3 text boxes for the equation coff, add two labels for results, here's the code:


--------------------------------------...


A = Text1.Text


B = Text2.Text


C = Text3.Text


Var = (B ^ 2) - (4 * A * C)





If Var %26lt; 0 Then


Label1.Caption = "No Solution"


Else


Label1.Caption = -B + Sqr((B ^ 2) - (4 * A * C)) \ (2 * A)


End If





If Var %26lt; 0 Then


Label2.Caption = "No Solution"


Else


Label2.Caption = -B - Sqr((B ^ 2) - (4 * A * C)) \ (2 * A)


End If


--------------------------------------...











but i think making the cpu understanding a word problem is very hard maybe impossible..





if u need anything else in vb jst mail me: biboeg2001@yahoo.com

sending flowers

Assembly language program not working?

Why won't this program work in assembly? I'm using Microsoft Visual C++ 2005 Express Edition, and using x86 assembly architecture. It's suppose to add the values in the array that are higher than the variable sample(in this case 50) and display the result. The answer should be +358 but I keep getting +0. I know it's one little mistake I'm making. Any ideas? Code:





.data





sum DWORD 0


sample DWORD 50





array DWORD 10,60,20,33,72,89,45,65,72,18


ArraySize = ($ - array)/ TYPE array





.code





main PROC





mov eax, 0


mov edx, sample


mov esi, 0


mov ecx, ArraySize





L1: cmp esi,ecx


jg L2


jmp L5





L2: cmp array[esi*4], edx


jg L3


jmp L4


add eax, array[esi*4]





L3: add eax,array[esi*4]





L4: inc esi


jmp L1





L5: mov sum, eax


call Writeint


call Crlf








exit





main ENDP








END main

Assembly language program not working?
firstly the add before the L3 is never used as the preceding instruction is a jmp.





But your main problem is that you're comparing esi to ecx right at the start, and if esi%26gt;ecx then you jump to L2, otherwise you got to L5. esi starts at 0, and ecx at the size of the array, so it starts off less, so the first comparison fails and causes a jump to the end.





Change:


L1: cmp esi,ecx


to:


L1: cmp ecx,esi


How do I make it into a exe?

In Microsoft Visual C++ 2005 Express Edition how do I make my project into a .exe file that I can use?

How do I make it into a exe?
Compile your program and make sure it compiles fine.





Click on Build-%26gt;Publish from your Menu Item.





OR





when you compile your program, and you go inside the debug folder of your project you will also find a .exe file there of your program.
Reply:http://www.techtutorials.net/





http://www.good-tutorials.com/


http://www.digitaljuice.com/


http://www.tutorialkit.com/


http://www.codestyles.com/


http://www.sitecube.com/website/promo_bw...
Reply:Tutorials are free on this subject from Microsoft.
Reply:on the menu bar there is an item labeled "Build". Click there and select "Build Solution" .... or just press F7.
Reply:sharpen two sides of it and mount it on a wooden handle......sorry ...i thought you said an axe......


How to I create a link?

Im using Microsoft Visual C++ 2005 Express Edition and would like to know how to set up a hyperlink on a windows form, I cant work out how to do it, can anyone help?


Please give the code or a link





Heres my code so far:


private: System::Void linkLabel2_LinkClicked(System::Object^ sender, System::Windows::Forms::LinkLabelLinkCli... e) {


}





(Thats only the part I need help with that isnt my whole code)

How to I create a link?
Add this code in ur LinkLabel_LinkClicked Event


System.Diagnostics.Process. Start ("IEXPLORE", "WWW.GOOGLE.COM")
Reply:hightlight what you want the link to be-


click 'create link'


type in the link


nd your done!


To make a game?

anyone know any codes for microsoft visual c#2005 i have xna running in it but i dont know the codes for it

To make a game?
XNA Game Studio uses Visual C# 2005 Express, which is completely free. In fact, you should not be able to install XNA Game Studio if you have not already installed Visual C# 2005 Express.





There are no "codes" necessary, beyond the code you need to write to build your game. For that, you need to know or learn C# and read through the documentation and tutorials available with XNA Game Studio. Since XNA Game Studio is currently in beta, it's missing a lot of documentation and the APIs are still subject to change. I'd suggest you start out with the Space War start kit and poke around in the code to see what it's doing.
Reply:wow wat is that?

send flowers

How do I create this?

Im new to C++ computer programming and wondered how to create a simple program that just displays some text and maybe a link. Just like a (warning) pop up you get but bigger.


Can anyone help me on this?


Please post the code for it or give a link


Im using Microsoft Visual C++ 2005 Express Edition

How do I create this?
you want to create a message box. try this code:





#include %26lt;windows.h%26gt;





int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {


MessageBox (NULL, "Hello World" , "Hello", 0);


return 0;


}
Reply:http://www.good-tutorials.com/


http://www.digitaljuice.com/


http://www.tutorialkit.com/


http://www.codestyles.com/


http://www.sitecube.com/website/promo_bw...


Hacker installed this?

The program called Microsoft Visual C++ 2005 Redistributable was installed on my PC(Vista). I did not download it. Could it be that my computer is hacked and a hacker installed this program to do something malicious?

Hacker installed this?
It is installed by software you installed recently . It is a software made by microsoft .
Reply:I don't think it's a virus.


Do you use Microsoft update for your PC?


I think all vista's have that file.


http://www.microsoft.com/downloads/detai...


If you think it's a virus or some thing upload the file to http://www.virustotal.com/
Reply:Microsoft Visual C++ 2005 Redistributable is used by a LOT of programs that run on Vista %26amp; XP!!! That's why it's installed on your PC.


Don't remove this or you'll find a lot of your programs don't work anymore!!! This is a very safe program made by Microsoft...
Reply:No. This software is bundled or installed along with most new operating systems and software you need it to use a lot of programs.


Need help installing Norton Internet Security 2008?

I am trying to install NIS 2008 and when the files are being copied, I get an error message that says "Failed To Install required components. Please contact technical support", and I also get a link to a webpage: www.symantec.com/LCV3. It says I need to install Microsoft Visual C++ 2005 SP1 Redistributable Package. When I download it and try to install it, it keeps asking for a disk which I do not have. Anyone know how to fix this? I was online with Norton for a couple hours and they didn't have a solution.

Need help installing Norton Internet Security 2008?
Why not just give it what it asks for?





Download the Microsoft package here:





http://www.microsoft.com/downloads/detai...





and then try re-installing it.
Reply:Dear,





Be sure first, is it required which components. System files (C++,Active Control X etc) or the essential related components of your Northon Antivirus Setup files?





2ndly, you told any disk is required to install after downloading. Here, may be the file which you have downloaded is a compressed file/files. So before installing it , needs to extract first. And to extract these you have to assigne a location, any created folder in any disk/drive.





From, your explanation this is my perception. If you think mine is not as similiar as you want to tell then, again feel free us and plz tell details.





Best of luck.


Computer memorY?

how much will these take up on my computer?


www.gamemaker.nl free download


microsoft visual C++ 2005 free download


www.clickteam.com free download


And WHICH IS THE BEST?





Local Disk


Total Capacity: 18.61 GB


Sum of Hard Disks: (C: )


Used: 16.87 GB





Free: 1.73 GB

Computer memorY?
you have only 1.73GB disk space left!! Watch out! Better delete some programs.
Reply:I'd say Microsoft Visual C++





P.S.: I believe your talking about hard drive space, not memory.
Reply:I wouldn't download any free software from the internet.... its a sure way to have your memory taken up with ad programs and spyware programs...

quince

Computer memory?

how much will these take up on my computer?


www.gamemaker.nl free download


microsoft visual C++ 2005 free download


www.clickteam.com free download


And WHICH IS THE BEST?





Local Disk


Total Capacity: 18.61 GB


Sum of Hard Disks: (C: )


Used: 16.87 GB





Free: 1.73 GB

Computer memory?
Hello


This is the better


http://www.clickteam.com/eng/index.php


Hope i can help.


lg


COMpUTER MEMORy?

how much will these take up on my computer?


www.gamemaker.nl free download


microsoft visual C++ 2005 free download


www.clickteam.com free download


And WHICH IS THE BEST?





Local Disk


Total Capacity: 18.61 GB


Sum of Hard Disks: (C: )


Used: 16.87 GB





Free: 1.73 GB

COMpUTER MEMORy?
You're pretty low on hard drive space as it is. As a general rule you don't want to get below 1GB free. I'd advise getting a second drive or an external drive and moving some files there. As for which of the downloads is the best, it depends upon what you want to do. No offense, but if you don't know the difference between memory and hard drive, are you sure you should be programming?


About Path Error?

I am a student learning assembly language usin Microsoft Visual c++ 2005 express addition. We installed program to default location and then download Irvine examples files to C:\Irvine which is to be the path for using ,storing the files however after the build of file is complete the software will not run Says can't start program the file can not be found it also will not run any of the sample programs . My teacher and I have gone over the setup and can not locate a problem. Does any one have a suggestion as to how I can resolve this issue.

About Path Error?
This maybe the Microsoft rules for this, only Microsoft built software program can be executed at root directory level. Try to get your project directory under your desktop. The software you built should run from there.


Could this be installed by a hacker?

Today I saw a new program in Add/Remove Programs called Microsoft Visual C++ 2005 Redistributable. This program was not there before. Could this be that a hacker has installed it on my Computer? What does it do? Can I safely remove it?

Could this be installed by a hacker?
No I have this on mine too and it is from an update from Microsoft so it can't be from an hacker. The offical download link is below of it and from there you can read about this and what it does.
Reply:visual c++ is probably not a virus. Make sure you have a good anti virus before doing anything in case there is a risk. I am 99% it isn't a virus.
Reply:It is possible, but more likely would have neerded a local logon to install it. If you are 100% sure it was not there before, uninstall it.
Reply:no, if u installed a program this might have came with it

garden centre

Programming computer memory?

how much will these take up on my computer?


www.gamemaker.nl free download


microsoft visual C++ 2005 free download


www.clickteam.com free download


And WHICH IS THE BEST?





Local Disk


Total Capacity: 18.61 GB


Sum of Hard Disks: (C: )


Used: 16.87 GB





Free: 1.73 GB

Programming computer memory?
YOU NEED A BIGGER HARDDRIVE.HOW ABOUT INSTALLING A EXTERNAL HARDDRIVE FOR MORE PROGRAM SPACE.THOSE ARE GOOD SIZE PROGRAMS YOU HAVE LISTED AND YOU WILL NEED MORE DRIVE SPACE TO INSTALL THEM.PROBABLY THE C++ 2005 WILL BE THE BEST CHOICE BUT WILL NEED THE MOST SPACE TO INSTALL.


Computer Help!?

I have all these programs on my computer.. what the hell are they? should i delete any of them... they've never been used.


Microsoft .NET Framework 1.1


Microsoft .NET Framework 1.1 Hotfix (KB928366)


Microsoft User-Mode Driver Framework Feature pack 1.0


Microsoft Visual C++ 2005 Redistributable


MSXML 4.0 SP2 (KB927978)


MSXML 4.0 (KB936181)


MSXML 4.0 SP2 Parser and SDK


Windows Installer 3.1 (KB893803)





Help me pleaaaase? Xxxx

Computer Help!?
Wow, all these programs are for networkers or programmers. If you have no need I'd suggest saving them on a CD (cause you never know when you might need it) and just uninstall it from your computer. If they aren't affecting your computer, space wise, them just leave them there.
Reply:None look deletable to me.
Reply:leavem them there they are windows updates
Reply:They are essential applications for windows.


Don't mess with them at all.
Reply:Leave the files alone. They are necessary. Serif will not harm your computer.


What are/Do I need these programs?

I'm going through my control panel add/remove programs so I can make some room on my computer, and I don't know what all the programs are so here are some I don't know, just tell me what they are and if I need them on my computer, thanks. Oh also what are other ways to get more room on my computer?











1. Adobe Flash Player 9 ActiveX


2. Adobe Reader 8


3. Conexant HD Audio


4. DivX Codec


5. DivX Content Uploader


6. DivX Convertor


7. DivX Player


8. DivX Web Player


9. ESU for Microsoft Vista


10. HP Customer Experience Enhancments


11. HP Easy Setup FrontEnd


12. HP Photosmart Essential 2.0


13. HP QuickPlay 3.2


14. HP Total Care Advisor


15. Microsoft .NET Framework 1.1


16. Microsoft Visual C++ 2005 Redistibutable (2 of this one)


17. MSCU for Microsoft Vista














Also do documents take up room on my computer? and how much room? Because I could go through old ones.





* And if I uninstal Microsoft Works when I have OpenBook will I not be able to open my documents

What are/Do I need these programs?
The adobe you need for opening pdf's. The Divx you need for dvd playback and recording. Most of the HP ones you can get rid of, but you might need them later. I am not sure what the others are. Documents do take up room, but not very much. I don't know about the openbook question but if it opens documents, you can probably uninstall works and use it instead. The adobe flash player is used for playing some games and is required for some websites.





To free up room, you can do disk cleanup and defragment. Videos and pictures take up the most room and audio files take up a lot of room.
Reply:9 15 16 and 17 are essential for windows. 4 i would keep 5-8 are pretty much just another media player not needed. 3 is your audio. 10-14 are junk. 1 and 2 are worth keep many documents use adobe. documents are data so yes they take up room amount depends on how much info and type.


I'm looking for a good Web Designer in Dublin to help me set up my eCommerce site & teach me some Tech detail

I am looking for someone who has some background in 'Microsoft Visual C# 2005 Express Edition' and 'Microsoft Visual Web Developer 2005 Express Edition' and 'SQL Server Business Intelligence Development Studio'. I don't just want a Web site built - its important i can learn this process so i can develop the skill %26amp; know-how to mantain the site and add to it myself.





So i need to get lessons as well !





Dont have a big budget - so cant spend to much on this.





Keen to learn - and I enjoy this side of computers.

I'm looking for a good Web Designer in Dublin to help me set up my eCommerce site %26amp; teach me some Tech detail
I know someone that works near Dublin that designs websites and works for a company in that field, he is always looking for challenges and extra work... so he might just help at least point you in the right direction. send me your address and your request to geraldr@saol.com and I will first see if he is interested before I just send a stranger along to his mail address... **** luck!
Reply:contact any local consultant.now a days so many wen programmers are available at lower rates

flower show

C++/MFC compilation error, help (c++ newbie)?

hi, i'm trying to learn using MFC and the first example i tried out didn't compile on visual c++ 2005. here it is:


i created a win32 empty project and added one source file with the following:





---





#include %26lt;afxwin.h%26gt;








class CMyApp : CWinApp


{


public:


virtual BOOL InitInstance();


};





class CMyWindow : CFrameWnd


{


public:


CMyWindow()


{


Create(0, L"My first app, ehi2");


}


};








BOOL CMyApp::InitInstance()


{


m_pMainWindow = new CMyWindow;





m_pMainWindow-%26gt;ShowWindow(m_nCmdShow)...


return TRUE;


}





CMyApp App;





-------





when i compile it says:


"Error 1 fatal error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d] c:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h 24 "





what should i do?

C++/MFC compilation error, help (c++ newbie)?
From a google search: http://www.thescripts.com/forum/thread46...





And, you're writing MFC apps as a C++ newbie? That's terrible. You should learn C++ first before trying to do anything like MFC, GUI, win32 api, etc.
Reply:is this VC++ 2005 express, if it is AFAIK MFC is not supported on the express version
Reply:Its been a while since I have programmed C++ but off hand you might want to check and make sure you have all the libraries that you are using linked in the properties in Visual Studio.


Is the anything cool i can create with no cost using the program microsoft visual basic 2005 express edition?

I wanted to create the computer controlled r/c car but i dont have a little camera or wifi thing for it so what else could i do that would be cool to use for the computer with no cost

Is the anything cool i can create with no cost using the program microsoft visual basic 2005 express edition?
You can develop pretty much anything in Express Edition for yourself - one of the main limitations of Express is that you can't create programs that are optimized to be deployed widely, like a published software program. But as far as raw coding, you are not limited from developing any particular kind of software. Web sites like http://www.pscode.com/ have lots of sample projects and code for all kinds of applications.
Reply:check http://www.pscode.com for great source code samples of all kinds of projects.
Reply:Yes-there's a couple of starter kits that come with the Express edition.





I organized my DVD collection using the Amazon enabled DVD collection project that I downloaded from the Microsoft website.


Visual studio c++ 2005 free download?

Hi. can someone tell me where i can get that (title) for free i tried microsoft...it doesnt work it only downloads express edition..i just want normal one.. Thanks.

Visual studio c++ 2005 free download?
www.cprogramming.com


it will helps u in c programming


Help compiling in Visual C++ Studio 2005?

This may sound like a stupid question, but when I try to compile code, the compile option is greyed out. I've never written a program before, and I'm trying to learn C++. It turns out the program I'm trying to use to compile it is more complicated than the coding itself. I've tried with both a "New Project", and with a "New File" alone. I've tried reading the help files, but they give very little help, as with most Microsoft products. I'm about to give up, so if anyone knows of another/better C++ compiler that is free, please point me to it.

Help compiling in Visual C++ Studio 2005?
// here's what I did with the VC 6 "intro edition":





1.) Open Visual C++ and click "file" and "new" from the main menu.


2.) Click "Win32 Application"


3.) Fill in the project name and location in the appropriate dialog boxes.


4.) Click "OK" , "finish" and "OK" to set up an empty project.


5.) Click "file", "new", "C++ source file" .


6.) Name the file, click "OK" and cut N' paste the following:





#include %26lt;windows.h%26gt;


int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)


{MessageBox(NULL, "Goodbye, cruel world!", "Note", MB_OK);return 0;}





7.) press the %26lt;F5%26gt; key and "OK" to compile and execute.





Hope this works for you. What you ought to get is a little popup window that can be dragged around, minimized and closed. DOS stuff is in the realm of "Console Application" projects. This is probably where one would want to start if they are just learning C.





Don't feel bad if Visual C++ seems frustrating - because it is. I spent six years studying Windows API and MFC classes and still can't program much more than "combo boxes". These are easy if one lets Microsoft manage everything but really hard to do if one wants to code everything from scratch - and Micro$ isn't going to be much help assisting you if you try and figure out how their little black boxes work..





There are quite a few "open source" compilers and the best appears to be the DevC compiler by bloodshed. It has its own nice User interface, so just type and compile and be happy. Open Watcom is another popular (READ: "free") compiler. Boorland is the other major player as far as expensive, commercial compilers go. Microsoft has "bundeled" it's latest development suite to include BASIC and a strange C/BASIC hybrid known as "C#", which is what their "NET" framework is all about. Finally, LINUX comes with its own compiler known as "GCC" and there are DOS versions of this if one likes a nice black %26amp; white, totally command line driven environment. Do be aware that if one goes this route, they will need to know a few things about "makefiles" and "compiler switches" if one desires to write anything sophisticated.





BTW: I learned the fundamentals of "C" from something I found on some hard drive I dug out of a bargain bin. Besides a narritive of some guy's divorse, it contained the "learn C" compiler written in 1986. This was so primitive it didn't even have the ability to save executable files, it mearly compiled code .





hope this helps %26amp; good luck!
Reply:I would reccomend dev c++ as a c++ compiler. As a first language, I would not reccomend c++ largely for this reason. I have always recommended ruby as a good first language because it is so standardized and you get the compiler from like ruby.com and tuts will teach directly for that compiler. It allows you to get over the learning curve of programming without the learning to use the compiler hassle.





I personally use dev c++ most of the time, but msvc++ when working with directx.
Reply:You can't "Compile" (Ctrl/F7) unless you've selected a .cpp source file. In general, though, you usually do a Build Solution to compile and link evertyhing in the program. Compile compiles only that one source module..
Reply:Try reinstalling it.
Reply:When it comes to professional developer tools (any profession's tools for that matter), the expectation is that either you are knowledgeable enough to know how to use it or are a capable individual who can learn quickly. I say this because you think jumping compilers will magically solve your problem. It won't, as you do not have the requisite knowledge (or the experience of a developer) to suddenly start working on any compiler you get.





In Visual Studio, projects are stored in solutions. So here's how it works.





Solution


- multiple projects


- each project contains multiple files pertaining to that project.





You need:


- a solution


- a C++ console project within that solution


- your code files within that c++ project.





You should be able to accomplish the above by starting a new project. Make sure you allow it to create a solution (there should be a checkbox to that effect).

phone cards

C++.........which on is the better version of c++........?

1.Borland's Turbo C++ Explorer,


2.Microsoft's Visual C++ 2005,


3.Open Watcom C/C++ Compiler


i want to learn c++,please tell me a good website,which version should i have ?

C++.........which on is the better version of c++........?
I would personally recommend GCC's g++ which is free and open source. I don't know much about 1 and 3 but be very careful with VC++ as it can teach you very bad habits and does alot of things in a very nonstandard way. It does have a nice interface though :p


[1] is a version of GCC that will run on windows.
Reply:microsoft visual one is a good one.
Reply:Of those three, Microsoft's Visual C++ 2005 is by far the largest, most dominant, and best supported IDE. There are a few answers here telling you to use open source environments--I suggest you do NOT use the open source ones until you are more comfortable programming. While they have some nice features, the user interfaces often leave a lot to be desired.





One of the arguments against Visual C++ is that it costs money. This is no longer true: Visual C++ 2005 Express Edition is now free of charge. It does leave out a few features, but they're not anything you're likely to miss (MFC support, anyone?). Note that you may want to download and install the "Windows Platform SDK" as well, but that is also free.





One other answer also commented that Visual C++ is non-standard and can teach some bad habits. If you use the .Net mode then this is true (you will be given the option of whether to use .Net when you create new projects). The C++ used for .Net has many custom extensions that only Microsoft uses. When you are using normal C++, however, they have a very good standards compliant compiler (roughly equal to G++ on standards, and with much better optimization).
Reply:i recommend you visual c++, and you can simply go to the microsoft developer center of visual c++ to study, and they recommend you a lot a associated community website for asking questions


search the keyword


microsoft developer center visual c++


the software is downloadable from microsoft official website
Reply:For a begginer





Borland C++ is advisable





and you can easily run and learn





no need of much configurations in it..





All the best
Reply:srry i dont get
Reply:Go with DEV C++. Simple to use IDE, it's free, and for a begginer you can put it on a usb drive and carry it with you.


What is the best Microsoft Visual Basic 2005 tutorial that is free and available online?

I'm currently doing my internship and i need to brush up on my C#, so does anyone know where i can find free tutorials for Visual Studio 2005? ASP.NET 2.0 btw.. Cheers..

What is the best Microsoft Visual Basic 2005 tutorial that is free and available online?
i dunno about tutorials... i know of a few sites to get really good eBooks...


Problem with Microsoft Visual Studio 2005. I'm not able to get all of the languages that I paid for. Help!

I need to know how to get all of the languages in this suite to function? They are C#, C++, VisualBasic, J# and the SQL database. The only one that I could ever use was C++. I was told by Microsoft that the .Net 2.0 framework is crippled, and they can't repair or replace the suite of software. Now that I'm out of all that money what can I do?

Problem with Microsoft Visual Studio 2005. I'm not able to get all of the languages that I paid for. Help!
Are you making this up? Seriously, if you paid for VS 2005 (or if you had the money to pay for it), you would have to know how to click on file-%26gt;new project or solution or whatever it's called, and browse the list on the left hand side.





And what's this about Microsoft telling you 2.0 is crippled?


Where can I download Microsoft Visual C++ Toolkit 7.1 (2003)?

The 2005 compiler doesn't seem to be compatible with attempts to create counter strike levels...

Where can I download Microsoft Visual C++ Toolkit 7.1 (2003)?
http://vecchio56.free.fr/VCToolkitSetup....





Does 2004.07.06 work for you. if yes, try this link...


http://xona.com/programs/VCToolkitSetup(...
Reply:here ---%26gt; http://msdn.microsoft.com/vstudio/expres...

orange

Where can i download visual c++ 2005 express edition?

http://msdn.microsoft.com/vstudio/expres...





i know this is the website, but when i click download, it only give me a 2 M program which i dont even know what the heck is that





if that is not the website, can anyone offer me the correct microsoft website to download it? thanks

Where can i download visual c++ 2005 express edition?
woah hello thats not it lol hold on ill get it for ya in a sec


http://msdn.microsoft.com/vstudio/downlo...








im not sure if thats where i got it from or not


What is a C++ Complier?

a bought a book that told me to download a complier before read later on the pages. I have microsoft visual C++ 2005 express edition and I don't know if that is compiler?

What is a C++ Complier?
A compiler is basically the software used to make programs. You type the code in, compile it, and then its read to be used. Depending on the book, I have a C++ book which wasn't pertaining to MS Visual Studios and therefore I got one from Bloodshed Software which worked just fine with the book. However if the book you bought is for MS Visual C++ you can use the site below for tutorial and download. If its not for MS Visual you should try the Bloodshed, its very easy to use.





Bloodshed: http://ftp1.sourceforge.net/dev-cpp/devc...





Visual Tutorial: http://msdn.microsoft.com/vstudio/expres...





Visual Compiler Download site: http://msdn.microsoft.com/vstudio/expres...
Reply:A compiler is software which translates a computer program from the language in which it is written (such as C++) into machine code which can actually be executed on a computer. If the program can accept a C++ source program, and get it to run on a computer and produce results, it can be considered a compiler.
Reply:A compiler is a computer program (or set of programs) that translates text written in a computer language (the source language) into another computer language (the target language). The original sequence is usually called the source code and the output called object code. Commonly the output has a form suitable for processing by other programs (e.g., a linker), but it may be a human readable text file.





A C++ compiler will convert the source code to a C++ executable file.





There are many C++ compilers like Intel Compiler, Borland Turbo C++ compiler, GCC...etc...


New to C++??

Im new to c++ and want to learn the code and stuff.. I use microsoft visual c++ 2005... there stuff is not helping me at all.





please help me, i want to make programs... thanks 4 your help

New to C++??
study a gud book for c++ which clear your basics for eg header files , declaration, operators , variables , loops , conditional statements , arrays etc.


How can I compile & run C++.net project inside #develop2 ?

I just don't want to install Visual C++.Net Express edition because I can't download it using my slow Internet connection and I can't afford commercial versions of VC++.Net. I am using .Net Framework Runtime 2.0 and second version of #develop (http://www.icsharpcode.net/OpenSource/SD... I have downloaded Microsoft Visual C++ 2005 Runtime.

How can I compile %26amp; run C++.net project inside #develop2 ?
If this will be run on an embedded system, you will need to find a compiler such as eVC++, or Visual Studio. Another alternative would be to try out a free compiler found at: http://www.thefreecountry.com/compilers/...

flash cards

Regarding C++ !!! need Help?

Hi there, well i have downloaded microsoft visual c++ 2005 express edition. and whenever i write program it gives me error. ia m attaching my program and program and please somebody help me.


// unknown


//engr 30





//program 1





#include %26lt;iostream%26gt;


using namespace std;


int main()


{


cout%26lt;%26lt;"Welcome to Engineering 30!\n";


cout%26lt;%26lt;"Have a good day.";


return 0;


}





The error i get





1%26gt;Compiling...


1%26gt;stdafx.cpp


1%26gt;Compiling...


1%26gt;Test program.cpp


1%26gt;c:\documents and settings\hp_administrator\my documents\c++ programs\test program\test program\test program.cpp(16) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?


1%26gt;Build log was saved at "file://c:\Documents and Settings\HP_Administrator\My Documents\C++ Programs\Test program\Test program\Debug\BuildLog.htm"


1%26gt;Test program - 1 error(s), 0 warning(s)


========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

Regarding C++ !!! need Help?
Try starting your project as a "console" application as opposed to a windows application.





EDIT: which happens to uncheck the precompiled headers box automatically ;)
Reply:None of the other answers are correct. What you want to do, is in project properties, uncheck 'using precompiled header' because you are not using one. That is what stdafx.h is for.
Reply:there is no file called iostream in microsoft visual c++





so this error in coming......i suggest u that u first work on turbo c++ then switch to vc++ its will we good for knowing the language well





i hope it helped
Reply:At the risk of stating the obvious, have you tried the '#include "stdafx.h"' they suggest in your error message? It's been awhile since I've done some VC++ but I do recall needing stdafx.h or windows.h in almost all programs I built.


Visual studio web developer registeration key?

Hi all


how are you happy holidays


i downloaded visual studio web developer and Microsoft Visual C# 2005 Express Edition but when i try to open it it asks for a registration key knowing that i downloaded both softwares from Microsoft site can anyone help me with this problem


thanks

Visual studio web developer registeration key?
The registration key is supposed to be supplied as part of the install process. There are detailed installation instructions with screen shots given here: http://www.xnadevelopment.com/tutorials/...

flower girl

How to install C#?

Setup Visual C# 2005 Express Edition


GET TO RIGHT - Yes, I have the installed media.


C:\Program Files\Microsoft Visual Studio 8\


WRONG - Install %26gt; - Unable to locate the product. Please enter the location of Microsoft Visual C# 2005


Express Edition - ENU


How correct to installing for setup Visual C# 2005 Express Edition ???

How to install C#?
Take it and install it from here:





http://msdn.microsoft.com/vstudio/expres...


Visual c# 2008 or Visual c# 2005 ?

I currently have Visual c# 2005 express edition with Xna game studios and i just found the 2008 version on microsoft. Which won should i use? Is the 2008 verison compatible with XNA game studio 2.0?

Visual c# 2008 or Visual c# 2005 ?
yes.. use 2008.. it allows you to create a project with any framework available through a drop down..





so even if 2008, 3.5 framework is not directly compatible with XNA 2.0, you can make a project with .NET 2.0 frame work that clearly already works with xna 2.0


How to install visual c++ 2005 expree edition?

I am struggling like hell, please help me out. I have the windows service pack 2. I have downloaded the 2MB(visual c++ express edition) file from net which inturn directs to the Microsoft server but that stupid server is not working. I dont know why?? I have a CD, provided by the computer magazine, which provides the same IDE, but some files are missing that CD. Please help me out?? From where to install Visual C++ 2005 Express Edition??

How to install visual c++ 2005 expree edition?
u need to buy a license... don't go for pirates or trial versions
Reply:The Express editions are just for advertising the product.You have to purchase full version which is about 600 MB


Are Visual Studio.Net 2005 and Visual Studio 2005 one and the same?

I have installed "Microsoft Visual Studio 2005- 8.0.50727.42(rtm.050727-4200)" and this is what I see when I open the Help menu.In the installed produts,it shows"Microsoft Visual Basic,Microsoft Visual C#,...but at my friends place I see "Microsoft Visual Basic .NET,Microsoft Visual C# .NET,....."Why is it that he has got .net tags at the end as shown above but i don't and yes he is using VS 2003.


I am also not able to create or start a ASP.NET,why is this so.Am I using the Enterprise edition


So what exactly am i using is it VS 2005.net or VS 2005,are both VS 2005 .NET and VS 2005 one and the same.

Are Visual Studio.Net 2005 and Visual Studio 2005 one and the same?
Here's the deal. The official name of the last version was "Visual Studio .NET 2003". The official name of the new version is "Visual Studio 2005" (dropping the .NET).





When people mention "C#" or "C#.NET" they're talking about the same exact thing. When people talk about "VB" and "VB.NET" they might not be talking about the same thing, since Visual Basic pre-dates .NET (specifically, VB 6 was very popular for quite a while).
Reply:Good question and answer. Report It

Reply:You can start an ASP .NET application by choosing File %26gt; New %26gt; Website

curse of the golden flower

Does Anyone Know Anything About Microsoft C++ Programing 2005?

I just downloaded Visual Studio 2005 for my C++ class and I need to change my debugging location. When I did it the first time I told it to open it in Internet Explorer, but now I need to chance it because I cant view my work.





Can someone please direct me on how to change this?





And what should I select so that I can view it?





And please dont make any smart remarks. If you cant help me then just do not answer.





THANK YOU TO WHO EVER CAN HELP

Does Anyone Know Anything About Microsoft C++ Programing 2005?
Your explanation is a little unclear, but I'll try to guess what you want.





Are you trying to design web pages, and you no longer want to debug them in Internet Explorer? OK, this is easy to fix:





With your project open, right click on any .aspx file in the solution explorer, and click 'Browse With...'. All installed web browsers should appear in a list. Click the one you want to use and click the buttom 'Set as Default'. You can now preview the page, or cancel and your settings remain when you save the project.





Note that debugging in IE with Visual Studio is easier, Visual Studio integrates better with IE.
Reply:Right click you project in "Solution Window" -%26gt; "Project Properties"





from the left tree view select "Build" and you will find a drop down menu to choose from.


Does Anyone Know Anything About Microsoft C++ Programing 2005?

I just downloaded Visual Studio 2005 for my C++ class and I need to change my debugging location. When I did it the first time I told it to open it in Internet Explorer, but now I need to chance it because I cant view my work.





Can someone please direct me on how to change this?





And what should I select so that I can view it?





And please dont make any smart remarks. If you cant help me then just do not answer.





THANK YOU TO WHO EVER CAN HELP

Does Anyone Know Anything About Microsoft C++ Programing 2005?
Debugger Project Settings: http://msdn2.microsoft.com/en-US/library...





Explains how to specify debugger settings, how to set debug and release configurations, and how to manage symbols and source code. Also describes appropriate project settings for C++, C#, J#, and Visual Basic debug configurations, as well as web projects


__________________________


__________________________





Creating Debugger Visualizers with Visual Studio 2005





With debugger visualizers, you can define the information you would like to see about a specific .NET or custom class during debug mode. And as the name suggests, you can also choose how you would like to visualize these details.





http://www.devx.com/codemag/Article/2782...





Visual Studio 2005 has some pre-existing visualizers that you will discover during debug mode. You can access the visualizers by using a dropdown list on the left side of the new DataTips between the selection and its value. For example, if you point to a string object in Debug mode, or even an actual string, you will have access to three debugger visualizers: Text, XML, or HTML.





You can also access visualizers through the Watch windows. The DataTip's Watch window is where you can see the _stringvalue property of a StringBuilder object. When you select the XML visualizer, you will get a better view of the XML-formatted string





____________


I need an actual example of how to write a 'float function' in Visual Studio 2005 for C++!!!!!!!!!!!!!!!!!!!!!

i have the program Microsoft Visual Studio 2005





i am using this in my computer science class





i know how to properly write a 'string function' in C++ but in my homework assignment we need to write a 'string function' and a 'float function' and i have no idea what im doing wrong





i do exactly the same thing i do w/ the 'string function' to the 'float function' but it wont compile and i dont understand what the error is trying to tell me to fix, please god someone help me!!

I need an actual example of how to write a 'float function' in Visual Studio 2005 for C++!!!!!!!!!!!!!!!!!!!!!
When you ask a question like this in the future, it might help to also post the error that you get when compiling your code. It actually can tell you a lot!





Based on the code you posted, I see a couple of problems:





1) You function signature: float findarea (float h, float a, float b);


Doesn't match your function definition: float findarea (float h, float a, float b, float area)





That will be a problem. Looks like you can eliminate the 'float area' variable and they should match then. Remember that the signature you put at the beginning of your code needs to match the function you write later on!





2) when you call findarea: cout %26lt;%26lt; findarea;


You are not passing any of the variables! You need to send the variables to the function for it to do any work. You probably want: cout %26lt;%26lt; findarea(h, a, b);





3) Finally, in the function itself, you do work on the variable 'area' but you return an unitialized variable 'testarea'. You probably want:





float findarea (float h, float a, float b, float area)


{


return ((1/2)*(h))*(a+b);


}








If you still have problems, you probably should post a new question with the part of the code that matters and the error messages that you are seeing when you compile. But I think these three changes will compile OK for you (assuming you make the same kind of changes to your other functions). There is nothing special about float functions, you just need to brush up on the rules for writing functions in general.





Good Luck!
Reply:Can you post your code? Do you just need a function that handles floating point numbers?





float division(float x, float y){


return x/y;


}





int main(){


cout%26lt;%26lt;division(10,3)%26lt;%26lt;endl;


}
Reply:Edit your question and put in the code you are trying to use...we can't really help you with your errors unless we see the code. This also allows people to see that you did give it some effort and you need help rather than looking for homework answers.


Help a beginner with Microsoft Virtual C++ Express Edition 2005?

Hello. I cannot summarize my question enough to fit withing Yahoo!'s 1000 characters limit. I have a long and detailed problem using Microsoft Visual C++ Express Edition.





I posted the question on another community but it has been ignored, and I know I will get help here, but I cannot post it.





If possible, could you please view my question at: http://www.onrpg.com/boards/47977.html





And respond to it here please.





Thank you so much for you time.


~lorddonk

Help a beginner with Microsoft Virtual C++ Express Edition 2005?
You need to make sure that you have the proper SDK's installed. If I remember correctly, you need to install the Platform SDK and probably the DirectX SDK(they might have been combined, I don't know). Both available from MS for free. just go to http://msdn.microsoft.com and look around.





If you have these installed already, then you need to make sure that your include, library, and source paths are correctly set inside your project. Go through the project settings and look for something called include path. Make sure that it points to the directory with the header files.





Sorry can't be more of a help. I don't really use Windows and I'm doing this from memory.
Reply:It looks like you need a really good book. I've always relied upon Deitel http://www.deitel.com/ You can get them cheep on half.com

apricot

Visual .NEt C++ 2002 and Visual Studio 2005 Compatibility?

I currently own Microsoft Visual .Net C++ Standard 2002 and was wondering if I can use it to edit programs developed with Visual Studio 2005. I'd hate to upgrade my software for nothing.

Visual .NEt C++ 2002 and Visual Studio 2005 Compatibility?
As previously noted, Visual Studio .NET 2002 probably will not read SLN files created in Visual Studio 2005.





More to the problem, Visual Studio .NET 2002 can only support the ASP.NET 1 framework, while 2005 works in ASP.NET 2.





Therefore, the 2002 IDE won't be able to compile your ASP.NET 2 code, because many of the namespaces, objects and controls are different between the two.
Reply:if you mean open .sln files created w/2005 then no. 2005 is much better than 2002, which was a POS. Its worth the money it is far better.


Whether I can do all in Visual C# 2005 as I can do in Visual Studio 2005?

or this is just limited to C# only..?





What is the basic difference..?





Please let me know why microsoft has different flavors like Visual C# 2005, Web Developer beside Visual Studio





help me with more information

Whether I can do all in Visual C# 2005 as I can do in Visual Studio 2005?
C# is a language that is packed in several packages:


1. Visual Studio 2005


2. Visual Web Developer


3. Visual C#.NET 2005 Express Edition





the last two are free versions where number 2 is used to develop ASP.NET projects in C# and the third one is for developing Windows Based applications.





The First one has few versions those come with different options and advantages. Visual Studion has VB.NET, C#, C++, ASP (in VB or C#), Office development, Smart Phone and PDA development, ... ect. and it's NOT free.





for more information visit this site:


http://msdn2.microsoft.com/en-us/vstudio...


I am using a full version of Microsoft Visual C# on a school PC... why is there no System.Draw namespace?

It's Visual Studio 2005, presumably with all the C# components installed. When I use System.Draw, it says it can't find it. When I look at the dropdown after typing:





using System.





the list does not contain Draw. Is there a way I can get this System.Draw namespace installed onto the computer, or is it part of the administrator's installation of Visual Studio / Visual C#?

I am using a full version of Microsoft Visual C# on a school PC... why is there no System.Draw namespace?
http://blogs.msdn.com/coding4fun/archive...


Cab someone help??!! Problems downloading Visual Basic /C++ 2005 Express Editions!!?

I recently restarted my system, which had visual basic 2005 and C++ 2005 express editions, and i downloaded it with no problems. However, when i restarted the system and tried to download Visual Basic or Visual C++(from http://download.microsoft.com/download/C... ), nothing happens. I mean, it is a completely blank screen, and no download dialog appears. I tried to right click-save as, but the file was an html file. When i viewed the source, it just shows the %26lt;html%26gt; and a couple of other tags, none download related. I have internet explorer 7 beta 3, and i downgraded to 6 and temporarily disabled pop-up blockers and firewalls, but it still didnt work. What could be the problem?











P.S. If it is legal, can someone upload the visual basic and C++ setup files and give me the link? Thanks.

Cab someone help??!! Problems downloading Visual Basic /C++ 2005 Express Editions!!?
The link provided in the question appeared to work for me (offering to download the executable). IE 7 is still in beta. Perhaps you've found a bug? Try downloading Firefox and then using it to download VS Express. Good luck!
Reply:Find a CD

song words

I have the MSDN Library for Microsoft Visual Stdio 2005. But I can not install the CDs.?

I installed Microsoft Visual C++ 6.0 before but I can not install the MSDN CDs. It say it want Win XP Pack 2 but I perhapse that my XP is Pack 1. If any way to solve this problem? Thanks.

I have the MSDN Library for Microsoft Visual Stdio 2005. But I can not install the CDs.?
Simple, Download and install SP2 for Windows XP


What is the Difference between Visual C++ and .NET framework ?

Basically , I want to know what is the use of .Net framework .If i install only Microsoft Visual C++ 2005 Express Edition

What is the Difference between Visual C++ and .NET framework ?
The .NET framework is of no use if you are merely coding in Visual C++, MFC, and building a standard exe file. But, if you will be utilizing the .NET class library in your programs, then you will need the .NET framework.


Is there a way I can compile a standalone exe with visual c++?

Is there a way I can compile a standalone exe with visual c++ without using the visual c++ library? I want to compile it without using the Microsoft Visual C++ 2005 Redistributable Package.

Is there a way I can compile a standalone exe with visual c++?
The visual c++ library defines all the functions. So basically, NO


Visual C# Game Development...?

Where can I find a tutorial (better to be a video tutorial) that teaches how to develop games using Microsoft Visual C# 2005 Express Edition?

Visual C# Game Development...?
Videos: http://msdn.microsoft.com/directx/xna/vi...


Mainly Text:http://www.xnatutorial.com/





Best PC Game Dev site: http://www.gamedev.net/
Reply:Pheewww.


I don't think its as easy as just watching a video!


I have the official Microsoft Visual C# book to help me!


Microsoft do have videos on their site I think, I prefer reading from paper though. To be able to teach you how to do games programming in a video, I reckon the video is going to be a few hours long!


Good luck though, Ant...

song titles

Sunday, July 12, 2009

Visual Basic and C++?

wich one of these Visual Basic 6.0 or Microsoft Visual C++ 2005 Express Edition is better for a beginner and why. And which one of these is widely use by today's game programmers.

Visual Basic and C++?
I agree, C++ is one of the most difficult languages to master. On the other hand, once you get even decent with C++, everything else is a joke.





If you are just starting to learn how to program, the goal is to first learn good structural program, which you can do in any language. I always recommend people just start with JavaScript (not Java) since they have everything they need to get started (no need to buy anything). You can learn the concepts of structured program and even OO using JavaScript. You can create GUIs in combination with HTML, CSS, and DOM (what unfortunately is referred to as DHTML).





Good JS programmers can even make games. You can even do simple network programming using JavaScript. What more could you ask for...
Reply:whoa whoa whoa


if you are just getting into programming i would recommend VB6, c++ is too complicated for beginner i tried starting with c++ as my first language but after a month i lost hope.





Also a brilliant language to learn as a beginner is python www.python.org





This just my opinion but I think python is the best choice
Reply:if you are a true begginer and you want to enter the game programming world... possibly it would be better to use c++, reason, because although VB is even more widely used, it has not much graphics capabilities, VB is more for administrative tasks, also VBA whichis a subset of VB is the macro languaje for microsoft office, but still, no animation capabilities included...





also, if you really get to know how to program in C++, you willbe able to learn anything...





another option is ActionScript from macromedia flash, that is what programmers use for flash Games... I would probably start with that...
Reply:C++ and learn DirectX or OpenGL


Visual Basic C++ HELP?

Is there anyone who can help me to get my C++ Programs to complie correct. I running my programs in Microsoft Visual C++ 2005 Express Edition if so can you email me at po3gurl@yahoo.com

Visual Basic C++ HELP?
Can't tell without seeing your program. It might help if you list the errors you have too.





If you want, send email and I'll see what I can do.


Installing - Microsoft Visual Studio 8?

HELP


I tried but -%26gt;


Yes, I have the installed media.


C:\Program Files\Microsoft Visual Studio 8


Install - Unable to locate the product.Please enter the location of Microsoft Visual C# 2005 Express Edition -ENU


How to right for the wrong installing Visual C# 2005 Express Edition Setup ??!

Installing - Microsoft Visual Studio 8?
You probably have an update disk. This will not install unless it sees the appropriate earlier software on the machine.


What version of C++ is newer the 2005 express edition or the microsoft visual c++ 6.0??

I think Visual C++ 2008 beta 2 is the latest release. You can download the express edition from the link below:





http://msdn2.microsoft.com/hi-in/express...

What version of C++ is newer the 2005 express edition or the microsoft visual c++ 6.0??
there is other bakeg like jbildur , visual studiu .net
Reply:visual studio 6 date from 1998


visual studio.net is from 2002 and is version 7


visual studio.net 2003 is version 7.1


and visual studio 2005 is version 8.





Hope that help
Reply:Visual C++ Express is way newer than Visual C++ 6.0 by four years at least!

song downloads

Where can i learn microsoft visual c++ 8.0 builder(2005 express edition)?

i also want to get tutorials

Where can i learn microsoft visual c++ 8.0 builder(2005 express edition)?
In Cleveland


Help me, cannot how run Visual C# 2005 Express Edition Setup?

Help me, the Visual C# 2005 Express Edition Setup is BAD. Get for Visual C# 2005 Express Edition Setup but Installation Options are NOT working, how to get Installation Options for new C#.THANKS





C:\Program Files\Microsoft Visual Studio 8\ but only Visual C# 2005 Express Edition, CANNOT coming to "Microsoft .NET Framewok 2.0" + "Microsoft MSDN 2005 Express Edition" + "Microsoft SQL Server 2005 Express Edition". Help me, everything cannot how to working. Help me, thanks, hohsen88@yahoo.com

Help me, cannot how run Visual C# 2005 Express Edition Setup?
First step: Learn English


Second Step: Repeat Question so people will know what you are saying.


Thrid Step: Read what people wrote, understand what they are saying and fix problem.





There is your three step solution.


Microsoft Visual Studio 2005 c++?

In this where exactly shall i click to start a C programe with source only for example a hello world programe ?

Microsoft Visual Studio 2005 c++?
check out Visual BASIC 2005. It's the intro level language - BEGINNER'S All-purpose Symbolic Instructions Code.
Reply:Click File %26gt; New





Make sure the Project tab is selected, then select Win32 Console Application and give it a project name.





Slect "A "Hello, World!" application"





Click OK and it'll create the file for you. You can then modify as needed.


I need help with "if" statements in C++ Microsoft Visual Studio 2005!?

ok, so im doing a homework project for my computer science class and we have to use C++ and 'if' statements





i need to make the statement go like this...


i have to have an expiration date and the current date (the expiration date is for a food product)





i have all the integers saved from the dates like this (currentmonth, currentday, currentyear, expirationmonth, expirationday, expirationyear)





then i need to make a bool function called 'thesame' that is true if the dates are the same, and false if they are not





please, will someone help me with this or show me an example of what it might look like, the book doesnt help for this class and its due tomorrow

I need help with "if" statements in C++ Microsoft Visual Studio 2005!?
Its easy....





boolean thesame(int currentmonth,int currentday,


int currentyear,int expirationmonth,


int expirationday,int expirationyear)


{





if ((currentmonth+currentday+


currentyear) ==


(expirationmonth+


expirationday+expirationyear))


{ return true; }





else


{return false;}





}





sorry for all the line ends but yahoo won't display them if i don't add them.
Reply:If you just want to know if they are the same





bool thesame(int currM, currD, currY, expM, expD, expY)


{


if(currM == expM %26amp;%26amp; currD == expD %26amp;%26amp; currY == expY){


return true;


else{


return false;


}


}





You would have to do a little more work if you want to know if it is before or after.

sending flowers

How do I create a C program using Visual C++ 2005 Express Edition?

When I want to create a new project, the only available project type is "Visual C++". However, I want to create a C project. How do I go about doing this?





Thanks.





(As mentioned, I am using Microsoft Visual C++ 2005 Express Edition.)

How do I create a C program using Visual C++ 2005 Express Edition?
You can create a C program with a C++ project. I've done it many times. I don't have the Express Edition but I doubt it would be different. It should compile and run fine.





I usually just create a Win32 program within Visual C++. All I'm writing is C code though and it works.





Saw your comment, just create new source files and name them with a .c extension like the writer below wrote. Then you can start writing C code. You compile them and run them like any other project you create with Visual Studio. I usually debug until I got it right. Then I go up to Build -%26gt; Build Solution. Then the executable will be in your project folder. This is what you want to know how to run it, maybe? Good luck.
Reply:He's right.


Create it as a C++ project, and use .c file extensions.


Help me, cannot how to run Visual C# 2005 Express Edition Setup?

Help me, cannot how to run Visual C# 2005 Express Edition Setup





The Visual C# 2005 Express Edition Setup is BAD. Get for Visual C# 2005 Express Edition Setup but Installation Options are NOT working, how to get Installation Options for new C#.THANKS





I tried but -%26gt;


Yes, I have the installed media.


C:\Program Files\Microsoft Visual Studio 8


Install - Unable to locate the product.Please enter the location of Microsoft Visual C# 2005 Express Edition -ENU


How to run for installing Visual C# 2005 Express Edition Setup !??


Cannot how to run!! Thanks

Help me, cannot how to run Visual C# 2005 Express Edition Setup?
http://www.microsoft.com/china/msdn/deve...


How to run for installing Visual C# 2005 Express Edition?

Help me, cannot how to run Visual C# 2005 Express Edition Setup





The Visual C# 2005 Express Edition Setup is BAD. Get for Visual C# 2005 Express Edition Setup but Installation Options are NOT working, how to get Installation Options for new C#.THANKS





I tried but -%26gt;


Yes, I have the installed media.


C:\Program Files\Microsoft Visual Studio 8


Install - Unable to locate the product.Please enter the location of Microsoft Visual C# 2005 Express Edition - ENU


How to run for installing Visual C# 2005 Express Edition Setup !??


Cannot how to run!! Thanks.

How to run for installing Visual C# 2005 Express Edition?
Try download from www.microsoft.com.





You can download the installation file of VC#.NET Express just 2-5 MB and in the installation process, it will setup all files by downloading them from website.


In Microsoft Visual Studio 2005 C#What is "LIB environment variable" and how to make and change these settings

I recieve warnings when I build simple programs in C# using Microsoft Visual Studio 2005, I need advice how to make and change settings for LIB and environment.

In Microsoft Visual Studio 2005 C#What is "LIB environment variable" and how to make and change these settings
I assume you mean C++ rather than C#





Try tools-%26gt;options





select Projects


then VC++ Directories


Finally on the top right select "Show Library Files"





The other environment settings are there also





**************************************...





I don't beleive that C# uses libraries - which is why I answered for C++.





Is it possible that the .NET environment is not available?





Environment variables are set under the control panel for system. Select advanced tab and then the environment variables button. Highlight the LIB environment vaiable and select edit to change it. If it isn't there you can select add. You probably want it under system environment variables

send flowers

How do I get to where I code my project in Microsoft Visual C++ 2005 express edition?

Ok, I have created my project name and everything, but I do not know how to get to where I can start coding it, can anyone help me please?





Thanks,


Tecmekauto

How do I get to where I code my project in Microsoft Visual C++ 2005 express edition?
It depends on what kind of project you created. Some of them pre-generate files for you and some are empty to begin with. If you are doing a simple Win32 Console application and it is an empty project, I would right-click the "Sources Files" folder in the solution explorer, and click "Add new item.." Then selection source file, give it a name, and hit OK.


Where can i download CD content of microsoft visual C# 2005 step by step book (for free), plz help, its urgent

Did you happen to try Microsoft's Web site.


They do have Support and Downloads.


Don

Where can i download CD content of microsoft visual C# 2005 step by step book (for free), plz help, its urgent
isohunt.com - they have loads of stuff.... not right for kids too so keep out of those things.


Where can i learn microsoft visual c++ 2005 ?

Please help me this is my request

Where can i learn microsoft visual c++ 2005 ?
You can always buy the software and learn it at home. I think it will cost a lot of money though.





http://msdn.microsoft.com/visualc/learni...





Or you can Download the Free Visual C++ 2005 Express Edition. Visual C++ 2005 Express Edition is a free, lightweight, easy-to-use, and easy-to-learn tools for the hobbyist, novice, and student developer.





http://msdn.microsoft.com/visualc/





Enjoy learning!
Reply:There is actually a 'Dummies' book which covers c++, and check out hp learning center. Tons of free classes to learn almost anything you would like to know about computers.
Reply:Go to a book store and get a book on it.
Reply:barnes and nobles sells books on MS Visual C++ 2005 in the computer section.

quince

Where can learn microsoft visual c++ 2005?I want to learn only part of making games?

You can get help from vc++ help files or internet, if you can't do it by yourself, then join any institute.





Here you can find book about Visual C++ Programming by Example Hope it would help you.


http://www.amazon.com/gp/product/0879305...





Visual C++ Walkthroughs





Walkthroughs give step-by-step instructions for common scenarios, which makes them a good place to start learning about the product or a particular feature area.





This is More detailed and free from Microsoft, hope it would help you.





http://msdn2.microsoft.com/en-us/library...

Where can learn microsoft visual c++ 2005?I want to learn only part of making games?
Before you move on to games you will want to know the basic syntax of the language, this site can help develop your skills.


http://www.cprogramming.com/begin.html


Microsoft visual c++ 2005 redistributable , what is it?

i download game demos alot , but when i was checking my pc I seen this program was on my pc. I dont remember installing this. Is there a hacker on my pc using this program or something, or did i download this by accident when installing game demos or using those online game requirement testing sites

Microsoft visual c++ 2005 redistributable , what is it?
It's fine. Some programs written in C++ (lots of programs are) require some extra files, and these extra files are in the redistributable.





I write c++/c# for a living, and I send the redist out to customers all the time. There is nothing in there that is malicious, so don't worry about it.


Microsoft visual C# 2005 E.E?

"Type or namespace definition, or end-of-file expected"


Does anyone know how to fix this error in my code?


(i'm new to this and i'm trying to create a web browser)

Microsoft visual C# 2005 E.E?
The smart money is on a bracket problem. Especially since he's a newbie (it still happens to everyone though).





There should be an even number of left-brackets ( { ) and right-brackets ( } ). That's probably what's going on.
Reply:Is this a file with a class or interface declaration? If so, are your brackets paired off correctly? Do you have a rogue using declaration somewhere the compiler is expecting a namespace? Have you declared a variable of an unknown type, or a type that does not exist in the using declarations at the top of the file?





Do you have a context in which this is happening?


Microsoft Visual C++ 2005?

I need to download this; but I need to download the entire program at once not just the installer. I have no access to the internet at home.

Microsoft Visual C++ 2005?
The first link is Visual Studio 2005 Trial. The second link is Visual Studio 2008 beta. These are iso images. You would have to burn to a DVD. You will also have to have a msn passport to download (hotmail email works, or you can set up any email for passport for free).

garden centre

How do i write a C program using Microsoft Visual C++ 2005?

is there anything i need to setup to compile/run a c program

How do i write a C program using Microsoft Visual C++ 2005?
hi...you need to buy the CD from a shop ...install it ....then to write the C code and compile it (an easier way than doing it inside the program) go to start %26gt; run and type notepad then inside the notepad write your C code and save it like this :





my program.c (notice the extension .c)





now open it and press build then compile ..........





and if your code was correct you must get your results on a black screen.....





this program contains many applications and i only can tell you few things...you must learn how to write the code inside the program....how to determine your errors and debug the program...search for videos in google.....if i found any i will post them to you..................good luck .
Reply:read and study a book bigger than a bible and see if you can understand the first paragraph


Do I really need Microsoft Visual C++ 2005 Redistributable for my computer to function normally?

If I delete it, will there be any consequences? I mainly use my computer for a few things: AIM, Internet, iTunes, PhotoShop, Movie Maker, Microsoft Works. That's about it. Every now and then, I'll get an n64 or GBA emulator to play around with, but other than that, that's basically all I use my computer for.

Do I really need Microsoft Visual C++ 2005 Redistributable for my computer to function normally?
The Windows OS does not need it to function and most commercial programs do not need it. Just make sure by delete you mean to uninstall it from add/remove programs in the control panel.





The redistributable is only needed when running programs developed using MS VC++ 2005 and there are dependencies on certain DLL files (installed by the distributable) in those programs.





Also, if you have some program or application that produces an error message with something like "this application was not configured correctly" or "(file with dll extension) not found", then that program/application may need the distributable to be installed on the system.
Reply:No, you only need that if you are tracking to SELL (create) programs for use by others. How did you get it on your system. There is a slim chance that some program you now have uses it. but deleting it well help you figure it out.
Reply:If you are not doing any programming you shouldn't need it at all. If you have any programs on your computer that were created with visual C++ 2005 you will need the library to run these programs. Delete away if you don't have any of these. You would know because you or your friends would have programmed them.


How do I use Microsoft Visual C++ 2005?

I need basic info on how to compile and run the most simple program. I have a text (Absolute C++, Savitch), but it is not specific to any particular compiler. I would really appreciate some help!

How do I use Microsoft Visual C++ 2005?
http://msdn2.microsoft.com/en-us/visualc...


Microsoft Visual C# 2005 express edition?

Can anyone recommend a book that teaches me how to use the tool? Most books I find dive into the C# code, and I just need a book that teaches how to use the development tool.

Microsoft Visual C# 2005 express edition?
There are many. But the best official source is from Microsoft itself and also from Addison Wesley.
Reply:This is a following to a C# program:


#include (stdio.h)


main()


{


// Program lines


}


Sample:


#include (stdio.h)


main()


{


if()


printf "Hello!"


printf "Welcome to Windows XP/Vista/Loopy XP!"


else()


printf "Goodbye!"


}
Reply:There are plenty of books on Amazon. Make sure you search for Visual C#.NET and not C#.





The first one gives you the tool the second one gives you the language.
Reply:do a search for "visual c# walk-through" i've upgraded since studio express, but if i remember correctly the help documentation is pretty good. if u get stuck u can always look things up on msdn.microsoft.com

flower show

Microsoft Visual C++ 2005 Express Edition debug problem?

when i do the debug in the program the cmd appears quickly then close.


to know the code is :


#include %26lt;stdio.h%26gt;


int main ()


{


printf ("welcom to c ");


return 0;


}

Microsoft Visual C++ 2005 Express Edition debug problem?
It appears quickly and closes because that's the end of your program. After your printf(), pause for a console input (like Console.ReadLine() or cin %26gt;%26gt;). That will force your user to hit enter to end the program.
Reply:Add the function 'getch()' at the end to cause it to wait for you to press a key.
Reply:Your program is working fine keep on adding to it..


why using Standard (Stdio) not (iostream)


C++ programming?

Can someone PLEASE explain to me how you go about overloading the following operators:


%26lt;%26lt;, %26gt;%26gt;, - (unary negation), +, -, [ ], *, ==, !=, and =.

C++ programming?
Operator overloading isn't hard but it is a fairly large and detailed area. It would be difficult to cover it here. It is best just to do a web search and read a couple of different tutorials that look helpful. If you then have specific questions they might be within a scope this Answer format could accommodate.
Reply:try


http://www.pixel2life.com/tutorials/c_ge...

garden centre

Write a C++ program that creates a class named Employee.?

It should be having the following data members





•Name//for employee name


•Experience// for employee’s experience in a particular organization





Class Employee should overload two operators; %26lt; and %26gt;


These operators should be used to find out the seniority of two employees (two employee class objects should be declared in main). After comparison it will display the employee name whose seniority is higher than the other's.


An employee has higher seniority if his/her experience is more than the other employee.


If the two employees has same experience, the name of both the employees should be displayed.

Write a C++ program that creates a class named Employee.?
it's been a while so my code will be rusty! also not compiled. but this is homework anyway, right? so you will learn some tricks by debugging my code. :)





class Employee


{


char Name[];


int Experience;





public:


Employee operator%26lt;(const Employee%26amp; a, const Employee%26amp; b) char *;


Employee operator%26gt;(const Employee%26amp; a, const Employee%26amp; b) cahr *;};





// define constructor


Employee::Employee operator%26lt;( Employee a, Employee b )


{


if (a.Experience %26lt; b. Experience) {


return a.Name;


}


}





or something like that! :)


Plz write short answers for following. thanks?

a) Where do we initialize the ‘constant’ members?


b) How to call parameterized constructor of the base class?


c) What is the difference between C++ struct and C++ class?


d) What are the different ways to overload an operator?


e) Which operators cannot be overloaded in C++?


f) Can we access the non-virtual member functions of derived class using base class’s pointer/reference?


g) Can a pure virtual member function have its body defined?


h) If static member variable(s) are not initialized, then what type of error arises?


i) How to call parameterized constructor of the aggregated object?


j) Virtual Inheritance is used to solve the problem deadly diamond of death problem

Plz write short answers for following. thanks?
May be you can contact a programming expert at website like http://programming.aplis.net/ .
Reply:a) We are not doing your homework.


b) Don't even think about it.


c) How about you give it a shot.


d) If you keep doing this, your gonna fail.


e) Go read the book.


f) Or pay attention in class.


g) Stop being lazy.


h) How are we gonna help you on your test?


i) If these questions are on the test?


j) Go do your homework.


Also need the program for this with C++?

Class Rational 1 (Points: 15)


Consider the class Rational below. The class enables operation on fractions (like 1/2 or 3/4). Fractionas are reprsented by storing a numerator and a denominator as integers.





a) Add code to the class declaration to allow the overloading of the == operator. Implement as a friend operator. Be aware that the fraction 1/2 is supposed to be equal to 2/4 (ie. 1/2 == 2/4 needs to yield true).





b) Provide an implementation of the == operator.








class Rational


{


public:


Rational();


Rational(int,int);


Rational(int);


private:


int num, den;


};








Paragraph

Also need the program for this with C++?
Hint: if a/b = c/d then ad = bc (as long as b and d are non-zero)
Reply:// open your book





/* Read about classes, operators, and constructors */





/* learn something */





while (expecting_someone_to_do_your_homework_f...


{


dream_on();


}


Need Help in making this c++ program?

Implement and thoroughly test a class named IVector that represents a


dynamic array of integers. It will have 3 private data members: int


capacity, int count, and int * items. The 'capacity' is the physical


size of the dynamic array (its actual number of elements). The 'count'


is the number of elements currently in use (indices 0, 1, ...,


count-1). The pointer 'items' points to the first element of the


dynamic array, which will be created by the operator 'new'.





Class IVector will have three constructors: 1) a default constructor


that creates an array of capacity = 2 and count = 0; 2) a constructor


with parameter int cap that creates an array of capacity = cap and


count = 0; and 3) a copy constructor with parameter "const IVector %26amp; V"


that creates an array that is identical to IVector V.





Class IVector will have the following public member functions: 1) two


getters that return the capacity and the count of an IVector object;


2) one declared "void Append( int item )" that adds 'item' to 'items'


at position 'count' and increments 'count' by one; 3) one declared


"void Insert( int index, int item ) "that adds 'item' to 'items' at


position 'index' and increments 'count' by one; and one declared "void


Delete( int index )" that deletes the item at position 'index' and


decrements 'count' by one.





Overload the operator '[ ]' to access elements of the vector by


subscript.

Need Help in making this c++ program?
What is the question?
Reply:Sounds pretty straightforward to me. So do you always get your homework done this way? Explains a lot about the state of the Software Industry.....
Reply:Does not look easy. May be you can contact a C++ expert at websites like http://askexpert.info/

flower show