Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    ppl2pass's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    804
    Reputation
    5
    Thanks
    111
    My Mood
    Amused
    Thanks guys. I am going to learn some C++ before I start now..

  2. #17
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by mmbob View Post
    Why didnt you just use C strings (char*) all the way?
    Well, I was doing that for awhile, but then I when I needed to press backspace to take off on character it never seemed to work. I decided to use string because of it's substr method but then you can't use the PTC method because it requires char* so I needed to use strcpy to copy from const char* using c_str() to char* and then go back again to string in case people press backspace. Then I had to convert again after they hit enter or a hotkey so that it is push-able.

    There was probably an easier way but I finished it so meh.

  3. #18
    Braco22's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    150
    Reputation
    12
    Thanks
    607
    Thanks, this is what i needed to. >.<

  4. #19
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Question has been answered.
    /Closed
    -Rest in peace leechers-

    Your PM box is 100% full.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Release] D3d Draw Triangle
    By flameswor10 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 23
    Last Post: 01-14-2011, 05:04 PM
  2. [Release] [18.11.10] SiroSix's Public D3D V4.0 *Unl. Ammo, Chams, Gm warning, userfinder...*
    By Crackenide in forum WarRock - International Hacks
    Replies: 83
    Last Post: 11-29-2010, 02:00 PM
  3. [Release] [24.11.10] SiroSix's Public D3D V4.3 PlayerOPK|Unl. Ammo|ZombieOPK
    By Crackenide in forum WarRock - International Hacks
    Replies: 55
    Last Post: 11-27-2010, 12:53 PM
  4. Question About D3D Drawing Text
    By BlackHaexGuns in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 23
    Last Post: 07-21-2010, 09:51 PM
  5. Drawing Images into D3D apps?
    By ThePro in forum C++/C Programming
    Replies: 1
    Last Post: 09-02-2008, 11:13 PM