» Site Navigation | | | » Advertisement | | | » Recent Threads | | | | | | | Lil Wayne 10-21-2008 09:33 PM Today 01:45 AM 85 Replies, 755 Views | | | |  | |  | Heheh, I got a CS class in school. |  |
12-20-2006, 07:46 PM
|
#1 (permalink)
| Jax pwns
Join Date: Dec 2006 Location: San Diego, CA Age: 18 Posts: 3,920
GPoints: 69 Rep Power: 12 | Heheh, I got a CS class in school. Yep, the title doesn't lie. My school has a class, that nobody knows, its called programming, but we never do that, so plays CS all period long. Its fun, actually, since, you're against half the class + teacher.
So shhhhh. Don't tell. | |
| |  | Re: Heheh, I got a CS class in school. |  |
12-20-2006, 08:57 PM
|
#2 (permalink)
| Æthean
Join Date: Nov 2006 Location: Ontario Age: 18 Posts: 1,332
GPoints: 970 Rep Power: 9 | Re: Heheh, I got a CS class in school. My programming class last year was equally fun to your this year :P
I would always finish my assignments in 5 minutes or less (and everybody around me... i wonder how -.-) so the rest of the class me and my friends just had lan games of zsnes :P
the most advanced assignment was literally this: Code: dim strSentence as string
dim strMsgbox as string
private sub command1_click()
strsentence = txtInput.text
strmsgbox = msgbox(strsentence & vbnewline & vbnewline & "Is this what you entered?", vbyesno, "Input")
if strmsgbox = vbyes then
msgbox "Congraulations! You passed this course!"
elseif strmsgbox = vbno then
msgbox "No? you suck :P"
else
msgbox "Wtf?"
end if
end sub Ya.. beginners visual basic 6.0 xD
good times.. good times.. | |
| |  | Re: Heheh, I got a CS class in school. |  |
12-21-2006, 05:54 AM
|
#3 (permalink)
| | | Re: Heheh, I got a CS class in school. LOL my college course is an excuse to play UT and Q3A at the back with half the class.
A few times the other classes found the games we installed in the other rooms and joined our LAN game  | |
| |  | Re: Heheh, I got a CS class in school. |  |
12-21-2006, 07:35 AM
|
#4 (permalink)
|
Join Date: Dec 2006 Age: 17 Posts: 6,498
GPoints: 1,466 Rep Power: 15 | Re: Heheh, I got a CS class in school. That is fucking awesome. lol
I know a school that has a CS team xD | |
| |  | Re: Heheh, I got a CS class in school. |  |
12-21-2006, 10:23 AM
|
#5 (permalink)
| Jax pwns
Join Date: Dec 2006 Location: San Diego, CA Age: 18 Posts: 3,920
GPoints: 69 Rep Power: 12 | Re: Heheh, I got a CS class in school. Quote:
Originally Posted by Aethean My programming class last year was equally fun to your this year :P
I would always finish my assignments in 5 minutes or less (and everybody around me... i wonder how -.-) so the rest of the class me and my friends just had lan games of zsnes :P
the most advanced assignment was literally this: Code: dim strSentence as string
dim strMsgbox as string
private sub command1_click()
strsentence = txtInput.text
strmsgbox = msgbox(strsentence & vbnewline & vbnewline & "Is this what you entered?", vbyesno, "Input")
if strmsgbox = vbyes then
msgbox "Congraulations! You passed this course!"
elseif strmsgbox = vbno then
msgbox "No? you suck :P"
else
msgbox "Wtf?"
end if
end sub Ya.. beginners visual basic 6.0 xD
good times.. good times.. |
Hmm... heres a simple 5 minute code that i've learned. Well, its compiled for a windows 95 since the computer that I use to program with is that kind. But we're getting newer ones when I come back from winter break. Code: #include <iostream>
using namespace std;
int main()
{
int name;
cout << "Enter your name: ";
cin >> name;
cout << "Hello, " << name << " you suck.\n";
return 0;
} Pretty much, you enter your name in the command menu. And you could probably guess the rest. But whats cool is that im taking robotics next semester... but I dunno if its gonna suck or not. | |
| |  |  | Re: Heheh, I got a CS class in school. |  |
03-21-2007, 04:21 PM
|
#6 (permalink)
| | | Re: Heheh, I got a CS class in school.  Almost exact same for us.
CS in class is fun because I can absolutely crush most people in there  | |
| |  | Re: Heheh, I got a CS class in school. |  |
03-21-2007, 04:28 PM
|
#7 (permalink)
| Underground
Join Date: Feb 2007 Location: Canada Posts: 467
GPoints: 11 Rep Power: 6 | Re: Heheh, I got a CS class in school. Lmao.. we do that too
Quake/Doom is also fun! 
__________________ ..Shining on Diamond Eyes... (bare with me on the siggy until I can be arsed to make a proper one :P) | |
| |  | Re: Heheh, I got a CS class in school. |  |
03-21-2007, 04:39 PM
|
#8 (permalink)
| Underground
Join Date: Mar 2007 Location: GG, obviously. Posts: 281
GPoints: 94 Rep Power: 6 | Re: Heheh, I got a CS class in school. In my business class last semester, we played UT. | |
| |  | Re: Heheh, I got a CS class in school. |  |
03-21-2007, 09:42 PM
|
#9 (permalink)
| Underground
Join Date: Feb 2007 Location: Canada Posts: 467
GPoints: 11 Rep Power: 6 | Re: Heheh, I got a CS class in school. Lol it's funny cause the class is Computer Science too ;)
__________________ ..Shining on Diamond Eyes... (bare with me on the siggy until I can be arsed to make a proper one :P) | |
| |  | Re: Heheh, I got a CS class in school. |  |
03-22-2007, 03:04 PM
|
#10 (permalink)
| Banned
Join Date: Sep 2006 Location: MWHAHAHHAHA Age: 18 Posts: 5,270
GPoints: 346 Rep Power: 0 | Re: Heheh, I got a CS class in school. lol my school has a Programming Class. they Teach us VB, and some C.
Its fun just to mess around in there. Sadly, i still suck at all of it, lol | |
| |  | | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |