Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Quote Originally Posted by Pingo View Post
    That would never work since the testing boolean would always be false.
    You would do it like this.
    Code:
      boolean testing;
    
      Private Void uberhack()
      {
         testing = !testing;
         if (testing)
         {
            hack on
         }
         else
         {
            hack off
         }
      }
    Thats true

  2. #17
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Quote Originally Posted by NormenJaydenFBI View Post

    I don't even code c++ and...
    I don't C++, but PHP shares a VERY similar syntax (I can even be lazy and use singleline C++ comments // instead of the PHP multiline standard /* */

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  3. #18
    Auxilium's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,518
    Reputation
    445
    Thanks
    609
    My Mood
    Happy
    Quote Originally Posted by rileyjstrickland View Post
    I don't C++, but PHP shares a VERY similar syntax (I can even be lazy and use singleline C++ comments // instead of the PHP multiline standard /* */
    damn, using a C++ style comment in php, too badass for me I died

  4. #19
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Quote Originally Posted by Kallisti View Post


    damn, using a C++ style comment in php, too badass for me I died

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  5. #20
    Satanibis's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Nebraska, USA
    Posts
    3
    Reputation
    10
    Thanks
    0
    You can try learning C++ but don't expect to know how to use a brand new programming language overnight, its going to take some time. I suggest you find some textbooks online to help you learn it, as you're not going to learn it by just opening VS.

  6. #21
    Kentuckykid220's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Australia
    Posts
    69
    Reputation
    -1
    Thanks
    2
    My Mood
    Stressed
    fk that all you need is:

    Hello World

    PC/HACKINTOSH: 16GB DDR3, GTX 680 2GB,INTEL I7-2600K 3.5GHZ, 2TB HDD 7.2K RPM, 60GB INTEL 320 SSD FOR WINDOWS, LOGITECH G105 KB AND WIRELESS MOUSE.

  7. #22
    robinwest55's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Scared
    Quote Originally Posted by ikillindreams View Post
    namespace main
    {
    //PreCheat Operands


    //StartCheat
    void main()
    {

    };
    };

    Thats some C++ For yeah
    Why did you even reply lol and who the fuck uses namespaces god

  8. #23
    Lewis brown's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    66
    My Mood
    Tired
    Quote Originally Posted by ikillindreams View Post
    namespace main
    {
    //PreCheat Operands


    //StartCheat
    void main()
    {

    };
    };

    Thats some C++ For yeah
    Lol, ive just made the hello world starter thing for C++ and even i can tell this code is so badly wrong
    Did I help? If I did feel free to click the thanks button!!

    My YouTube https://www.youtube.com/user/THEXDGOL...D?feature=mhee Feel free to check out my videos if you are bored


  9. #24
    jin2335's Avatar
    Join Date
    Jul 2008
    Gender
    female
    Posts
    64
    Reputation
    10
    Thanks
    1
    My Mood
    Tired
    Quote Originally Posted by Kallisti View Post


    Who the fuck uses a namespace main?

    void main() is against the C++ standard, why are you using it?

    Why are there semicolons after the curly brace?

    Do you even program in C++?
    AHAHAHAHAHAHAHAAHAHAHAH!!!!!!!!!!!!!!!!!!!!!!!!!

Page 2 of 2 FirstFirst 12

Similar Threads

  1. What is the best signature programe?
    By hnj in forum Help & Requests
    Replies: 39
    Last Post: 11-08-2019, 01:28 AM
  2. [Discussion] What is/are the most useful weapon(s) for you?
    By josharcz in forum CrossFire PH Discussions
    Replies: 19
    Last Post: 04-26-2012, 12:52 AM
  3. Replies: 66
    Last Post: 09-10-2011, 10:10 AM
  4. What's the most expensive Nexon card out there .!
    By kevinpersaud in forum Combat Arms Hacks & Cheats
    Replies: 29
    Last Post: 03-07-2009, 08:04 AM
  5. What is the most easy way to make a trainer? im a n00b..
    By metallica92 in forum WarRock - International Hacks
    Replies: 27
    Last Post: 05-27-2007, 08:00 AM

Tags for this Thread