- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Student
12 Posted Topics
Re: I'm a fan of anime. One of my current favourites is Naruto, I'm only up to episode 83 of the anime but I've read up to chapter 225 of the manga and I can't wait to see more of it even though I know what's going to happen in the … | |
does anyone know where I can find some help on integration functions in c++? | |
Does anyone know how to insert a .jpeg into the JPanel of a GUI window? | |
Re: South Africa is really cool, all the game park and wildlife everywhere | |
Hi I was just wondering how you change the text colour of only some of the text in a console when you are using cout to display your text. I tried using [CODE]system("Color XY");[/CODE] obviously where X and Y are hex numbers and X sets the background color and Y … | |
Re: [QUOTE=cscgal]Green is approval and Red is disapproval. Grey means that the person who rated your post is a new member, has very few posts, or little rep himself/herself. And therefore it hasn't affected your reputation.[/QUOTE] So how much reputation points would you need before you'll actually start affecting other people's … | |
whenever I try to use \t to insert a tab space into one of my Strings it just inserts it as an \t instead of an actual tab space. I have also tries using \u0009, but this one doesn't even do anything. All the other ones (e.g \n ) all … | |
Well basically for the assignment I have to write a project that reads data from a .mdb database file and stores this data into a 2D array, then lets the user manipulate the data in the array (stuff like adding, editing, sorting, deleting and searching data) by using GUI and … | |
Re: Why not try something like this: for(int x = 0; x < word.length() - 1; x++) { String letter = word.charAt(x); //you could make letter a char is you want //write letter to the file } | |
Re: for an integer to string you can also use String s = String.valueOf(intNum); | |
1. There are 5 houses in 5 different colours. In each house lives a person with a different nationality. 2. The 5 owners drink a certain type of beverage, smoke a certain brand of cigar, and keep a certain pet. 3. No owners have the same pet, smoke the same … |
The End.