Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralEncryption of user data - opinion needed Pin
Anonymous17-Mar-04 9:52
Anonymous17-Mar-04 9:52 
GeneralRe: Encryption of user data - opinion needed Pin
alex.barylski17-Mar-04 10:53
alex.barylski17-Mar-04 10:53 
GeneralRe: Encryption of user data - opinion needed Pin
Anonymous17-Mar-04 13:59
Anonymous17-Mar-04 13:59 
GeneralNeed help with scrolling a listview Pin
d817-Mar-04 9:47
d817-Mar-04 9:47 
GeneralRe: Need help with scrolling a listview Pin
d817-Mar-04 10:04
d817-Mar-04 10:04 
GeneralRe: Need help with scrolling a listview Pin
alex.barylski17-Mar-04 10:46
alex.barylski17-Mar-04 10:46 
Generalswap bytes in a ushort/ulong Pin
Jürgen Eidt17-Mar-04 9:34
Jürgen Eidt17-Mar-04 9:34 
GeneralRe: swap bytes in a ushort/ulong Pin
Rick York17-Mar-04 10:28
mveRick York17-Mar-04 10:28 
Try a union :

<br />
typedef union<br />
{<br />
  ULONG itemlong;<br />
  UCHAR itemchar[4];<br />
} UnionLong;<br />


then you can swap the bytes through a temporary variable.


a two cent stamp short of going postal.
GeneralRe: swap bytes in a ushort/ulong Pin
Jürgen Eidt17-Mar-04 16:14
Jürgen Eidt17-Mar-04 16:14 
GeneralRe: swap bytes in a ushort/ulong Pin
Gary R. Wheeler18-Mar-04 2:06
Gary R. Wheeler18-Mar-04 2:06 
GeneralRe: swap bytes in a ushort/ulong Pin
Jürgen Eidt18-Mar-04 9:41
Jürgen Eidt18-Mar-04 9:41 
GeneralRe: swap bytes in a ushort/ulong Pin
Gary R. Wheeler18-Mar-04 12:03
Gary R. Wheeler18-Mar-04 12:03 
GeneralRe: swap bytes in a ushort/ulong Pin
Jürgen Eidt18-Mar-04 15:01
Jürgen Eidt18-Mar-04 15:01 
GeneralI need help in doing 8 bit binary addition Pin
juntupally17-Mar-04 9:13
juntupally17-Mar-04 9:13 
GeneralRe: I need help in doing 8 bit binary addition Pin
Rick York17-Mar-04 10:30
mveRick York17-Mar-04 10:30 
GeneralInitInstance Pin
0v3rloader17-Mar-04 8:55
0v3rloader17-Mar-04 8:55 
GeneralRe: InitInstance Pin
gUrM33T17-Mar-04 14:31
gUrM33T17-Mar-04 14:31 
GeneralRe: InitInstance Pin
0v3rloader21-Mar-04 6:38
0v3rloader21-Mar-04 6:38 
GeneralRe: InitInstance Pin
Ravi Bhavnani20-Mar-04 6:04
professionalRavi Bhavnani20-Mar-04 6:04 
Generaldos application Pin
Rob Tomson17-Mar-04 7:45
Rob Tomson17-Mar-04 7:45 
GeneralRe: dos application Pin
Pavel Klocek17-Mar-04 8:07
Pavel Klocek17-Mar-04 8:07 
GeneralRe: dos application Pin
Rob Tomson17-Mar-04 9:25
Rob Tomson17-Mar-04 9:25 
GeneralRe: dos application Pin
lawrence200017-Mar-04 13:19
lawrence200017-Mar-04 13:19 
GeneralRe: dos application Pin
Ravi Bhavnani20-Mar-04 6:12
professionalRavi Bhavnani20-Mar-04 6:12 
GeneralLayout Guidelines (Resizing) Pin
mmica17-Mar-04 7:42
mmica17-Mar-04 7:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.