Jump to content

Project

- - - - -

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

#1
Apprentice123

Apprentice123

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 430 posts
I know the basics of C. Array, pointer (not a lot), struct (+ou-).

What program would be motivating and interesting to increase my knowledge?

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,715 posts
Implement a matrix class. Provide methods for multiplication, addition, subtraction, transposition, etc. If you're really good, implement an RREF function.

Matrices

#3
tbag1983

tbag1983

    Newbie

  • Members
  • Pip
  • 7 posts
A tic tac toe game is always good.

#4
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,715 posts
Yeah, that might be a better place to start. Then the matrix.

#5
Apprentice123

Apprentice123

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 430 posts
I am working with matrix. If I have a problem, I post here.

Thanks

#6
hkp

hkp

    Learning Programmer

  • Members
  • PipPipPip
  • 37 posts
you should learn c deeply. For that you need practice. According to me you should make programs of different purpose. you can search these programs form the google than do practice. that will increase your knowledge.