LearnCPP: Website devoted to teaching you how to program in C++
1–10 of 145 posts
Re: LearnCPP: Website devoted to teaching you how to program in C++
#2[dead]
Re: LearnCPP: Website devoted to teaching you how to program in C++
#3[flagged]
Re: LearnCPP: Website devoted to teaching you how to program in C++
#4[flagged]
[flagged]
Re: LearnCPP: Website devoted to teaching you how to program in C++
#5[flagged]
[flagged]
Re: LearnCPP: Website devoted to teaching you how to program in C++
#6Re: LearnCPP: Website devoted to teaching you how to program in C++
#7As a Java dev who learned C++ at university the hate towards C++ is misplaced.
C++ is a no thrills language which lets you have freedom but freedom to also shoot yourself in the foot 100+n ways, but this gives you a good foundation as a developer IMHO.
Every time I think about garbage collection in Java, I can appreciate that I am not having to write code to destruct an object or worry about passing references incorrectly.
Re: LearnCPP: Website devoted to teaching you how to program in C++
#8I used to use this resource back in 2008. It really cleared up lots of basic information on memory allocation and heap overflow.
Re: LearnCPP: Website devoted to teaching you how to program in C++
#9After many headaches trying to get Numba to work with Python, I decided to just go out and learn C++.
This was my main resource and can highly recommend.
Re: LearnCPP: Website devoted to teaching you how to program in C++
#10[flagged]
Why do you think C++ is like smoking?