Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Merhaba arkadaşlar,
Reverse Engineering ile ilgilenen ve doğru başlamak isteyen arkadaşları aramıza bekliyorum.
Her akşam iftardan sonra toplanrak hasbihal ediyoruz ve kodlama yapıyoruz.
@h_quinn_
Hello, this demo shows you lots of example. Have fun!
It contains :
printf("\n1 Create");
printf("\n2 Display");
printf("\n3 Append");
printf("\n4 Number of records");
printf("\n5 Search");
printf("\n6 Update");
printf("\n7 Delete")...
First of all, I have to confess that I haven't played the game that you mentioned. Otherwise, if you want to clean your cookies or elses to make a clean start;
1- Hit Win button + R -> type %temp% -> Delete all files but before doing it cloase all applications.
2- Go and close real time...
You can reverse it.
Straight one :
#include <iostream>
using namespace std;
int main() {
int test[3][2] = {{2, -5},
{4, 0},
{9, 1}};
// use of nested for loop
// access rows of the array
for (int i = 0; i < 3; ++i) {
//...
Thanks, I will add when I re-code them for practicing. Also, I have a youtube channel but it is for translation; I translate philosophy videos from Fr or Eng to Tr.
Türkçe: Merhaba arkadaşlar, Youtube kanalınin içeriklerini anlayarak ve yorumlayarak tekrar kodluyorum. İlgisini çekebilecek arkadaşlar için kod ve örnek resmi buraya koyuyorum.
English : Hi guys, I am re-coding the contents of the Youtube channel FamTrinli by understanding and commenting. I...