Jump to content

I need ideas

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Nille

Nille

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts
I am kinda new at c++ and i have just started classes and stuff and i need some ideas all ideas would be appriciated.

(remember im kinda new so plz dont make it to hard for me :p)

thx all

#2
brian

brian

    Newbie

  • Members
  • PipPip
  • 14 posts
Well I would try doing some programs that are math related....they allow you to easily learn a lot about handling data and such.

Some ideas for math related things you can try:
Large integer addition (adding really big numbers together)
Calculating prime numbers

Without knowing exactly what you know and such, and what your interests are, it is hard to know exactly what to give you for ideas.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Easy ideas: Compute factorials by recursion, compute factorials without recursion, etc.
Medium ideas: implement a rational number class, implement a matrix class
Advanced ideas: implement a matrix template
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
Nille

Nille

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts
Thx Brian i will give it a shot.

and Winged Panther im sure that was some greate ideas i just dont understand wat you have written ;P