Ask Experts Questions for FREE Help!
  Advanced
Register  |  Log in  
   Ask    
 Answer  
  Help  

Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
Free Answers in 3 Easy Steps

Register Now
3 Steps

At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.

Home > Computers & Technology > Programming > Compiled Languages > C++   »   c++ programing compiler

 
Question Tools Search this Question Display Modes
Question
 
 
#1  
Old Aug 19, 2006, 06:41 PM
Amythest's Avatar
Amythest
Junior Member
Amythest is offline
 
Join Date: Aug 2006
Posts: 100
Amythest See this member's comment history on his/her Profile page.
c++ programing compiler

does anyone know where i can find a free or erally cheap programin g complier?

Reply With Quote
 
     

Answers
 
 
Old Aug 22, 2006, 03:54 AM   #2  
LTheobald
Ultra Member
LTheobald is offline
 
LTheobald's Avatar
 
Join Date: Feb 2004
Location: Cambridge, UK
Posts: 1,047
LTheobald See this member's comment history on his/her Profile page.LTheobald See this member's comment history on his/her Profile page.
Call LTheobald via Skype™ Send a message via MSN to LTheobald
http://www.thefreecountry.com/compilers/cpp.shtml
  Reply With Quote
 
     
 
 
Old Aug 22, 2006, 07:33 PM   #3  
Amythest
Junior Member
Amythest is offline
 
Amythest's Avatar
 
Join Date: Aug 2006
Posts: 100
Amythest See this member's comment history on his/her Profile page.
what do i click on cuz im not actually seeing teh c++ complier. download thingy
  Reply With Quote
 
     
 
 
Old Aug 23, 2006, 12:22 AM   #4  
LTheobald
Ultra Member
LTheobald is offline
 
LTheobald's Avatar
 
Join Date: Feb 2004
Location: Cambridge, UK
Posts: 1,047
LTheobald See this member's comment history on his/her Profile page.LTheobald See this member's comment history on his/her Profile page.
Call LTheobald via Skype™ Send a message via MSN to LTheobald
Well there wasn't a download link on that page. It was just a long list of C/C++ compilers that you could choose from. Clicking on one of the links would have taken you to the home page of that compiler.

If you just want a download link, I picked from that page. Try:
http://openwatcom.mirrors.pair.com/o...-win32-1.5.exe

It's a 60MB download so it may take a while.
  Reply With Quote
 
     
 
 
Old Aug 23, 2006, 02:37 PM   #5  
Amythest
Junior Member
Amythest is offline
 
Amythest's Avatar
 
Join Date: Aug 2006
Posts: 100
Amythest See this member's comment history on his/her Profile page.
ty :P
  Reply With Quote
 
     
 
 
Old Oct 16, 2006, 07:29 PM   #6  
cpeysen
New Member
cpeysen is offline
 
cpeysen's Avatar
 
Join Date: Oct 2006
Posts: 5
cpeysen See this member's comment history on his/her Profile page.
You should deff get c++ .net compiler if you dont want to buy one. I use visual 6.0 c++ and .net is very similar. Its a great program and free. If search c++ .net microsoft you can download it.
  Reply With Quote
 
     
 
 
Old Feb 6, 2007, 12:40 AM   #7  
rebel-2
Junior Member
rebel-2 is offline
 
Join Date: Jan 2007
Location: space
Posts: 65
rebel-2 See this member's comment history on his/her Profile page.
|lol im a few months late, however if anyone stumbling upon my post would like to know that "bloodshed c++" is a very good compiler
  Reply With Quote
 
     
 
 
Old Feb 9, 2007, 02:42 AM   #8  
smithla40
New Member
smithla40 is offline
 
Join Date: Feb 2007
Posts: 1
smithla40 See this member's comment history on his/her Profile page.
Requesting assistance for C++ Program. Can someone please help me with these 2 programs.

MISM 2311 Lab Four

1) A fast food restaurant charges $1.49 for burgers, $0.89 for fries, and $0.99 for sodas.

Write a program that allows an employee to enter an order (the number of burgers, fries and sodas), and then display a total, the tax (at 6%), and the final cost. The program output should look similar to:

Enter the number of burgers: {The user will type a number such as 3}
Enter the number of fries: {The user will type a number such as 2}
Enter the number of sodas: {The user will type a number such as 5}

The total before tax is: $11.20
The tax is $0.67
The grand total is $11.87

Enter amount tendered: {The user will enter an amount such as 20}
The change is: $8.13


2) Write an interactive C++ program that reads a series of 12 temperatures from a file called "12temp.dat". It should display to the user each temperature and the difference between the current temperature and the one preceding it via cout. The difference is not output for the first temperature that is input. At the end of the program the average temperature should be displayed. For example given the following input data:

34.5 38.6 42.4 46.8 51.3 63.1 60.2 55.9 60.3 56.7 50.3 42.2

34.5
38.6 4.1
42.4 3.8
46.8 4.4
51.3 4.5
63.1 11.8
60.2 -2.9
55.9 -4.3
60.3 4.4
56.7 -3.6
50.3 -6.4
42.2 -8.1

The average temperature is: 50.2

Be sure to use proper formatting and appropriate comments in your code. Output should be labeled clearly and formatted neatly.
  Reply With Quote
 
     
 
 
Old May 15, 2008, 05:10 AM   #9  
willwill
New Member
willwill is offline
 
Join Date: May 2008
Posts: 4
willwill See this member's comment history on his/her Profile page.
Interactive C++ program that inputs a series of 12 temperatures from the user.
  Reply With Quote
 
     


Question Tools Search this Question
Search this Question:

Advanced Search
Display Modes

 
Similar Sponsors

Similar Questions
Question Asker Topic Answers Last Post
Honeywell RTH230B Programing deanarue Heating & Air Conditioning 4 Dec 5, 2007 01:59 AM
Programing wanderer Computers for Beginners 2 Sep 20, 2007 09:08 PM
Linear Programing ?? harrissj1 Math & Sciences 0 Aug 15, 2006 06:37 AM
i want to learn about programing cmiller0384 Other Programming 11 May 21, 2006 07:52 AM
Regarding JSP programing rashmimanu1@yahoo.co.in Internet & the Web 1 Mar 13, 2006 01:51 AM




Copyright ©2003 - 2007, Ask Me Help Desk.
All times are GMT -8. The time now is 05:47 AM.

Content Relevant URLs by vBSEO 3.0.0 RC6 © 2006, Crawlability, Inc.