You are viewing our Forum Archives. To view or take place in current topics click here.
C++ learning? Please help
Posted:
C++ learning? Please helpPosted:
Status: Offline
Joined: Oct 05, 201212Year Member
Posts: 11
Reputation Power: 0
Can someone give me some links of where I can learn c++ so I can start to learn how to code call of duty mod menus. If I have to learn anything else just also post the link. Thank you
#2. Posted:
Status: Offline
Joined: Dec 02, 201013Year Member
Posts: 2,244
Reputation Power: 89
Status: Offline
Joined: Dec 02, 201013Year Member
Posts: 2,244
Reputation Power: 89
To be honest, I would order a book, I find them more comfortable to read from. And when you aren't at a computer you can still learn.
I'll PM you the amazon link to the book I learnt C++ from if you want.
-
Even though I don't like web tuts, this a really good one:
[ Register or Signin to view external links. ]
Also, [ Register or Signin to view external links. ] is probably the best online resource for C++, and has an active forum for any questions. I use cplusplus.com all the time as well.
I am pretty sure that CoD patches are in GSC, not sure though. Anyway the syntax and structure from C++ and GSC is similar (I think).
Anyway I hope you stick with learning C++.
I'll PM you the amazon link to the book I learnt C++ from if you want.
-
Even though I don't like web tuts, this a really good one:
[ Register or Signin to view external links. ]
Also, [ Register or Signin to view external links. ] is probably the best online resource for C++, and has an active forum for any questions. I use cplusplus.com all the time as well.
I am pretty sure that CoD patches are in GSC, not sure though. Anyway the syntax and structure from C++ and GSC is similar (I think).
Anyway I hope you stick with learning C++.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Sep 15, 201212Year Member
Posts: 128
Reputation Power: 5
Status: Offline
Joined: Sep 15, 201212Year Member
Posts: 128
Reputation Power: 5
PTGFuse wrote Can someone give me some links of where I can learn c++ so I can start to learn how to code call of duty mod menus. If I have to learn anything else just also post the link. Thank you
to be honest, coding is way easier than you think, go to your local bookstore and get a c+ and a C++ book just so you know them both
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Dec 02, 201013Year Member
Posts: 2,244
Reputation Power: 89
Status: Offline
Joined: Dec 02, 201013Year Member
Posts: 2,244
Reputation Power: 89
MineCraftHGCHaMP wrotePTGFuse wrote Can someone give me some links of where I can learn c++ so I can start to learn how to code call of duty mod menus. If I have to learn anything else just also post the link. Thank you
to be honest, coding is way easier than you think, go to your local bookstore and get a c+ and a C++ book just so you know them both
C++ isn't as easy as most other languages, as it's lot lower down, so for a beginner it would be a lot harder.
Anyway, what on earth is C+?
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Dec 31, 201112Year Member
Posts: 1,274
Reputation Power: 54
Status: Offline
Joined: Dec 31, 201112Year Member
Posts: 1,274
Reputation Power: 54
I would try to code in BASIC first. BASIC is a code made by sun microsystems somewhere around 1970. I know it is an old language but it is the easiest trust me
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 688
Reputation Power: 26
Status: Offline
Joined: Oct 11, 201014Year Member
Posts: 688
Reputation Power: 26
#7. Posted:
Status: Offline
Joined: Nov 05, 201113Year Member
Posts: 232
Reputation Power: 11
Status: Offline
Joined: Nov 05, 201113Year Member
Posts: 232
Reputation Power: 11
You wanna learn C++ code to Mod Menus.
lol.
You don't need to learn all these things like:
#include <iostream>
int main() {
using namepsace std;
}
lol
It's just strings. vstr's.
lol.
Look on youtube.
lol.
You don't need to learn all these things like:
#include <iostream>
int main() {
using namepsace std;
}
lol
It's just strings. vstr's.
lol.
Look on youtube.
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jun 29, 201113Year Member
Posts: 372
Reputation Power: 36
Status: Offline
Joined: Jun 29, 201113Year Member
Posts: 372
Reputation Power: 36
no most moding in mw2 tu7 is a combination of are old and new mods
we run a script while the game is playing then trigger a change in a dvar
cod4
and waw are a simpler form of the same concept
waw is where still full on mod menus in zombies
but cod4 is just dvars unless your online
like me
we run a script while the game is playing then trigger a change in a dvar
cod4
and waw are a simpler form of the same concept
waw is where still full on mod menus in zombies
but cod4 is just dvars unless your online
like me
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: May 31, 201212Year Member
Posts: 1,966
Reputation Power: 87
Status: Offline
Joined: May 31, 201212Year Member
Posts: 1,966
Reputation Power: 87
SovietGnome wroteMineCraftHGCHaMP wrotePTGFuse wrote Can someone give me some links of where I can learn c++ so I can start to learn how to code call of duty mod menus. If I have to learn anything else just also post the link. Thank you
to be honest, coding is way easier than you think, go to your local bookstore and get a c+ and a C++ book just so you know them both
C++ isn't as easy as most other languages, as it's lot lower down, so for a beginner it would be a lot harder.
Anyway, what on earth is C+?
i think he might mean c#?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.