1 on 1 tutorial

Posts 1630 of 40 · Page 2 of 3
Quote Originally Posted by yomo710 View Post
ive been learning for more than 3 days
Are you telling me you can learn all of this in a few days?
Learn C++ -
No one can take in all of that information in such a short time, not even with Eidetic memory, it would still take months.
by that i meant finish learning c++
Doesnt matter how long it takes him to learn it. C++ programming is always growing and changing, no one on this site can claim to know even half of the knowledge. How many are actually Comptia A+ certified for computer programming. How many have actually had a job working with C++ software.
Quote Originally Posted by yomo710 View Post
by that i meant finish learning c++
explain this code to me
[code]
#include <windows.h>


class BB
{
int a1;
int a2;
int a3;

void __cdelc a4();
}a5;


int main()
{
a5.a3 = 1;
a5.a4;
do{
a5.a4;
}while(a5.a3);
}

void __cdelc BB::a4()
{
__asm{
PUSH "Time Finished"
MOV EAX,[0x00324523]
CALL [0x0013F9CC]
ADD ESP,9
}
}
[/code]
but you dont have to answer the asm part because i know your way to illknowledged to understand that
Quote Originally Posted by TheFallenOwns View Post
explain this code to me

Code:
#include <windows.h>


class BB 
{
        int a1;
        int a2;
        int a3;

        void __cdelc a4();
}a5;


int main()
{
      a5.a3 = 1;
      a5.a4;
      do{
          a5.a4;
       }while(a5.a3);
}

void __cdelc BB::a4()
{
            __asm{
                   PUSH "Time Finished"
                   MOV EAX,[0x00324523]
                   CALL [0x0013F9CC]
                   ADD ESP,9
             }
}
Code Tags Help. /
Quote Originally Posted by whatup777 View Post
Code Tags Help. /
i know i forgot the [/code] and for some reason mpgh doesnt support post editing....
that and i got banned from dling even though i havnt dled anything ever....
Quote Originally Posted by TheFallenOwns View Post
explain this code to me
[code]
#include <windows.h>


class BB
{
int a1;
int a2;
int a3;

void __cdelc a4();
}a5;


int main()
{
a5.a3 = 1;
a5.a4;
do{
a5.a4;
}while(a5.a3);
}

void __cdelc BB::a4()
{
__asm{
PUSH "Time Finished"
MOV EAX,[0x00324523]
CALL [0x0013F9CC]
ADD ESP,9
}
}
Wow even i had troubble reading that... please name the Vars in a more readable way xD
Quote Originally Posted by Mr.Mageman View Post


Wow even i had troubble reading that... please name the Vars in a more readable way xD
the point of the vars was to not provide hints he should if he knows C++ that should be no issue

however i do understand the no vars are a little annoying xD
Quote Originally Posted by TheFallenOwns View Post
explain this code to me
[code]
#include <windows.h>


class BB
{
int a1;
int a2;
int a3;

void __cdelc a4();
}a5;


int main()
{
a5.a3 = 1;
a5.a4;
do{
a5.a4;
}while(a5.a3);
}

void __cdelc BB::a4()
{
__asm{
PUSH "Time Finished"
MOV EAX,[0x00324523]
CALL [0x0013F9CC]
ADD ESP,9
}
}
wut dus include do? /
Go Back to Learning Son.
hes right thx atleast 1 person here makes scense
Quote Originally Posted by yomo710 View Post
hes right thx atleast 1 person here makes scense
Now you dont make sense? Maybe learn English first? /
if your not gonna help me pleasedont post
wat was that for whatup
Posts 1630 of 40 · Page 2 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?