Forum: C
Apr 14th, 2007, 11:15 AM
|
|
Replies: 5
Views: 215
|
Forum: C
Apr 14th, 2007, 10:44 AM
|
|
Replies: 5
Views: 215
But you can use something like this
char...
But you can use something like this
char string[][] = {{"House"},{"Car"},{"City"}};
int op;
op = [funtion to get option]
switch (op){
case 0: ... House
case 1: ... Car
case 2: ... City
|
Forum: Coder's Corner Lounge
Apr 13th, 2007, 3:14 AM
|
|
Replies: 7
Views: 196
|
Forum: Coder's Corner Lounge
Apr 10th, 2007, 6:03 PM
|
|
Replies: 3
Views: 172
|
Forum: PHP
Apr 2nd, 2007, 5:33 AM
|
|
Replies: 4
Views: 189
|
Forum: PHP
Mar 29th, 2007, 8:08 PM
|
|
Replies: 6
Views: 159
The problem is that the tables are created...
The problem is that the tables are created correctly there should be 3 tables, a member, a games, and another with games_member. Then it would be easier to do.
But from what you have you can make a...
|
Forum: Coder's Corner Lounge
Mar 27th, 2007, 7:43 PM
|
|
Replies: 1,035
Views: 17,572
|
Forum: Community Introductions
Mar 27th, 2007, 5:46 AM
|
|
Replies: 4
Views: 161
Hi there
My name is Ricardo Gomes, and I'm from Portugal
So far I've learned html/xhtml, css, php. And I have solid knowledge in does languages.
I'm learning C now, and also bash scripting. And its been...
|