Click here to Skip to main content
16,008,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionORing bits...? Pin
alex.barylski28-Aug-02 21:37
alex.barylski28-Aug-02 21:37 
AnswerRe: ORing bits...? Pin
Joaquín M López Muñoz28-Aug-02 21:39
Joaquín M López Muñoz28-Aug-02 21:39 
AnswerRe: ORing bits...? Pin
Tomasz Sowinski29-Aug-02 0:34
Tomasz Sowinski29-Aug-02 0:34 
GeneralCreateFileMapping Pin
Mazdak28-Aug-02 21:21
Mazdak28-Aug-02 21:21 
QuestionIs there a fast method for doing this? Pin
chen28-Aug-02 20:39
chen28-Aug-02 20:39 
AnswerRe: Is there a fast method for doing this? Pin
pépé29-Aug-02 2:07
pépé29-Aug-02 2:07 
AnswerRe: Is there a fast method for doing this? Pin
chen29-Aug-02 2:14
chen29-Aug-02 2:14 
GeneralRe: Is there a fast method for doing this? Pin
pépé29-Aug-02 4:32
pépé29-Aug-02 4:32 
There are lots of implementation of linked lists, you could try STL containers, they are very fast if they are used in a good way. There must be examples & tutorials here at CodeProject.
You could also implement it yourself.
Basically it should look like this :

<br />
struct myList {<br />
	long		somedata;<br />
	struct myList *next;<br />
};<br />




"640K ought to be enough for anybody."
Bill Gates
GeneralPlaying a wave or mp3 file in my program Pin
Mavrock28-Aug-02 19:12
Mavrock28-Aug-02 19:12 
GeneralRe: Playing a wave or mp3 file in my program Pin
Mazdak28-Aug-02 19:16
Mazdak28-Aug-02 19:16 
GeneralRe: Playing a wave or mp3 file in my program Pin
anju29-Aug-02 0:14
anju29-Aug-02 0:14 
GeneralRe: Playing a wave or mp3 file in my program Pin
mynab3-Sep-02 0:23
mynab3-Sep-02 0:23 
GeneralWindows Image Acquisition - Please help! Pin
Hiusing28-Aug-02 19:08
Hiusing28-Aug-02 19:08 
GeneralRe: Windows Image Acquisition - Please help! Pin
Christian Graus28-Aug-02 20:43
protectorChristian Graus28-Aug-02 20:43 
GeneralInvalidateRect() Pin
alex.barylski28-Aug-02 17:57
alex.barylski28-Aug-02 17:57 
GeneralRe: InvalidateRect() Pin
.dan.g.28-Aug-02 21:25
professional.dan.g.28-Aug-02 21:25 
GeneralMicrosoft auto-generated comments Pin
redbomberman28-Aug-02 15:56
redbomberman28-Aug-02 15:56 
GeneralRe: Microsoft auto-generated comments Pin
Liam O'Hagan28-Aug-02 16:45
Liam O'Hagan28-Aug-02 16:45 
GeneralRe: Microsoft auto-generated comments Pin
alex.barylski28-Aug-02 17:24
alex.barylski28-Aug-02 17:24 
GeneralRe: Microsoft auto-generated comments Pin
Michael P Butler28-Aug-02 22:04
Michael P Butler28-Aug-02 22:04 
GeneralRe: Microsoft auto-generated comments Pin
Chris Losinger28-Aug-02 17:41
professionalChris Losinger28-Aug-02 17:41 
QuestionHow to create an edit box in code Pin
~~~~s28-Aug-02 15:33
suss~~~~s28-Aug-02 15:33 
AnswerHow to create an edit box in code Pin
~~~~s28-Aug-02 15:36
suss~~~~s28-Aug-02 15:36 
AnswerRe: How to create an edit box in code Pin
Christian Graus28-Aug-02 16:38
protectorChristian Graus28-Aug-02 16:38 
Generalpipe communication Pin
includeh1028-Aug-02 13:05
includeh1028-Aug-02 13:05 

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.