What should I program?

gopunk

Lifer
Jul 7, 2001
29,239
2
0
preferably something not terribly graphics intensive like a 3d fps :p

i'm just getting into C# and this whole .net framework stuff and want a project...
 

SSP

Lifer
Oct 11, 1999
17,727
0
0
A program that will display "Hello World" with an "OK" button to exit.

The exit button is important....
 

DanFungus

Diamond Member
Jul 27, 2001
5,857
0
0
Originally posted by: SSP
A program that will display "Hello World" with an "OK" button to exit.

The exit button is important....
take his suggestion you ungrateful loser



;):p;)

 

microAmp

Diamond Member
Jul 5, 2000
5,988
110
106
Originally posted by: SSP
A program that will display "Hello World" with an "OK" button to exit.

The exit button is important....

HA HA.... In my class I'm taking now, we had to learn a little bit about Visual Basic 6, "Hello World" was the first program we had to make.
 

JetBlack69

Diamond Member
Sep 16, 2001
4,580
1
0
You could create a searchable lyric database. I'm doing something like that now, but it is a game. I have many of my favorite song lyrics in files, then my program will pick a random lyric and I can either guess which song it's from, what the next line in the song is, or that the line before it was. I'm not done with it yet and I'm doing it in JAVA. This is all done in DOS or a command prompt.
 

Alex

Diamond Member
Oct 26, 1999
6,995
0
0
Originally posted by: JetBlack69
You could create a searchable lyric database. I'm doing something like that now, but it is a game. I have many of my favorite song lyrics in files, then my program will pick a random lyric and I can either guess which song it's from, what the next line in the song is, or that the line before it was. I'm not done with it yet and I'm doing it in JAVA. This is all done in DOS or a command prompt.

need eyecandy :D
 

JetBlack69

Diamond Member
Sep 16, 2001
4,580
1
0
Originally posted by: franguinho
Originally posted by: JetBlack69
You could create a searchable lyric database. I'm doing something like that now, but it is a game. I have many of my favorite song lyrics in files, then my program will pick a random lyric and I can either guess which song it's from, what the next line in the song is, or that the line before it was. I'm not done with it yet and I'm doing it in JAVA. This is all done in DOS or a command prompt.

need eyecandy :D

Like a GUI? That's the next phase, I haven't done anything with a graphical user interface with JAVA; right now I'm just getting the core components done. Actually, all it does is print the lyrics because I wanted to make sure it works. :)