Click here to Skip to main content
15,921,989 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: docking a modeless dialog Pin
souldog3-Nov-03 18:35
souldog3-Nov-03 18:35 
GeneralRe: docking a modeless dialog Pin
novachen4-Nov-03 1:22
novachen4-Nov-03 1:22 
GeneralGetting available space in window Pin
FearlessBurner4-Nov-03 2:22
FearlessBurner4-Nov-03 2:22 
QuestionI can't even display the file to screen? Pin
Link26003-Nov-03 16:26
Link26003-Nov-03 16:26 
AnswerRe: I can't even display the file to screen? Pin
Link26003-Nov-03 16:51
Link26003-Nov-03 16:51 
GeneralRe: I can't even display the file to screen? Pin
ZoogieZork3-Nov-03 18:05
ZoogieZork3-Nov-03 18:05 
GeneralRe: I can't even display the file to screen? Pin
Link26003-Nov-03 18:49
Link26003-Nov-03 18:49 
GeneralAlgorithm? Pin
wogerdoger4-Nov-03 5:03
wogerdoger4-Nov-03 5:03 
How about you read each line and store it in an array of lines.
As you read each line, shuffle the existing lines through the array and read in the current line.
That way you will always have the last 4 lines in your array.
When you reach the end, just display the contents of your line array.

Be aware that your file may not have 8+ lines. It might have only 2 or it might have six (resulting in the two middle lines being printed twice).
You will have to check for this.

Wink | ;-)

If sex is a pain in the ass, then you are doing it wrong!
Generalheight of the header of window Pin
novachen3-Nov-03 16:01
novachen3-Nov-03 16:01 
GeneralRe: height of the header of window Pin
souldog3-Nov-03 18:37
souldog3-Nov-03 18:37 
GeneralRe: height of the header of window Pin
Michael Dunn3-Nov-03 19:14
sitebuilderMichael Dunn3-Nov-03 19:14 
Questiondoes control have contextmenu? Pin
chriss_rook3-Nov-03 13:52
chriss_rook3-Nov-03 13:52 
AnswerRe: does control have contextmenu? Pin
cmk3-Nov-03 23:20
cmk3-Nov-03 23:20 
QuestionHow to Duplicate a Printer Pin
Paul Farry3-Nov-03 13:46
professionalPaul Farry3-Nov-03 13:46 
QuestionHow can my window under any other application window? Pin
golden06063-Nov-03 13:32
golden06063-Nov-03 13:32 
QuestionHow do you use MM_ISOTROPIC mode with a CScrollView? Pin
cdsmith3-Nov-03 11:56
cdsmith3-Nov-03 11:56 
AnswerRe: How do you use MM_ISOTROPIC mode with a CScrollView? Pin
souldog3-Nov-03 18:42
souldog3-Nov-03 18:42 
GeneralXP and Single Instance; Pin
Bo Hunter3-Nov-03 11:54
Bo Hunter3-Nov-03 11:54 
GeneralRe: XP and Single Instance; Pin
Anthony_Yio3-Nov-03 19:24
Anthony_Yio3-Nov-03 19:24 
QuestionMaximum Ethernet Cards and IPs per Card? Pin
dafunkt3-Nov-03 8:54
dafunkt3-Nov-03 8:54 
AnswerRe: Maximum Ethernet Cards and IPs per Card? Pin
Jeryth3-Nov-03 10:27
Jeryth3-Nov-03 10:27 
GeneralRe: Maximum Ethernet Cards and IPs per Card? Pin
dafunkt3-Nov-03 10:32
dafunkt3-Nov-03 10:32 
GeneralProbelm when window close Pin
Shay Harel3-Nov-03 7:58
Shay Harel3-Nov-03 7:58 
GeneralRe: Probelm when window close Pin
Anthony_Yio3-Nov-03 20:35
Anthony_Yio3-Nov-03 20:35 
GeneralDirectX stipple lines Pin
mikeh3-Nov-03 7:52
mikeh3-Nov-03 7:52 

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.