Click here to Skip to main content
15,920,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Implementing a simple timer. Pin
Stephen Hewitt13-Nov-06 15:39
Stephen Hewitt13-Nov-06 15:39 
AnswerRe: Implementing a simple timer. Pin
David Crow14-Nov-06 3:22
David Crow14-Nov-06 3:22 
GeneralRe: Implementing a simple timer. Pin
jmarkey15-Nov-06 10:42
jmarkey15-Nov-06 10:42 
QuestionRe: Implementing a simple timer. Pin
David Crow16-Nov-06 2:41
David Crow16-Nov-06 2:41 
AnswerRe: Implementing a simple timer. Pin
jmarkey27-Nov-06 13:11
jmarkey27-Nov-06 13:11 
GeneralRe: Implementing a simple timer. Pin
David Crow28-Nov-06 2:32
David Crow28-Nov-06 2:32 
GeneralRe: Implementing a simple timer. Pin
jmarkey29-Nov-06 12:52
jmarkey29-Nov-06 12:52 
GeneralRe: Implementing a simple timer. Pin
David Crow30-Nov-06 3:50
David Crow30-Nov-06 3:50 
jmarkey wrote:
What is SetTimer() and WM_TIMER?


SetTimer()
WM_TIMER

jmarkey wrote:
What is endl?


endl

jmarkey wrote:
Why does using printf() to display the time hinge on writing in C++?


Not exactly sure what you mean by this. While printf() can be used with both C and C++, most folks move on to streams (e.g., cout) when they do C++ work.

jmarkey wrote:
I would like to use printf() to write to the highscores file.


I already mentioned using fprintf() for this.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


GeneralRe: Implementing a simple timer. Pin
jmarkey30-Nov-06 22:09
jmarkey30-Nov-06 22:09 
GeneralRe: Implementing a simple timer. Pin
David Crow1-Dec-06 3:07
David Crow1-Dec-06 3:07 
Questionplz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
top7ob13-Nov-06 13:07
top7ob13-Nov-06 13:07 
AnswerRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
Christian Graus13-Nov-06 15:54
protectorChristian Graus13-Nov-06 15:54 
GeneralRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
top7ob13-Nov-06 16:45
top7ob13-Nov-06 16:45 
GeneralRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
Christian Graus13-Nov-06 16:57
protectorChristian Graus13-Nov-06 16:57 
GeneralRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
top7ob13-Nov-06 17:19
top7ob13-Nov-06 17:19 
GeneralRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
Christian Graus13-Nov-06 17:25
protectorChristian Graus13-Nov-06 17:25 
GeneralRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
top7ob13-Nov-06 18:30
top7ob13-Nov-06 18:30 
GeneralRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
Christian Graus13-Nov-06 18:35
protectorChristian Graus13-Nov-06 18:35 
GeneralRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
top7ob13-Nov-06 21:15
top7ob13-Nov-06 21:15 
GeneralRe: plz heeeeeeeeeelp meeeeee read/write C++ glopal text files problem Pin
Christian Graus13-Nov-06 21:27
protectorChristian Graus13-Nov-06 21:27 
Questionvery big cstringarray Pin
ayol1212213-Nov-06 12:20
ayol1212213-Nov-06 12:20 
AnswerRe: very big cstringarray Pin
Anthony Mushrow13-Nov-06 12:36
professionalAnthony Mushrow13-Nov-06 12:36 
AnswerRe: very big cstringarray Pin
Mark Salsbery13-Nov-06 13:59
Mark Salsbery13-Nov-06 13:59 
AnswerRe: very big cstringarray Pin
Waldermort13-Nov-06 17:35
Waldermort13-Nov-06 17:35 
GeneralRe: very big cstringarray Pin
ayol1212213-Nov-06 23:56
ayol1212213-Nov-06 23:56 

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.