Page 3 of 11 FirstFirst 12345 ... LastLast
Results 31 to 45 of 154
  1. #31
    LORD_TAJ's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    palestine
    Posts
    5
    Reputation
    10
    Thanks
    3
    My Mood
    Cool
    thanksssssssssss

  2. #32
    CABALA's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Thanks a lot

  3. #33
    Au Luxe's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Over the hills and far away.
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    Very informative, I will enjoy learning this.

  4. #34
    babis040's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    what im gonna ask is kinda crazy...but can i find this books written in greek? O.o i mean for free..just askin
    we are those who our parents told us to stay away from them


  5. #35
    Nemakeza's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Madness, thank you stranger.

  6. #36
    Zertuchito's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    2
    Hi.. well i really want to learn this.. but im starting.. so i dont even know how to open those "books" u.u'

    can anyone please tellme?

  7. #37
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Zertuchito View Post
    Hi.. well i really want to learn this.. but im starting.. so i dont even know how to open those "books" u.u'

    can anyone please tellme?
    Download Adobe Reader. Install it. Open the books with it. Profit ?

  8. #38
    redspartan927's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    65
    Reputation
    10
    Thanks
    219
    My Mood
    Aggressive

    Post C++ Book, Right from the creator

    Nothing like learning from the creator of a programming language. The C+ + Programming Language, Third Edition. by Bjarne Stroustrup.

    Stroustrup is a man with intelligence, who not only invented C++, but also wrote its early definitions, and produced its first implementation. Chose and formulated the design criteria for C++, designed all its major facilities, and was responsible for the processing of extension proposals in the C++ standards committee.

    This book provides all basic and advanced definitions and implications of C++ to master, or at least familiarize yourself with. With over 900 pages, this book also contains exercises for practicing C++ at home, at work or even on the move. Best program to practice all the things in this book can be Microsoft Visual Studio, which itself has C++ coding application, and compiler.

    This book can be for anyone: New-comers, beginners, and even professionals.

    Enjoy and Happy Learning!
    <b>Downloadable Files</b> Downloadable Files

  9. The Following 13 Users Say Thank You to redspartan927 For This Useful Post:

    7e11 (10-22-2012),BlueWolfMage (07-24-2012),killingspree888 (04-07-2015),kuhakuu (04-30-2015),Logicton (08-13-2014),magicb0y (05-24-2012),maherobaid15 (07-12-2015),sneekys (08-28-2014),theholyass (09-08-2014),TheTronaldBump (08-07-2017),truthkiller2 (01-09-2019),xxlearnerxx (05-03-2012),yackeryacker (01-13-2016)

  10. #39
    smonist's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Vienna
    Posts
    40
    Reputation
    10
    Thanks
    6
    My Mood
    Aggressive
    someone approve please, wanna try it
    press thanks if i helped(if i didnt also press the button and if you have already pressed do it the second time)!!!

  11. #40
    Paul's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    6,296
    Reputation
    473
    Thanks
    1,061
    My Mood
    Sleepy
    Thanks for putting this together, it will help me alot


  12. #41
    n0real's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    bottom of a bottle
    Posts
    277
    Reputation
    10
    Thanks
    20
    My Mood
    Psychedelic
    I'm a bit newb @ programming..

    Can anyone tell me what the difference on C and C++ is ? I am going to develop apps for the phone, but I need to start from the very beginning

    I believe it is C language, which is used for programming apps, but where exactly are the books / resources for just C ?

    Thx in advance

  13. #42
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by n0real View Post
    I'm a bit newb @ programming..

    Can anyone tell me what the difference on C and C++ is ? I am going to develop apps for the phone, but I need to start from the very beginning

    I believe it is C language, which is used for programming apps, but where exactly are the books / resources for just C ?

    Thx in advance
    C is procedural while C++ is object-oriented language with lots of other improvements as well. As for developing applications for phones, it depends on what kind of phone you are using. If you are using Android, you will be using Java. So, what phone you will be developing applications for ?

  14. The Following User Says Thank You to Hassan For This Useful Post:

    n0real (04-11-2012)

  15. #43
    n0real's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    bottom of a bottle
    Posts
    277
    Reputation
    10
    Thanks
    20
    My Mood
    Psychedelic
    Quote Originally Posted by Hassan View Post


    C is procedural while C++ is object-oriented language with lots of other improvements as well. As for developing applications for phones, it depends on what kind of phone you are using. If you are using Android, you will be using Java. So, what phone you will be developing applications for ?
    Thanks for the info !

    I will be using iPhone, so I guess I can use Xcode?

  16. #44
    gilantonio123's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    thank you, i hope this helps me learn hacking because it has been a few years since i wanted to learn c++

  17. #45
    jbm1337's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    I've been reading mostly online tutorials like this: Learn C++

Page 3 of 11 FirstFirst 12345 ... LastLast

Similar Threads

  1. Anyway to modify explosion VISUAL's and VISUAL RADIUS?
    By Luke6.5 in forum Combat Arms Mod Discussion
    Replies: 15
    Last Post: 01-01-2010, 06:13 AM
  2. need microsoft visual c++ 6 and d3d9 help
    By troy320 in forum C++/C Programming
    Replies: 3
    Last Post: 11-01-2009, 08:19 PM
  3. C++ And Visual Basics Tutorial Vote
    By GG2GG in forum Programming Tutorials
    Replies: 6
    Last Post: 08-11-2009, 03:49 PM
  4. OpenGL and Visual Studio
    By gio85 in forum General
    Replies: 0
    Last Post: 03-05-2009, 01:01 AM
  5. Replies: 28
    Last Post: 03-02-2009, 07:44 AM

Tags for this Thread