User profile: mickydint

User info
User name:mickydint
Name:Richard
Location:UK
Website:http://NA
Bio:I did a degree 15 years ago where I used c++ but never got a job using it. I am now going back and re learning c++.

I want to create the highest quality code using c++ to its full potential (with in the bounds of time limitations and interesting project ideas)

If you have some good and accessible project ideas for an intermediate returning beginner to the language drop me a line.
History
Joined:
Number of posts:15
Latest posts:

'include <cassert>
Thank you all who replied.

'include <cassert>
It the header file #include <cassert> still valid in modern c++? I know TDD users assert, but thi...

Need help :)
I consider this exercise to be rude. It is bad form to pass arguments by reference and change their...

Declaring interdependent classes
Is this a circular dependency and thus should be avoided?

return type amgiguity
I have just been learning about the algorithms in c++ and I am currently looking at 'mismatch' I re...