Categories > Coding > C++ >

So im new to learning C++

Huddy

Domain Expansion

vip

Posts: 318

Threads: 18

Joined: Apr, 2022

Reputation: 22

Posted

So I want some good sources to learn C++ I already found https://www.learncpp.com/ but I wanna know if there is anymore that I should use

  • 0

Discord Contact : showerhuddy

Posts: 32

Threads: 5

Joined: Jun, 2022

Reputation: 4

Replied

I have a good method that isn't boring to learn some new programming languages

 

Just think about a small program that you want to create like a calculator

and what do you need for an calculator?

 

1 Know how to print something

2 Get input from console

3 Math

 

Then just google it and learn from it :)

 

  • 1

Huddy

Domain Expansion

vip

Posts: 318

Threads: 18

Joined: Apr, 2022

Reputation: 22

Replied

@GoudaGuy Thanks!

  • 1

Added

@Astronemi Thanks for the info :D

  • 0

Discord Contact : showerhuddy

Posts: 9

Threads: 0

Joined: Mar, 2022

Reputation: 0

Replied

same here , thanks for link will check it and your ideas needed also .

  • 0

Posts: 283

Threads: 48

Joined: May, 2022

Reputation: -4

Replied

As with most humans, the best way to learn is by practicing. What distinguishes C++ from other languages is the fact that everything that builds C++ you can break down yourself and replicate. For example, think about how arrays work. Why does it work the way it does? What does it look like in memory? Memory is a huge part of learning C++, learn how pointers work (EXTREMELY important I cannot express that enough.), learn how memory works. To learn how memory works I personally got into reverse engineering, reverse engineering is probably the best way and the most efficient way to learn how memory works, the stack, registers, instructions etc. Never give up, no matter what. Always post your code and be ready to get criticised and often pooped on, it's a long journey and C++ is a pretty complex language to get into when you want to elevate into the higher levels. 

  • 0

https://media.discordapp.net/attachments/1044764388546068510/1051935933836050482/Signature_4.png

Posts: 1

Threads: 0

Joined: Jul, 2022

Reputation: 0

Replied

Thanks, useful for me. I would also like to share with you, artistically, a book that made an incredibly strong impression on me. On the page https://eduzaurus.com/free-essay-samples/into-the-wild/ you can read about the book Into The Wild, which is absolutely sure to interest you.

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )