Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@pradeep-agrawal-rhdX5z • Mar 18, 2008
I hope some of these may help:
1. Its always good to follow C++ coding standards while writing any piece of code. Have look at #-Link-Snipped-#
2. For C++ tutorial have look at #-Link-Snipped-# and <a href="https://www.parashift.com/c++-faq-lite/" target="_blank" rel="nofollow noopener noreferrer">C++ FAQ</a>
3. For STL have look at #-Link-Snipped-#
But above all i will recommend to read book Thinking in C++ (both Vol. 1 and Vol. 2) by Bruce Eckel. The legal soft copy of book is available for free download at Bruce Eckel site, check link #-Link-Snipped-#
I would also recommend to read article posted on sites like <a href="https://www.codeproject.com/" target="_blank" rel="nofollow noopener noreferrer">CodeProject - For those who code</a> and <a href="https://www.codeguru.com/" target="_blank" rel="nofollow noopener noreferrer">Microsoft Developer News | C++,C# & .NET Framework & More | CodeGuru</a>
-Pradeep