Forum: C++ Apr 8th, 2009 |
| Replies: 2 Views: 278 |
Forum: C++ Apr 7th, 2009 |
| Replies: 2 Views: 278 hello I been working on a swap program and this is about my third one trying to get it working now I'm having a problem i keep getting 0's added into it right now the output is 4, 0 , 5, 0 ,16.... |
Forum: Python Jan 8th, 2009 |
| Replies: 11 Views: 794 Ok thank you all for the replies they have been very helpful. Ive been trying a few of the different ways people suggested but when i output it i get one dash and if print selected word i only... |
Forum: Python Jan 6th, 2009 |
| Replies: 11 Views: 794 Hello i just started learning about python and am beginning a hangman program. I'm trying to read the word from the document then output _ for each letter in it. so far it runs but outputs nothing... |
Forum: C++ Nov 3rd, 2008 |
| Replies: 0 Views: 471 Ended up solving it don't know how delete post however
include <iostream>
using namespace std;
/*
* linkedlist.h
* linkedlist
*/
struct node { |
Forum: C++ Oct 8th, 2008 |
| Replies: 12 Views: 1,406 well thanks for the advice all the atoi() came in really handy and sky yours bit more complicated then mine needs to be, hope it worked out well |
Forum: C++ Oct 6th, 2008 |
| Replies: 12 Views: 1,406 Hello below is what i have so far it basically just takes the 2 numbers from the binomial and outputs them trying to plug them into the x^2 + bx + c format but having a few problems mainly adding the... |
Forum: C++ Oct 3rd, 2008 |
| Replies: 12 Views: 1,406 Thank you for both your replys id liek to post a more accurate discription but all was told is take (x+3)(x+4) types of binomials from a text and output it factored into another ..
thank you for... |
Forum: C++ Oct 2nd, 2008 |
| Replies: 12 Views: 1,406 Hello i have a project to write a program that takes 2 binomials from a text file then factor them and output it into another text file. I'm curious on how to begin going about this do i take the 2... |
Forum: C++ Sep 24th, 2008 |
| Replies: 3 Views: 602 ok thank you for the reply |
Forum: C++ Sep 22nd, 2008 |
| Replies: 3 Views: 602 Hello i have a quick question working on a hangman project and have most of it done but i was wondering how to count how many letters a word has in order to have the right amount of spaces wondering... |
Forum: C++ Sep 8th, 2008 |
| Replies: 2 Views: 746 Ok thank you for the reply. |
Forum: C++ Sep 8th, 2008 |
| Replies: 2 Views: 746 Hello (sorry if i break any rules on post format first time on daniweb)Have a project to make a binary to hex,Dec,octal. Now i found this code here... |