Nice tutorial Hakim. . .Ever thought about doing a CGI tutorial in Python instead of C??? I bet it would be very popular because they're aren't any on youtube.
mofohofo: You could use any language that can access memory to hack games locally (i.e. client side). To do so server side would be to trick the server by editing the information being sent. However, that's nearly impossible if you're trying to do it for a commercial game. You can hack client side variables that will be sent to the server, but if the game is maintained properly (or has been secured properly), it'd be noticed and you could be banned.
I once tried to do one in assembly but failed miserably. I guess it's much more work in assembly even if you call the MSVCRT dll.
Once again, i'm impressed on how you do everything in notepad. I'd usually use an IDE for this, but i guess that programming in notepad is good practice to hardcode some programming concepts in your brain. I'll try to teach myself like this.
Absolutely yes! yes you can use C++ language to program GCI applications. In general, everything we can do with the C language can be done with the C++ language.
The direct answer is: CGI scripts and apps can be faster if the programmer makes them faster! .. but in the other hand PHP is very powerful and it executes very fast.(In fact PHP is what I use to program web apps and I like it very much! yeah I do!)
If you are a C++ master and you believe that you can take care of buffer overflows, memory leaks and those kind of stuff, and you also believe that you can do a better job by using C++ then I say: go for it and make the C++ community proud of you :)
Very nice tutorial. I've been wanting to know how CGI worked for a while but never had the chance to find out. Is it possible to use C++ also with CGI?
Nice tutorial Hakim. . .Ever thought about doing a CGI tutorial in Python instead of C??? I bet it would be very popular because they're aren't any on youtube.
Colstonewall 3 months ago
so? do i care? i dont use visual C++ anymore. And yes, for a game developer, i think you may need to BE a programmer. Just a word from my team.
GhostXoP 1 year ago
you did all that just to get that, ill stick to Visual C++ on program not note pad programming.
GhostXoP 3 years ago
@GhostXoP At least he is actually programming instead of clicking and dragging on visual studio and occasionally writing snippets of code.
francesco149 1 year ago
can you use c++ to hack games
mofohofo 4 years ago
mofohofo: You could use any language that can access memory to hack games locally (i.e. client side). To do so server side would be to trick the server by editing the information being sent. However, that's nearly impossible if you're trying to do it for a commercial game. You can hack client side variables that will be sent to the server, but if the game is maintained properly (or has been secured properly), it'd be noticed and you could be banned.
MyOverflow 4 years ago
Me too !
I once tried to do one in assembly but failed miserably. I guess it's much more work in assembly even if you call the MSVCRT dll.
Once again, i'm impressed on how you do everything in notepad. I'd usually use an IDE for this, but i guess that programming in notepad is good practice to hardcode some programming concepts in your brain. I'll try to teach myself like this.
Thanks again hakim.
ChaperonNoir 4 years ago
Absolutely yes! yes you can use C++ language to program GCI applications. In general, everything we can do with the C language can be done with the C++ language.
youhakim 4 years ago
Alright kool :) Do you think CGI scripts process faster than PHP scripts? If so, I'll rewrite me websites using C++ and GGI.
dre361224 4 years ago
The direct answer is: CGI scripts and apps can be faster if the programmer makes them faster! .. but in the other hand PHP is very powerful and it executes very fast.(In fact PHP is what I use to program web apps and I like it very much! yeah I do!)
If you are a C++ master and you believe that you can take care of buffer overflows, memory leaks and those kind of stuff, and you also believe that you can do a better job by using C++ then I say: go for it and make the C++ community proud of you :)
youhakim 4 years ago
Very nice tutorial. I've been wanting to know how CGI worked for a while but never had the chance to find out. Is it possible to use C++ also with CGI?
dre361224 4 years ago