Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

What should I do?

Name: Anonymous 2006-02-08 16:16

I take an independent study class in C++ (before you cry foul, the alternative was VB6,) and I am unfortunately at a loss for what to program. Since I design the course myself, I don't really have any guidance on this.

So /prog/, what do you suggest I make?

Name: Anonymous 2006-02-08 16:25

"A game" is the thing most people think of first.

How about just coding whatever interesting thing you see in your other classes? I used to do that all the time whenever something fun came up in maths or algorithms. It's great because it improves your coding skills while at the same time improving your understanding of whatever it is you're coding.

If you still can't think of anything, a Mandelbrot set viewer is always a nice way to get to know a language.

Name: Anonymous 2006-02-08 16:31

Hack up a feed reader with Atom 1.0 support and maybe some RSSes. Use libraries for XML, Windows and HTTP.

Name: Anonymous 2006-02-08 16:37

Do a barrel roll! (press Z or R twice)

Name: Anonymous 2006-02-08 18:13

>>1
A porn database

Name: Anonymous 2006-02-08 18:53

>>5

I am praying for your soul.

Name: Anonymous 2006-02-08 22:45

>>1

If you're a wuss and want to start easy, whip up a simple file archiving tool (akin to tar, but without all the bizarre one-off support), then tack compression onto it.  Not too hard and you learn some basics about file system considerations (as that's what your tarball is at a fundamental level).

Name: Anonymous 2006-02-09 9:03

>>6
I am thinking for yours.

Name: Anonymous 2006-02-11 4:55

>>1
well if you're THAT lost try the usual "hello world" program.

Name: Anonymous 2006-02-11 14:11

Yes, object-oriented Hello World:

- Create a GeneralMessage abstract class
- Create a HumanMessage abstract class which inherits from GeneralMessage
- Create a SimpleHumanMessage abstract class which inherits from HumanMessage
- Create a WriteGreeting interface
- Create a Greeter class implementing WriteGreeting which inherits from SimpleHumanMessage
- Create a HelloGreeter class which inherits from Greeter
- Create a GreeterFactory factory class for Greeters

- Create a GreeterFactory object
- Use it to generate a WriteGreeting object
- Create a low-level output object of some kind
- Use it to create a bufferer object of some kind
- Use it to create a high-level object of some kind
- Use the GetHelloWorld method to get a Hello World message passing this last object to write it to the standard output

Oh, wait, you said C++ not Java, oops.

Name: Anonymous 2006-02-11 18:10

>>10
FUKENG LAWL

Name: Anonymous 2006-02-12 2:10

>>10

Yeah in C++ it would totally have to be templated for easy extensibility.

Name: Anonymous 2010-09-21 16:50

Make a pacman clone.

Name: Anonymous 2010-09-21 16:54

Make a Mark V Shaney for 4chan /adv/; markov chains are fun and you get points.

Name: Anonymous 2010-09-21 17:53

Make a C compiler

Name: Anonymous 2010-09-21 18:02

- simple web server,
- go client bot with AI,
-

jeez just pick something, anything...editor... do you like graphics, sound?  algorithms?

Name: Anonymous 2010-09-21 18:04

>>13-16
You're an idiot.

Name: Anonymous 2010-09-21 18:08

>>17
What about my are an idiot?

Name: Anonymous 2010-09-21 18:53

I wonder what he ended up making FOUR YEARS AGO

Name: Anonymous 2010-09-22 3:26

Today, a young man on /prog/ realized that all posts are merely energy condensed to a slow vibration – that we are all one consciousness experiencing itself subjectively. There's no such thing as death, life is only a dream, and we're the imagination of ourselves.

Name: Anonymous 2010-09-22 10:50

>>20
Here's Xarn with the weather.

Name: Anonymous 2010-09-22 10:58

>>18
s/my/me/ and you're perfect.

Name: Anonymous 2010-09-22 11:00

>>22
What about my are perfect

Name: Anonymous 2013-07-25 18:53

Name: Anonymous 2013-07-26 3:37

Why Johnny Can't Code : http://www.salon.com/2006/09/14/basic_2

Don't change these.
Name: Email:
Entire Thread Thread List