cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
I can't apply what I've learn't!
I can't apply what I've learn't!
Nov 26, 2012 at 10:21pm UTC
DJLad16
(111)
I struggle to create some programs that involve some stuff what I've just learn't; when I try to create something it always end up been nearly the same of what the example program was I was learning from.
Any advise/advice(I don't know)?
Nov 26, 2012 at 10:28pm UTC
vlad from moscow
(6539)
Consider tasks descibed in posts in this forum. Try to do them yourself and apply you knowledge.
For example, how to display the following image
1
2
3
4
5
6
7
8
9
Enter a positive number: 4 * * * * * * * * * * * *
Nov 27, 2012 at 1:47am UTC
HellfireXP
(143)
Try these:
http://www.cplusplus.com/forum/articles/12974/
Might help you get away from the 'example programs' and just use your knowledge of code and creativity to try on some new practical exercises.
Topic archived. No new replies allowed.