Forum: C++ Nov 26th, 2008 |
| Replies: 5 Views: 439 Hey I have decided that a GUI is to Advanced for me to try at the moment and am going to keep reading my book. |
Forum: C++ Nov 26th, 2008 |
| Replies: 5 Views: 439 Hey I Use Visual 2008 C++ Express and i don't know how to link this code to a GUI so that when i type the number of meters into a text box and press a button it will return the answer in a second... |
Forum: C++ Nov 25th, 2008 |
| Replies: 5 Views: 439 Thanks for the help niek_e and StuXYZ it works perfectly now and i cant believe i forgot to put using before namespace. |
Forum: C++ Nov 25th, 2008 |
| Replies: 5 Views: 439 Hey I am trying to teach myself C++ and i am having trouble with a measurement converter I am pretty sure my problem is in the line
Yards = Meters * 1.094;
but i don't know how else to write... |