Forum: C++ Jun 11th, 2004 |
| Replies: 6 Views: 22,501 Nested switch case statements work with no problems... thanks guys |
Forum: C++ Jun 9th, 2004 |
| Replies: 6 Views: 22,501 well, nevermind... I'll just do the nested thing... I didn't think about that (or better yet didn't think at all). |
Forum: C++ Jun 9th, 2004 |
| Replies: 6 Views: 22,501 Hi all,
Someone is going to laugh at me for this one.
Can you have two arguments in a switch case statement?
switch (choiceA, choiceB)
{
case 1,2:
cout <<"Information";
... |
Forum: Troubleshooting Dead Machines Jun 9th, 2004 |
| Replies: 17 Views: 11,270 I had the sasser virus... is your computer giving a countdown warning before it shutsdown? if so, it may be the sasser...
you guys 'disagree' alot in here... we should all hold hands sing the... |
Forum: C Jun 9th, 2004 |
| Replies: 14 Views: 33,177 wait... are you trying to list names of students alphabetically or are you trying to change the characters in each students name around into alphabetical order? |
Forum: C++ Jun 8th, 2004 |
| Replies: 4 Views: 4,758 Thanks Guys!! It worked!!! :mrgreen: |
Forum: C++ Jun 8th, 2004 |
| Replies: 4 Views: 4,758 You're right... I'm sorry about that big mess. |
Forum: C++ Jun 8th, 2004 |
| Replies: 4 Views: 4,758 Hello, I need help with me homework. It's probably something simple. My program is supposed:
1) read lines from a file (rain.txt)
2) find the shortest and longest lines (I used strlen())
3)... |
Forum: C Jun 8th, 2004 |
| Replies: 7 Views: 6,526 I'm unsure of this but I don't think "int [6][6]" will work. Did you try "int getGraph()" and "return graph[6][6]"? |