Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Programming/Web Design > C/C++/C#

C/C++/C# All C/C++/C# Discussion.


HELP Me Plz

C/C++/C#


Closed Thread
 
Thread Tools Display Modes
Old 11-18-2009, 02:37 PM   #1
ImMoRtAl-
Registered User
 
Last Online: 03-11-2010 06:37 AM
Join Date: Jul 2009
Posts: 46
Rep Power: 0
Rep Points: 6
ImMoRtAl- is an unknown quantity at this point
Feedback: (0)
Points: 2,915.68
Bank: 0.00
Total Points: 2,915.68
HELP Me Plz

Please
ok can any one give me the code to this im making a program and it needs this and im stuck please give code asap
application that will convert any text I throw at it in to hex
Thank You
ImMoRtAl- is offline  
Sponsored Links
Old 11-18-2009, 03:55 PM   #2
Guy
Banned
 
Guy's Avatar
 
Last Online: 12-29-2009 07:58 PM
Join Date: May 2009
Posts: 643
Rep Power: 0
Rep Points: 394
Guy is just really niceGuy is just really niceGuy is just really niceGuy is just really nice
Feedback: (0)
Points: 943.80
Bank: 36.70
Total Points: 980.50
Re: HELP Me Plz

This is begging.

And, you're illiterate.

Closed.
Guy is offline  
Old 11-19-2009, 01:39 AM   #3
XTZGZoReX
GzP Underground
 
XTZGZoReX's Avatar
 
Last Online: Today 03:49 AM
Join Date: May 2006
Location: Denmark
Posts: 6,302
Rep Power: 50
Rep Points: 596
XTZGZoReX is a name known to allXTZGZoReX is a name known to allXTZGZoReX is a name known to allXTZGZoReX is a name known to allXTZGZoReX is a name known to allXTZGZoReX is a name known to all
Feedback: (1)
Points: 226,810.30
Bank: 134.77
Total Points: 226,945.07
2 my fav mod, lol steves my 2nd fav ^.^ - oriks Happy B-Day! - Skyline_GTR I love you, bitch! :D - BrianDJ 
Xfire Xtzgzorex View Member's Steam Community Profile
Re: HELP Me Plz

What you want is something like this:

Code:
std::string str = "hello world";
for (std::string::iterator it = str.begin(); it != str.end(); ++it)
{
    printf("%.2X", *it);
}
__________________
Had I the heavens’ embroidered cloths,
Enwrought with golden and silver light,
The blue and the dim and the dark cloths
Of night and light and the half light,
I would spread the cloths under your feet:
But I, being poor, have only my dreams;
I have spread my dreams under your feet;
Tread softly because you tread on my dreams.

XTZGZoReX is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

All times are GMT -7. The time now is 09:16 AM.

 

Copyright ©2010, GamerzPlanet.Net
Visits: