954,492 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Need daily test and homework

I spend 6 to 7 hours each day practicing c++ and visual c++ but end of the day I think I don't have any Test or homework. Please anyone can provide with some site helping with the same. Thanks in advance
JIten

jiten_raulo
Newbie Poster
17 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 
I spend 6 to 7 hours each day practicing c++ and visual c++ but end of the day I think I don't have any Test or homework. Please anyone can provide with some site helping with the same. Thanks in advance JIten

There is a list of problems in this thread (its a sticky, read it). Other than that, www.wcipeg.com/judge
http://cemc.math.uwaterloo.ca/contests/past_contests.html#ccc

djextreme5
Junior Poster
104 posts since Mar 2009
Reputation Points: 76
Solved Threads: 6
 

In case you like math, you can try the following site:
http://projecteuler.net

unbeatable0
Junior Poster in Training
90 posts since Sep 2008
Reputation Points: 42
Solved Threads: 13
 

Here are some problems. Easy to harder from my stand point.

1) hello world
2) Advance calculator
3) RPG game
4) your own string class
5) your array class
6) single linked list
7) array class using linked list
8) double linked list
9) Praiser
10) ...out of ideas


Printing shapes
a) Draw a square
b) Draw right triangle
c) Draw diamond
d) Draw Christmas tree
e) Draw a diamond inside a square

Recursive
I) create recursive adding function that returns a multiplication of paramerter a and paramerter b
II) create recursive factorial function (no cheating)
III)create recursive Fibonacci (no cheating )
IV) create recursive string.reverse function, that reverses a char *str, recursively.

firstPerson
Senior Poster
3,923 posts since Dec 2008
Reputation Points: 841
Solved Threads: 608
 

This site has some interesting problems that you need to really think about, as they were all part of a competition.

Look under "Problems in Informatics" and then "Problems sign 'S'". You may also find some programming problems under the sign 'I''s, but they mainly have to do with Paint, Excel, or Word. Click "Previous years" on the left to access all problems in the last 6-7 years.

-Tusike

Tusike
Newbie Poster
6 posts since Aug 2007
Reputation Points: 10
Solved Threads: 0
 

There's an excellent thread right here on Daniweb with C++-practice problems.

Nick Evan
Not a Llama
Moderator
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
 
I spend 6 to 7 hours each day practicing c++ and visual c++ but end of the day I think I don't have any Test or homework. Please anyone can provide with some site helping with the same. Thanks in advance JIten


Buy the C++ book by Stroustrup and finish all exercizes at the end of each chapter , this will keep you busy for 6 months.

ithelp
Nearly a Posting Maven
Banned
2,230 posts since May 2006
Reputation Points: 769
Solved Threads: 128
 

There is another book that requires homework if you will before moving on to the next chapters. I found it challenging for a someone who is learn the language at first. I do not know how advanced you are or how much you know. Addison Wesley's Accelerated C++ has about 8-10 problems and or programs that need to be completed before moving on.

Democles
Light Poster
33 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

Thanks all u friendz,
really projecteuler.net is an excelent site for c++ programs.
Special thanks to unbeatable0.
Jiten.

jiten_raulo
Newbie Poster
17 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You