-3

I have started using/learning linux few days back. I am reading the book "Advanced Linux Programming". It is a very nice book but it does not contain exercises to practice. I am not able to make problems on my own. Can you please share a link or a book where I can get problems to practice C/C++ under Linux?

EDIT: I was looking for problems related to multithreading,interprocess communication and synchronization. I know C and C++. I have been working on windows and now I want to learn Linux.

thanks

Utsav
  • 77
  • 7
  • possible duplicate of [How to learn proper C++?](http://stackoverflow.com/questions/2963019/how-to-learn-proper-c). There have been several questions on SO about learning. So make some queries and you will find great content. One thing, you need to write code. – UmNyobe Jun 29 '13 at 12:10
  • Did you miss these :http://stackoverflow.com/questions/562303/the-definitive-c-book-guide-and-list and http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list?rq=1 – VoidPointer Jun 29 '13 at 12:11
  • http://www.youtube.com/watch?v=qN7u1j44QTo – Luka Rahne Jun 29 '13 at 12:27
  • Did you know already how to write single-threaded, no communicating programs before? Because trying to run when you don't know how to walk is a difficult task. – UmNyobe Jun 29 '13 at 12:27
  • Yes I know C and C++. I have been working on windows but now I want to learn Linux – Utsav Jun 29 '13 at 12:32

2 Answers2

0

Several books have exercises at the end of each chapter. Most which have been recommended on StackOverflow do. There are also challenges and exercises online, but I think it is for the intermediates.

Btw googling "c++ programming exercises beginners" give tons of results, even the one Nader mentionned. Also check out codechef easy section

Community
  • 1
  • 1
UmNyobe
  • 22,539
  • 9
  • 61
  • 90