-
Basic C++
Hi, Just found this site. I am in my second semester of C++ programming in college. Will anyone be willing to offer assistance/be willing to help me learn pointers, stacks and queues and how to encorporate them into classes. The instructor is a little scattered. He shows us a template and moves on to the next subject.
-
Hi! Welcome to the forums.
Have a look at
http://www.learncpp.com/
If you post questions (specific or more generalised), we'll try to answer. If you post code then we'll be able to provide guidance/advice on that.
What book are you using with your lectures?
Good luck and have fun. c++ is a great language!
-
-
I use GFG for learning C++. Its of great help, it has good DSA questions and really well organized notes for reference.
-
I think you should go for the book Let us C . Its a very good book and just starts from basics and will give you indepth knowledge.
-
 Originally Posted by finlay31
I think you should go for the book Let us C . Its a very good book and just starts from basics and will give you indepth knowledge.
For C++ ???????
-
You can definitely go for C++ first but i recommend that you should start with basic language C .Even there are not much changes when you go from C to C++. For C++ you can go for the book C++ primer and definitely Geeks for Geeks.
-
i recommend that you should start with basic language C
Not recommended. C++ should be treated as a different language to c - even though they share much basics in common. There are many areas where the way you do things in C++ is different to how you do it in C - streams, input/output, strings, variable length arrays, parameter passing to name just a few off the top of my head. if you're learning C++, then learn the C++ way of doing things - not the C way which may work in C++ but not the god practice way.
For C++ you can go for the book C++ primer
The current version of that book by Lippman is way of date (referring to C++11 - the current C++ standard is C++20). The new version of that book is due for release 28 October 2021. For a current book on teaching C++, I'd suggest 'Beginning C++20: From Novice to Professional' by Ivor Horton.
Note that on geeksforgeeks (as with much other web sites), there is much 'old' C++ code which isn't the current 'modern' way that C++ is written.
Last edited by 2kaud; 02-24-2021 at 07:59 AM.
Similar Threads
-
By Hav0kDemned in forum VB Classic
Replies: 5
Last Post: 04-02-2009, 12:19 PM
-
By ulm_quest in forum .NET
Replies: 2
Last Post: 12-11-2006, 11:56 AM
-
By Tim Romano in forum .NET
Replies: 3
Last Post: 03-02-2001, 04:06 AM
-
By Jim Pragit in forum .NET
Replies: 16
Last Post: 02-28-2001, 10:19 PM
-
Replies: 1
Last Post: 03-26-2000, 03:20 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|