|
-
Difference between Text And Binary
Dear All,
I would appreciate some help regarding what is the difference between Binary and Text. For example:
char s[6] = "bytes";
s is a bunch of bytes that you tell the compiler to treat them as an array of chars.
1) How do you convert this to an array of bytes using C? (binary mode)
2) If you explore a string with an Hex Editor, what are the differences in memory if you have this string in a text mode or if you have it in a binary mode?
Thank you.
fsn
Similar Threads
-
By symbian_ravi in forum Java
Replies: 0
Last Post: 12-20-2005, 05:29 AM
-
By Chris Beckett in forum .NET
Replies: 1
Last Post: 08-08-2002, 04:36 PM
-
By Karen in forum VB Classic
Replies: 1
Last Post: 07-25-2002, 06:06 PM
-
By Kip Fryman in forum VB Classic
Replies: 2
Last Post: 09-07-2001, 06:19 AM
-
By Nicholas in forum Database
Replies: 0
Last Post: 05-03-2001, 02:23 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks