Forum: C++ Nov 26th, 2008 |
| Replies: 5 Views: 416 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: 416 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: 416 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: 416 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... |
Forum: Python Oct 31st, 2008 |
| Replies: 0 Views: 185 Hi,
This is the first Python code i have written without the aid of a tutorial, i was wondering if you could look over it and provide me with your feed back on any bad habits i may have and if... |