You are viewing our Forum Archives. To view or take place in current topics click here.
Should I Learn C++
Posted:

Should I Learn C++Posted:

Unter
  • Challenger
Status: Offline
Joined: Oct 28, 201013Year Member
Posts: 173
Reputation Power: 9
Status: Offline
Joined: Oct 28, 201013Year Member
Posts: 173
Reputation Power: 9
Hi TTG, im 13 and have a lot of spare time after school and all that. I am really interested in coding and want to learn how to write patch_mp.ff files for my Jtag. I am aware that C++ is essentially used for this. I was wondering if it was worth it or not? Bear in mind i am interested in more that mp.ff's that is just my main interest ATM.
#2. Posted:
Experiment5X
  • TTG Senior
Status: Offline
Joined: Aug 14, 200914Year Member
Posts: 1,291
Reputation Power: 65
Status: Offline
Joined: Aug 14, 200914Year Member
Posts: 1,291
Reputation Power: 65
Well if you want to learn how to edit them I don't see how else you would do it. Go to thenewboston on YouTube, he has like 70+ tuts on C++.
#3. Posted:
DustyBIGJosh
  • New Member
Status: Offline
Joined: Jan 14, 201014Year Member
Posts: 37
Reputation Power: 1
Status: Offline
Joined: Jan 14, 201014Year Member
Posts: 37
Reputation Power: 1
CoD Patches are not coded in just C++, its a combination between C++ and Python, but for CoD you can pick up on it pretty quickly while you look at others work, but don't just copy it, look and learn how it works, once you find out how something works, its very easy to make something better / more advanced.
#4. Posted:
-P3psi_Fanboy-
  • Prospect
Status: Offline
Joined: Nov 03, 201013Year Member
Posts: 647
Reputation Power: 24
Status: Offline
Joined: Nov 03, 201013Year Member
Posts: 647
Reputation Power: 24
im taking a class for high school next year and its all C++ so immh be joining you ;P
#5. Posted:
M0D1F13D
  • TTG Senior
Status: Offline
Joined: Sep 06, 201013Year Member
Posts: 1,069
Reputation Power: 47
Status: Offline
Joined: Sep 06, 201013Year Member
Posts: 1,069
Reputation Power: 47
If all you want to do is code patches then C++ would probably confuse you because it wouldn't be in the context of gaming, but if you actually want to program, as a career or just for fun, then I suggest you learn C#, then you could move to C++.
#6. Posted:
CLK
  • Wise One
Status: Offline
Joined: Jun 12, 201014Year Member
Posts: 531
Reputation Power: 33
Status: Offline
Joined: Jun 12, 201014Year Member
Posts: 531
Reputation Power: 33
The FastFile scripting used in the Call of Duty games is somewhat similar to C++ in that they share the same syntax, but it's not object-oriented. It's a scripting language, so it's designed to where you can just declare stuff on the fly, and basically just make your life easier. In C++ you have to deal with pointers and memory allocation and deallocation which you don't even need to worry about with a scripting language/manged code.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.