Computing

C++

Submitted by Archived, , Thread ID: 175048

Thread Closed
Archived
Novice
Level:
0
Reputation:
0
Posts:
28
Likes:
0
Credits:
0
25-06-2020, 06:50 AM
#1
Im learning c++ currently any tips for beginners im going to be making CSGO cheats for HVH

RE: C++

20-07-2020, 08:20 PM
#2
If this is your first language...good luck, there's a bit of a steep learning curve.

Anyway, I would focus on really learning about pointers and memory management. Don't just import someone's solution to do memory management until you have learned the ins and outs of doing it yourself.

RE: C++

new_dude_lol
Newbie
Level:
0
Reputation:
0
Posts:
17
Likes:
2
Credits:
0
23-07-2020, 06:14 PM
#3
C++ is a horrible language to start programming. It uses many complicated paradigmas and burdens you with stuff that's really not important for a beginner like memory management. If you need to do low level stuff I would actually recommend you to use C which is a much cleaner language design. If you don't need low level stuff (Idk how difficult cheats for CSGO are) then I would recommend something like python. if you want to stick to C++ then just focus on the field that you need. Learning the whole language is just extremly exhausting.

RE: C++

flames1950
Newbie
Level:
0
Reputation:
0
Posts:
17
Likes:
0
Credits:
2
06-11-2020, 12:18 AM
#4
I really wouldn't recommend learning c++ first... What I did is learn c# because c# is similar to c++ and way easier with in my opinion more things to do.

Users browsing this thread: 1 Guest(s)