|
Jan
11
2010
Jan
02
2010
Cracking Dark Omen Game CD ProtectionPosted by Spyros in Reverse Engineering / Cracking, tags: crack cd check, cracking cd protection, cracking dark omen, how to crack cd checks, reversing no cd
Dec
23
2009
How to use Diffing to Make Cheats for GamesPosted by Spyros in Reverse Engineering / Cracking, tags: cheats diff, cracking cheats, create game cheats, diff, diffing, make cheats for games
Dec
15
2009
Use CURL with PHP to Handle HTTP Requests and Create Useful ScriptsPosted by Spyros in PHP Programming, tags: curl, curl http, curl php, curl webserver, http request, libcurl
Dec
12
2009
5. C++ Looping StructuresPosted by Spyros in C/C++ Programming, tags: c++ do while, c++ for, c++ loops, c++ while, loop structures, looping structure
Whenever we need to fill in an array, multiply a variable against a value multiple times or generally want to do the same stuff over and over, we use the C++ looping structures. They help us repeat the commands that we want to execute. We specify a set of commands to be executed according to a certain condition that we also define. While this condition is evaluated as true, the set of commands keeps executing, while when it becomes false, the looping structure ends. In general, the checking condition of a looping structure consists of a counter, that counts the number of times that the set of commands was executed. There are 3 different looping structures :
Dec
10
2009
How I Hacked a Popular Website Using SQL InjectionPosted by Spyros in Security, tags: hack website, mysql hack, mysql injection, mysql security, sql injection, sql security
|







Entries (RSS)