Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22
  1. #16
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Quote Originally Posted by jonnyboy9985 View Post
    Yeah... Not reading the book anymore due to flawed non-understandable code but I will continue the antiRTFM tuts, and watch all of the series one of you mentioned and THANK YOU for not being a troll
    lol, what book were you reading?

  2. #17
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Quote Originally Posted by deathninjak0 View Post
    lol, what book were you reading?
    Wrox -Beginning Visual C++ 2010 , AND LOOK AT THIS CRAP!!! THIS IS APPARENTLY TO WRITE TO THE SCREEN!!

    Code:
    #include "stdafx.h"
    #include < iostream >
    int _tmain(int argc, _TCHAR* argv[])
    {
    std::cout < < "Hello world!\n";
    return 0;
    }
    NOW HERE IS WHAT IT SHOULD LOOK LIKE

    Code:
    #include "stdafx.h"
    #include <iostream>
     using namespace std;
    
    int main()
    {
         char f;
    
         cout << "Hello World" << endl;
         cin >> f;
         return 0;
    }
    
    
    
    [EDIT]////
    ****************
    
    
    OK WTF?!?! I just opened my compiler, and then a similar code appears, but for some stupid reason, it doesn't work with when I do it MANUALLY.... Wtf??


    xD This is pathetic
    Last edited by jonnyboy9985; 08-14-2010 at 03:39 PM.
    Sammy told me to...

  3. #18
    025rog's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    50
    Reputation
    9
    Thanks
    9
    books GAH
    .... u wont read
    ^...,^ JR
    spare account LOL

  4. #19
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    Quote Originally Posted by 025rog View Post
    books GAH
    .... u wont read
    OH MY GOD I AGREE!! THAT IS CRAP!!
    Sammy told me to...

  5. #20
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Quote Originally Posted by jonnyboy9985 View Post
    Wrox -Beginning Visual C++ 2010 , AND LOOK AT THIS CRAP!!! THIS IS APPARENTLY TO WRITE TO THE SCREEN!!

    Code:
    #include "stdafx.h"
    #include < iostream >
    int _tmain(int argc, _TCHAR* argv[])
    {
    std::cout < < "Hello world!\n";
    return 0;
    }
    NOW HERE IS WHAT IT SHOULD LOOK LIKE

    Code:
    #include "stdafx.h"
    #include <iostream>
     using namespace std;
    
    int main()
    {
         char f;
    
         cout << "Hello World" << endl;
         cin >> f;
         return 0;
    }
    
    
    
    [EDIT]////
    ****************
    
    
    OK WTF?!?! I just opened my compiler, and then a similar code appears, but for some stupid reason, it doesn't work with when I do it MANUALLY.... Wtf??


    xD This is pathetic
    Maybe this will help you, it has the same exact code, but this guy explains it to you.

    Well basically hes been talking about hello world through the videos 1-5

  6. #21
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty

    Already seen that xD

    Quote Originally Posted by deathninjak0 View Post
    Maybe this will help you, it has the same exact code, but this guy explains it to you. YouTube - C++ Tutorial (5 updated 1) - Absolute n00b spoonfeed

    Well basically hes been talking about hello world through the videos 1-5
    I was already watching his series since, like... I dunno how long ago, but I seem to like to stick to his videos. I am gonna finish his videos, because I have under 30 left to do. xD But still... I really like that there are no trolls, darkening the mood of my thread, and I am so happy that everyone here is so helpful, and that no one here is being a jerk and makin me have a VERY UNHAPPEH FACE XD But still :P I love MPGH, and alot of other game hacking sites, but I have this, and the one I bought my VIP from, as my main sites, but I realized earlier today, that if I knew D3D, and I copied EVERYTHING from the PushToConsole commands earlier, and I had everything set up, my VIP would be just like the one I bought and OMG was I MAD when I found this out!! I can't even believe I WASTED MY MONEY on those either!! IT DOESN'T EVEN HAVE A GOOD GUI!!! But I am not at liberty to discuss the website, because it is against TOS, so I am going to respect the rules, and just make fun of my crappy VIP, which is WHY I wanna make some VIP... I wanna be good enough, to make a 3d, menu hack, with tabs, and LOADED with features, movable menu, clickable hack activation, and most of all, have FULL VIP features for CERTAIN hacks xD That is why I wanna learn C++ fully... I am gonna fully read my D3D game programming eBook :P That way I can accomplish this :P and I probably would update it frequently too :P


    BUT UNTIL THEN, I am gonna stick to these forums, and my other forums, but only for hack updates, and stuff like that. I prefer MPGH because it has 1) LOTSA BLUE (I love the color blue, especially the one used in this site) and 2) It has an EXTENSIVE forum section on ALOT of things, such as PS3 hacks, a PS3 theme, a bunch of stuff, like modding, hacking, and a GENERAL ALL AROUNG, tank of a site and 3) Dave powns xD


    [EDIT]////
    **************
    IF ANYONE WANTS TO TALK TO ME... pm me and I will give you my email, and when you add me, PLEASE send me what your username is in MPGH and, I will verify this. I will be on tomorrow, but I have to go to bed now because of my dads rules :P He is a troll xD
    Last edited by jonnyboy9985; 08-14-2010 at 05:11 PM.
    Sammy told me to...

  7. #22
    jonnyboy9985's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Canada :D
    Posts
    892
    Reputation
    -46
    Thanks
    66
    My Mood
    Chatty
    I have figured out that it was not the BOOK that was flawed, it was my understanding of the instructions, and now that I have officially figured it out, I am in overdrive, trying to learn C++ XD THIS BOOK POWNS!! And can a moderator/minion please close this thread.
    Last edited by jonnyboy9985; 08-17-2010 at 11:26 AM.
    Sammy told me to...

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Would have posted 2 days ago
    By Gilcrow in forum Art & Graphic Design
    Replies: 10
    Last Post: 08-10-2010, 02:23 PM
  2. Post the scariest shit you have seen!
    By arunforce in forum General
    Replies: 26
    Last Post: 08-17-2007, 11:16 PM
  3. Replies: 2
    Last Post: 06-26-2007, 12:12 PM
  4. noob dont post plz things like i trade super hack if u just have warrock time
    By aprill27 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-23-2007, 04:23 PM
  5. Anyone have any warrock hack sites they willing to post up
    By lieutenent in forum WarRock - International Hacks
    Replies: 19
    Last Post: 04-14-2007, 08:41 AM