Click here to Skip to main content
15,917,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: need to insert name in the database using method Pin
Michael P Butler28-Jun-06 1:56
Michael P Butler28-Jun-06 1:56 
GeneralRe: need to insert name in the database using method Pin
Mairaaj Khan28-Jun-06 3:33
professionalMairaaj Khan28-Jun-06 3:33 
QuestionMoving Toolstrip Like Toolstrip in MS Products Pin
praveenqwe27-Jun-06 20:12
praveenqwe27-Jun-06 20:12 
Questionpplication.SetCompatibleTextRenderingDefault(false); problem Pin
AngryC27-Jun-06 19:48
AngryC27-Jun-06 19:48 
AnswerRe: pplication.SetCompatibleTextRenderingDefault(false); problem Pin
led mike27-Jun-06 20:49
led mike27-Jun-06 20:49 
GeneralRe: pplication.SetCompatibleTextRenderingDefault(false); problem Pin
AngryC27-Jun-06 21:04
AngryC27-Jun-06 21:04 
QuestionValue Types and Structs Pin
Mairaaj Khan27-Jun-06 19:48
professionalMairaaj Khan27-Jun-06 19:48 
AnswerRe: Value Types and Structs Pin
Christian Graus27-Jun-06 20:15
protectorChristian Graus27-Jun-06 20:15 
AnswerRe: Value Types and Structs Pin
J4amieC27-Jun-06 21:59
J4amieC27-Jun-06 21:59 
GeneralRe: Value Types and Structs Pin
Mairaaj Khan28-Jun-06 3:53
professionalMairaaj Khan28-Jun-06 3:53 
GeneralRe: Value Types and Structs Pin
BoneSoft28-Jun-06 10:20
BoneSoft28-Jun-06 10:20 
GeneralRe: Value Types and Structs Pin
Mairaaj Khan28-Jun-06 20:42
professionalMairaaj Khan28-Jun-06 20:42 
GeneralRe: Value Types and Structs [modified] Pin
BoneSoft29-Jun-06 1:37
BoneSoft29-Jun-06 1:37 
Questionmonthcalendar control Pin
toink toink27-Jun-06 17:49
toink toink27-Jun-06 17:49 
QuestionHow to read a binary file created in pure c++ Pin
Nigor27-Jun-06 17:45
Nigor27-Jun-06 17:45 
AnswerRe: How to read a binary file created in pure c++ [modified] Pin
Judah Gabriel Himango27-Jun-06 18:00
sponsorJudah Gabriel Himango27-Jun-06 18:00 
Just a shot in the dark, but when you read all the bytes in, are there 160 bytes? If so, that would mean there is no excess data stored, which would mean you could probably just read in the bytes, cast each byte to char, store the first 80 in firstName, the last 80 in lastName, then assign firstName and lastName to your struct fields.

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Goof around music jam with my brothers (with video)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango

Last modified: Tuesday, June 27, 2006 10:58:29 PM --

AnswerRe: How to read a binary file created in pure c++ [modified] Pin
stancrm27-Jun-06 20:54
stancrm27-Jun-06 20:54 
GeneralRe: How to read a binary file created in pure c++ Pin
paulcortez27-Jun-06 21:59
paulcortez27-Jun-06 21:59 
GeneralRe: How to read a binary file created in pure c++ Pin
stancrm28-Jun-06 1:22
stancrm28-Jun-06 1:22 
GeneralRe: How to read a binary file created in pure c++ Pin
paulcortez28-Jun-06 1:44
paulcortez28-Jun-06 1:44 
GeneralRe: How to read a binary file created in pure c++ Pin
stancrm28-Jun-06 1:51
stancrm28-Jun-06 1:51 
GeneralRe: How to read a binary file created in pure c++ [modified] Pin
paulcortez28-Jun-06 2:04
paulcortez28-Jun-06 2:04 
GeneralRe: How to read a binary file created in pure c++ [modified] Pin
stancrm28-Jun-06 2:24
stancrm28-Jun-06 2:24 
GeneralRe: How to read a binary file created in pure c++ Pin
Nigor28-Jun-06 2:21
Nigor28-Jun-06 2:21 
GeneralRe: How to read a binary file created in pure c++ Pin
stancrm28-Jun-06 2:33
stancrm28-Jun-06 2:33 

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.