Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 36
  1. #16
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by aaron7pm View Post
    .NET is the future. There's a reason why Microsoft preinstalls .NET framework on the OSes.
    I just dun rly see why C# is better

  2. #17
    aaron7pm's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Tired
    Quote Originally Posted by Nicdel View Post
    I just dun rly see why C# is better
    I didn't say C# is better, I said C# 5.0 is better. The current C# included in Microsoft Visual Studio 2010 is C# 4.0. C# 5.0 is currently in the beta stage.

    Also don't be lured into the lies, C++ is getting old and will become ancient like C has become. There are hundreds of programming languages out there. VB.NET is actually a very advanced language. If you need proof, I can PM you an Office Suite that I'm making completely in C# and VB.NET. You will see how advanced it is.

  3. #18
    hawkfrost57's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    24
    My Mood
    Sleepy
    Alright so im reading this book on Assembly language and reverse engineering. My question is does it matter which Assembly I learn? Like it says each processor has a different assembly language? Which one should I learn to hack games with?
    If you have any questions about Jailbreaking Iphones, Ipads, Ipod touches, or about xbox flashing/modding PM me.



    I also like turtles.

  4. #19
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by hawkfrost57 View Post
    Alright so im reading this book on Assembly language and reverse engineering. My question is does it matter which Assembly I learn? Like it says each processor has a different assembly language? Which one should I learn to hack games with?
    Microsofts inline assembler

  5. #20
    hawkfrost57's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    24
    My Mood
    Sleepy
    Quote Originally Posted by Nicdel View Post
    Microsofts inline assembler
    Are there any sites that you recommend for learning this? Or a book or something lol. :/
    If you have any questions about Jailbreaking Iphones, Ipads, Ipod touches, or about xbox flashing/modding PM me.



    I also like turtles.

  6. #21
    aaron7pm's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Tired
    Quote Originally Posted by hawkfrost57 View Post
    Are there any sites that you recommend for learning this? Or a book or something lol. :/
    lol dude, an assembler is used to assemble a source code. While yes, you could make your own assembler, there are plenty of tutorials out there. There's no point unless you made your language (tuts out there for that too.), just use Microsoft's assembler.

  7. #22
    sejend's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Germany :D
    Posts
    156
    Reputation
    9
    Thanks
    43
    My Mood
    Innocent
    forget C++ or C# 5.0, learn to use paint !
    Mainly here for Vindictus and Rotmg
    Source Engine ftw


     


     



  8. The Following User Says Thank You to sejend For This Useful Post:

    rabv (08-12-2011)

  9. #23
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    C++ is far from dying.

  10. #24
    aaron7pm's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Tired
    Quote Originally Posted by Fovea View Post
    C++ is far from dying.
    It will be in a few years though. C++ is getting no new features or updates besides maybe .NET framework for MC++ in Visual Studio. While other and newer programming languages have already reached the complexity of C++ and have many features that it does not have.

  11. #25
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    You must be living under a rock. Ever heard of C++0x? C++ is not a managed language. It is not getting .NET.

  12. #26
    aaron7pm's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Tired
    Quote Originally Posted by Fovea View Post
    You must be living under a rock. Ever heard of C++0x? C++ is not a managed language. It is not getting .NET.
    You must be living under a rock if you don't know that MC++ has .NET. MC++ is the C++ used in Visual Studio, which is the world's #1 most used IDE. MC++ requires .NET framework.

  13. #27
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    Ok. C++ is not C++/CLI. C++/CLI is the .NET variant of C++. They are not the same language. An IDE is not a language. You obviously are not a programmer. Microsoft Visual Studio is NOT a language. A Standard Library is NOT a language. Therefore C++ does not have .NET.

    You can easily tell C++/CLI from C++ because of the ^ operator (a managed reference).
    Last edited by Fovea; 08-07-2011 at 07:20 PM.

  14. #28
    aaron7pm's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Tired
    Quote Originally Posted by Fovea View Post
    Ok. C++ is not C++/CLI. C++/CLI is the .NET variant of C++. They are not the same language. An IDE is not a language. You obviously are not a programmer. Microsoft Visual Studio is NOT a language. A Standard Library is NOT a language. Therefore C++ does not have .NET.

    You can easily tell C++/CLI from C++ because of the ^ operator (a managed reference).
    LOL I never said Visual Studio is a programming language. I said it's an IDE. An Integrated development environment. Which is what Visual Studio is.

  15. #29
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    You have still failed to address the fact that C++ is still an evolving language (C++0x) and C++ does not use .NET as its standard library. Wrong on two counts, which shows how little you know about C++.

  16. #30
    aaron7pm's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    19
    My Mood
    Tired
    Quote Originally Posted by Fovea View Post
    You have still failed to address the fact that C++ is still an evolving language (C++0x) and C++ does not use .NET as its standard library. Wrong on two counts, which shows how little you know about C++.
    I said MC++ uses .NET what point of MC++ do you not get? MC++ is Microsoft's own branch of C++.

    I admit I was wrong about C++ not being updated. But hey we all make mistakes.

    I'm not a C++ programmer and that's that. I only program in VB.NET, C#, F#, Delphi, Iron-Python (which targets .NET and Mono), and most web dev languages.

    So far I have only stated what I know.

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. I am not hacker but want to be a hacker
    By azwanjalil in forum Member Introduction & Return
    Replies: 32
    Last Post: 06-20-2011, 11:20 AM
  2. [Solved] i want to ask all hackers come in
    By VIPMember in forum Call of Duty Modern Warfare 2 Help
    Replies: 15
    Last Post: 05-27-2011, 12:35 AM
  3. Hacker friend wants to 1 vs 1 another hacker.
    By 0dd0wnage in forum WarRock Discussions
    Replies: 4
    Last Post: 01-29-2011, 03:32 AM
  4. Hy All Good Hackers!'''I WANT YOURS HELPS''''
    By djkazaxx in forum Operation 7 General
    Replies: 2
    Last Post: 02-01-2009, 02:11 AM
  5. Plz I Want Maple Global Hacks And Where Do I Get Game Engine 2 Make The Hacks Work???
    By mattinthehat in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 01-15-2006, 06:12 PM