Forum: Java Sep 24th, 2008 |
| Replies: 5 Views: 625 |
Forum: Java Sep 23rd, 2008 |
| Replies: 5 Views: 625 thanks so much :D, I'm new to this. You solved one of my problems, so I'm gonna ask another one that you can maybe answer. I was wondering if there was a way to take the first word in a sentence... |
Forum: Java Sep 23rd, 2008 |
| Replies: 5 Views: 625 hi im new to java and just need a little help in the right direction. I am trying to display an input of int on number at a time. So for example the user would enter 1998 and the output would be:... |
Forum: C++ Nov 29th, 2007 |
| Replies: 2 Views: 568 Hi
I was just wondering if there was a way to convert a value of double to a string? And if there is what is the command?
Thank You in advance |
Forum: C++ Nov 28th, 2007 |
| Replies: 3 Views: 512 Hi dssn
You posted your problem but no code. You must write your own code because no one here will do that part for you. If you are having problems with a code you already wrote the mods or... |
Forum: C++ Nov 28th, 2007 |
| Replies: 5 Views: 996 thank you lerner
i looked it up and the c_str() worked perfectly. Thank you again both of you.
Im a student, just starting out with this stuff so you helped me out a lot. |
Forum: C++ Nov 28th, 2007 |
| Replies: 5 Views: 996 Hi again
I was wondering if it is possible to convert part of an array into a numerical value?
like for example in the above code in the first function i only read the first 2 lines into... |
Forum: C++ Nov 28th, 2007 |
| Replies: 5 Views: 996 thank you for the quick reply. I will try it out and if i need more help i will post agian. |
Forum: C++ Nov 28th, 2007 |
| Replies: 5 Views: 996 Hi,
I am having trouble with skipping lines in a file and inputting the value it reads into variable inside the program.
Data Inside the txt file i am trying to read:
00112
yourname... |