Stealth bonus discs
#5
New Member
Joined: Mar 2003
Posts: 6
Likes: 0
Received 0 Likes
on
0 Posts
I'm anxious to see the replies to the post above.
[novasonic@localhost /]# gcc -o novasonic novasonic.c
novasonic.c: In function 'main':
novasonic.c:4: error: novasonic does not have access
[novasonic@localhost /]#
[novasonic@localhost /]# gcc -o novasonic novasonic.c
novasonic.c: In function 'main':
novasonic.c:4: error: novasonic does not have access
[novasonic@localhost /]#
Last edited by rickterfj; 11-16-05 at 10:41 PM.
#6
Member
Joined: Jan 2004
Posts: 94
Likes: 0
Received 0 Likes
on
0 Posts
From: Bala Cynwyd, PA
enum { CircuitCity, BestBuy };
if (details[CircuitCity].rating > details[BestBuy].rating)
printf("Get the Circuit City version\n");
else
printf("Get the Best Buy version\n");
if (details[CircuitCity].rating > details[BestBuy].rating)
printf("Get the Circuit City version\n");
else
printf("Get the Best Buy version\n");





