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
I need ideas
Started by Nille, Jul 24 2007 02:51 PM
3 replies to this topic
#1
Posted 24 July 2007 - 02:51 PM
|
|
|
#2
Posted 25 July 2007 - 08:29 AM
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.
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
Posted 25 July 2007 - 08:43 AM
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
Medium ideas: implement a rational number class, implement a matrix class
Advanced ideas: implement a matrix template
#4
Posted 25 July 2007 - 01:51 PM
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
and Winged Panther im sure that was some greate ideas i just dont understand wat you have written ;P


Sign In
Create Account


Back to top









