Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Ascii to Binary

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
systat
Advanced Cheater
Reputation: 0

Joined: 15 Feb 2008
Posts: 54

PostPosted: Sat Mar 01, 2008 1:19 pm    Post subject: Ascii to Binary Reply with quote

Little neat program, I find it helpful in certain situations.

Code:
#include <iostream>
#include <fstream>
#include <bitset>
#include <string>
using namespace std;
ofstream XXX("File.txt",ios_base::app);
int CoF;
char *input=new char[256];
int main() {
    cin.getline(input,256);
   XXX << endl << "******" << endl;
   for(unsigned int i=0;i<strlen(input);i++) {
   cout << input[i] << " : " << bitset<CHAR_BIT>(input[i]) << endl;
   XXX << input[i] << " : " << bitset<CHAR_BIT>(input[i]) << endl; }
delete input;
system("pause");
}
Back to top
View user's profile Send private message
AtheistCrusader
Grandmaster Cheater
Reputation: 6

Joined: 23 Sep 2006
Posts: 681

PostPosted: Sat Mar 01, 2008 1:20 pm    Post subject: Reply with quote

That is nice program Very Happy
Back to top
View user's profile Send private message
systat
Advanced Cheater
Reputation: 0

Joined: 15 Feb 2008
Posts: 54

PostPosted: Sat Mar 01, 2008 1:26 pm    Post subject: Reply with quote

Yeah, it also work with unicode, šđčćž etc...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites