Forum: Java Feb 20th, 2007 |
| Replies: 8 Views: 1,375 Firstly, No I did not ask you to do my homework for me. I was just asking if you could help me convert a function (small part of coding) into c++. As I have stated in the first post, I'm a newb.... |
Forum: Java Feb 19th, 2007 |
| Replies: 8 Views: 1,375 Aaah..Darn! I was hoping I could.
Then uh..could any of you guys gimme a hand on changing some java coding to c++ ?
That's the main part of the code transformation I'm currently facing =_= |
Forum: Java Feb 18th, 2007 |
| Replies: 8 Views: 1,375 Hi. I have a bunch of Java codes I have done and I was wondering if there is a possible software or program to convert it into c++?
This is because I've done it in Java and now my lecturer wants... |
Forum: C++ Sep 16th, 2006 |
| Replies: 5 Views: 7,617 Uhm I think you misunderstand me. I've done it; I'm just stuck on searching data from a file. I was hoping someone could give an example on it. I do not want it to be from my coding just an... |
Forum: C++ Sep 16th, 2006 |
| Replies: 5 Views: 7,617 Hi. I was wondering if anybody could help me with a small problem.
I would like to read a specific line from a txtfile and either output/delete it.
Basically, I'm doing a program where a user... |
Forum: Java Sep 3rd, 2006 |
| Replies: 3 Views: 3,294 Mm..I found a way using Tokens. But does anyone now know like..taking in blanks, apostrophe, exclamation mark etc. and printing it out again?
Truth is; I'm trying to do a simple encryption method.... |
Forum: Java Sep 3rd, 2006 |
| Replies: 3 Views: 3,294 Hi. I was wondering if anyone knows how to split a string. I did find a code on it; but it's based on a pattern.
Can anyone help me to split a string into letters..
e.g. "Like" --> "L", "i", "k",... |